openssl/crypto/ec
Douglas E Engert a63d3ac012 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>
(cherry picked from commit 30cd4ff294)

Conflicts:
	crypto/ec/ec_asn1.c
2015-03-31 16:41:33 +01:00
..
.cvsignore Add emacs cache files to .cvsignore. 2005-04-11 14:17:07 +00:00
ec.h Re-align some comments after running the reformat script. 2015-01-22 09:39:01 +00:00
ec2_mult.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
ec2_oct.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
ec2_smpl.c Re-align some comments after running the reformat script. 2015-01-22 09:39:01 +00:00
ec_ameth.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
ec_asn1.c Ensure EC private keys retain leading zeros 2015-03-31 16:41:33 +01:00
ec_check.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
ec_curve.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
ec_cvt.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
ec_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
ec_key.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
ec_lcl.h Re-align some comments after running the reformat script. 2015-01-22 09:39:01 +00:00
ec_lib.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
ec_mult.c Re-align some comments after running the reformat script. 2015-01-22 09:39:01 +00:00
ec_oct.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
ec_pmeth.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
ec_print.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
eck_prn.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
ecp_mont.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
ecp_nist.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
ecp_nistp224.c Avoid reading an unused byte after the buffer 2015-03-14 18:31:54 +01:00
ecp_nistp256.c Re-align some comments after running the reformat script. 2015-01-22 09:39:01 +00:00
ecp_nistp521.c Re-align some comments after running the reformat script. 2015-01-22 09:39:01 +00:00
ecp_nistputil.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
ecp_oct.c Re-align some comments after running the reformat script. 2015-01-22 09:39:01 +00:00
ecp_smpl.c Re-align some comments after running the reformat script. 2015-01-22 09:39:01 +00:00
ectest.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
Makefile make update 2014-01-06 13:33:27 +00:00