summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-11-16 14:54:50 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-11-16 14:54:50 +0000
commit91895a5938695348ebfb6211325cc6e3e449e955 (patch)
tree5a463d058a32e9dedc970f6a96bb283a8bcf2d08 /CHANGES
parent6d1b637ba149acfa59515a270d8b4f2ee621023f (diff)
Fix for a bug in PKCS#7 code and non-detached data.
Remove rc4-64 from ciphers since it doesn't exist...
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 81942a0e7a..4ccab5772f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 0.9.4 and 0.9.5 [xx XXX 1999]
+ *) Fix a bug in the new PKCS#7 code: it didn't consider the
+ case in PKCS7_dataInit() where the signed PKCS7 structure
+ didn't contain any existing data because it was being created.
+ [Po-Cheng Chen" <pocheng@nst.com.tw>, slightly modified by Steve Henson]
+
*) Add a salt to the key derivation routines in enc.c. This
forms the first 8 bytes of the encrypted file. Also add a
-S option to allow a salt to be input on the command line.