summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-02-01 01:57:32 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-02-01 01:57:32 +0000
commit8cff6331c944398cc7889e586116c11e89f89147 (patch)
treee0ee2c0a2d5a943f4e2d740f766b2b9e53234265 /CHANGES
parentcd6aa710b5f4df1959b9bb3f78928619502b39af (diff)
Tolerate some "variations" used in some
certificates. One is a valid CA which has no basicConstraints but does have certSign keyUsage. Other is S/MIME signer with nonRepudiation but no digitalSignature.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d88fe9ffd8..a19f241bb4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,10 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) Tolerate nonRepudiation as being valid for S/MIME signing and certSign
+ keyUsage if basicConstraints absent for a CA.
+ [Steve Henson]
+
*) Make SMIME_write_PKCS7() write mail header values with a format that
is more generally accepted (no spaces before the semicolon), since
some programs can't parse those values properly otherwise. Also make