Skip to content

Commit

Permalink
use secp256r1 instead of secp256k1 for tests. fixes auth0#19
Browse files Browse the repository at this point in the history
  • Loading branch information
omsmith committed Jul 15, 2015
1 parent 585d0e1 commit 6ac3dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test/keys:
@openssl genrsa 2048 > test/rsa-wrong-private.pem
@openssl rsa -in test/rsa-private.pem -pubout > test/rsa-public.pem
@openssl rsa -in test/rsa-wrong-private.pem -pubout > test/rsa-wrong-public.pem
@openssl ecparam -out test/ec256-private.pem -name secp256k1 -genkey
@openssl ecparam -out test/ec256-private.pem -name secp256r1 -genkey
@openssl ecparam -out test/ec256-wrong-private.pem -name secp256k1 -genkey
@openssl ecparam -out test/ec384-private.pem -name secp384r1 -genkey
@openssl ecparam -out test/ec384-wrong-private.pem -name secp384r1 -genkey
Expand Down

0 comments on commit 6ac3dfd

Please sign in to comment.