summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-06-11 22:30:45 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-06-11 22:30:45 +0000
commit9bce3070acf81a2890ec7a6c94b97094691b5038 (patch)
treeda53ca1a2fa63dbc175b528669a23df97e50ac04 /CHANGES
parenta9ffce0a255669010ff7bf781363994a87dec23d (diff)
Fix to i2d_DSAPublicKey() to return the correct length.
Submitted by: Jeon KyoungHo <khjeon@sds.samsung.co.kr>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index df27820a49..7e9e420e38 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.3a and 0.9.4
+ *) Fix a bug in i2d_DSAPublicKey() which meant it returned the wrong value
+ for the encoded length.
+ [Jeon KyoungHo <khjeon@sds.samsung.co.kr>]
+
*) Add initial documentation of the X509V3 functions.
[Steve Henson]