]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix encoding bug in i2c_ASN1_INTEGER
authorDr. Stephen Henson <steve@openssl.org>
Thu, 16 Apr 2015 15:43:09 +0000 (16:43 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 18 Apr 2015 13:45:38 +0000 (14:45 +0100)
commit303845a3b5ee7b999bf79e2e42c1489c2cc9f371
tree5f892ce07c62dc7b7332425e2c94399e00d334b7
parent1a38987de0d57286fac67f19ebb35c82fc1555b3
Fix encoding bug in i2c_ASN1_INTEGER

Fix bug where i2c_ASN1_INTEGER mishandles zero if it is marked as
negative.

Thanks to Huzaifa Sidhpurwala <huzaifas@redhat.com> and
Hanno Böck <hanno@hboeck.de> for reporting this issue.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit a0eed48d37a4b7beea0c966caf09ad46f4a92a44)
crypto/asn1/a_int.c