aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-01-19 14:21:48 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-01-19 14:21:48 +0000
commit8e8972bb680c7f91b9f615dc0fee3b1eb2cbed57 (patch)
tree96ac394f7e28b1de2e2eefd0121bd1f412323d1f /CHANGES
parent57108f0ad573347af91681568dc790f606fd0a5b (diff)
downloadopenssl-8e8972bb680c7f91b9f615dc0fee3b1eb2cbed57.tar.gz
Fixes to various ASN1_INTEGER routines for negative case.
Enhance s2i_ASN1_INTEGER().
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
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]