ECKey$Curve.parse() string comparisons

Issue #26 resolved
Jason Reicheneker created an issue

The use of == rather than .equals() results in a new Curve object being returned from the function rather than the predefined static definitions for P_256, P384, and P_521.

Comments (5)

  1. Vladimir Dzhuvinov

    If you spot other problems or have suggestions how the library can be improved, just let us know.

    My intent is to make this a truly useful and well documented lib for handling JOSE + JWT in Java.

    Cheers,

    Vladimir

  2. Jason Reicheneker reporter

    If you could fix #9 that would be great. Right now it's a showstopper and I have the code commented out to work around it.

  3. Log in to comment