-
Notifications
You must be signed in to change notification settings - Fork 577
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Starting in 3.6.0 a logic change started rejecting EC keys where the byte encoding is shorter than required. Most implementations including OpenSSL accept such keys. GH #4539
- Loading branch information
Showing
5 changed files
with
67 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
# ECDSA secp521r1 key with short private key encoding | ||
Key = 3081ED020100301006072A8648CE3D020106052B810400230481D53081D20201010441C8DF8E00EAC62FA3006212108C69662B5604E14662288E07D230B023E9AC660C1D63669F756743685557145A9C6419F1AD13ECFF9B04D70FFF84FEC0EE4FFDE3FCA1818903818600040012B48CDE7F451012E9FA2230466DF5876DBE0A7C5CC874B7149DA77CC6B5BC3EA02D478A41FF7FF4966E4F79E0F2B24B9008A72F63159FF60070C4BB8E1BF05B9E019C4E61CDAAFE3D5D5302C9CCD0E253BA386D2F6C7F5FC25AC80A65FAF7DC54A6A86D385CF79147680F4863B6BFBCAAF7E7941C8AFF120DBEA2AADA12407913B0E3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters