From 8e8972bb680c7f91b9f615dc0fee3b1eb2cbed57 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 19 Jan 2001 14:21:48 +0000 Subject: Fixes to various ASN1_INTEGER routines for negative case. Enhance s2i_ASN1_INTEGER(). --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index eeddf41840..f548204e31 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,14 @@ Changes between 0.9.6 and 0.9.7 [xx XXX 2000] + *) Fixes to BN_to_ASN1_INTEGER when bn is zero. This would previously + result in a zero length in the ASN1_INTEGER structure which was + not consistent with the structure when d2i_ASN1_INTEGER() was used + and would cause ASN1_INTEGER_cmp() to fail. Enhance s2i_ASN1_INTEGER() + to cope with hex and negative integers. Fix bug in i2a_ASN1_INTEGER() + where it did not print out a minus for negative ASN1_INTEGER. + [Steve Henson] + *) Fix 'openssl passwd -1'. [Bodo Moeller] -- cgit v1.2.3