summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-05-16 00:25:36 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-05-16 00:25:36 +0000
commit84fa704c6f96eb22e827caadf337a590dce30adb (patch)
tree3dab829e81ff772261d98bfd4adea6c3fc290462 /CHANGES
parenta74c55cd8f73b4ff4480a1ab425ac2d6d8df5039 (diff)
downloadopenssl-84fa704c6f96eb22e827caadf337a590dce30adb.tar.gz
Fix some obvious bugs in the PKCS#7 library handling. It didn't try to
find the right RecipientInfo based on the recipient certificate (so would fail a lot of the time) and fixup cipher structures to correctly (maybe) modify the AlgorithmIdentifiers. Largely untested at present... this will be fixed in due course. Well the stuff was broken to begin with so if its broken now then you haven't lost anything :-)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9946a95785..a070705730 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,11 @@
[23-Dec-1998] down below; but in later
versions, these hyphens are gone.]
+ *) Reorganise the PKCS#7 library and get rid of some of the more obvious
+ problems: find RecipientInfo structure that matches recipient certificate
+ and initialise the ASN1 structures properly based on passed cipher.
+ [Steve Henson]
+
*) Belatedly make the BN tests actually check the results.
[Ben Laurie]