Fix various less obvious bugs in PKCS#7 handling: such as not zeroing
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index bbeaa2a75d385894d446d3752ff644ad9ae3a8e7..97e9dcb5ecab3e28ec5453526b0b8ad2126df044 100644 (file)
--- a/CHANGES
+++ b/CHANGES
                                    [23-Dec-1998] down below; but in later
                                    versions, these hyphens are gone.]
 
+  *) Fix most of the other PKCS#7 bugs. The "experimental" code can now
+     correctly handle encrypted S/MIME data.
+     [Steve Henson]
+
   *) Change type of various DES function arguments from des_cblock
      (which means, in function argument declarations, pointer to char)
      to des_cblock * (meaning pointer to array with 8 char elements),