commit | 30cd4ff294252c4b6a4b69cbef6a5b4117705d22 | [log] [tgz] |
---|---|---|
author | Douglas E Engert <deengert@gmail.com> | Wed Mar 25 23:52:28 2015 +0000 |
committer | Matt Caswell <matt@openssl.org> | Tue Mar 31 16:33:29 2015 +0100 |
tree | 004fa064ac253900f83a8308eaf99c4d53b0e684 | |
parent | 747e16398d704a667cc99f8a0b1912c36b7de52d [diff] |
Ensure EC private keys retain leading zeros RFC5915 requires the use of the I2OSP primitive as defined in RFC3447 for storing an EC Private Key. This converts the private key into an OCTETSTRING and retains any leading zeros. This commit ensures that those leading zeros are present if required. Reviewed-by: Andy Polyakov <appro@openssl.org>