summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-05-16 17:32:32 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-05-16 17:32:32 +0000
commit1b266dabf5417e228d9e970d4f2923fec92fea1e (patch)
tree5d8452e6c93ec0b81379cf23aa8a74f82c1726f9 /CHANGES
parentf43c814917fea994234376b7c7538ad26b9c46bf (diff)
downloadopenssl-1b266dabf5417e228d9e970d4f2923fec92fea1e.tar.gz
Fix various less obvious bugs in PKCS#7 handling: such as not zeroing
the secret key before we've encrypted it and using the right NID for RC2-64. Add various arguments to the experimental programs 'dec' and 'enc' to make testing less painful. This stuff has now been tested against Netscape Messenger and it can encrypt and decrypt S/MIME messages with RC2 (128, 64 and 40 bit) DES and triple DES. Its still experimental though...
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bbeaa2a75d..97e9dcb5ec 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,10 @@
[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),