diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2001-02-01 02:57:32 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2001-02-01 02:57:32 +0100 |
commit | 8cff6331c944398cc7889e586116c11e89f89147 (patch) | |
tree | e0ee2c0a2d5a943f4e2d740f766b2b9e53234265 /CHANGES | |
parent | New manual page for a hardly known but important item :-) (diff) | |
download | openssl-8cff6331c944398cc7889e586116c11e89f89147.tar.xz openssl-8cff6331c944398cc7889e586116c11e89f89147.zip |
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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |