Fix to i2d_DSAPublicKey() to return the correct length.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index df27820a49f7e154d93bfed6ba212074938bf468..7e9e420e38a2f8a961169c76842d0a0194612c14 100644 (file)
--- 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]