Commit 30cd4ff2 authored by Douglas E Engert's avatar Douglas E Engert Committed by Matt Caswell
Browse files

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: default avatarAndy Polyakov <appro@openssl.org>
parent 747e1639
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment