aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-01-30 13:54:44 +0000
committerRichard Levitte <levitte@openssl.org>2001-01-30 13:54:44 +0000
commit3b1f393ae7ef837dc212115781626f038116b2f8 (patch)
tree593f55a005f3e55b5f158bad052580b17de9c7d3 /CHANGES
parent61433519af577c6ba04a2f099c61b051059cd24b (diff)
downloadopenssl-3b1f393ae7ef837dc212115781626f038116b2f8.tar.gz
Transport from development branch.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b15ed4763a..43eb9418de 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,13 @@
Changes between 0.9.6 and 0.9.6a [xx XXX 2000]
+ *) 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
+ sure BIO's that break lines after each write do not create invalid
+ headers.
+ [Richard Levitte]
+
*) Make the CRL encoding routines work with empty SEQUENCE OF. The
macros previously used would not encode an empty SEQUENCE OF
and break the signature.