aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2003-10-10 23:40:47 +0000
committerDr. Stephen Henson <steve@openssl.org>2003-10-10 23:40:47 +0000
commit8d9086dfa2f8fa2853713a074f92d8cc0dba598a (patch)
tree94c6ba4217086020d449428a21e021d79edc3dfc /CHANGES
parent0602abf5bda0d78b01f5987bbe068af515a93bef (diff)
downloadopenssl-8d9086dfa2f8fa2853713a074f92d8cc0dba598a.tar.gz
New function to initialize a PKCS7 structure of type other.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index da17895eb4..51bfd320d2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,13 @@
Changes between 0.9.7c and 0.9.8 [xx XXX xxxx]
+ *) New function PKCS7_set0_type_other() this initializes a PKCS7
+ structure of type "other".
+ [Steve Henson]
+
+ *) Correctly initialize digested data content type in PKCS7_set_type().
+ [Steve Henson]
+
*) Fix prime generation loop in crypto/bn/bn_prime.pl by making
sure the loop does correctly stop and breaking ("division by zero")
modulus operations are not performed. The (pre-generated) prime