Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2003-06-02 00:45:44 +0400
committerDr. Stephen Henson <steve@openssl.org>2003-06-02 00:45:44 +0400
commit3410aa1aa82e9d4af7795c9a8d1d2c7a0be84f59 (patch)
tree283678555082c20608411aa1d6a083905362fd3f /CHANGES
parentf50b911a3fa825291d944723d7ed089a281bbeec (diff)
Various S/MIME bug and compatibility fixes.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 974c1b92ae..b1636083b1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,13 @@
Changes between 0.9.7b and 0.9.7c [xx XXX 2003]
- *)
+ *) Various S/MIME bugfixes and compatibility changes:
+ output correct application/pkcs7 MIME type if
+ PKCS7_NOOLDMIMETYPE is set. Tolerate some broken signatures.
+ Output CR+LF for EOL if PKCS7_CRLFEOL is set (this makes opening
+ of files as .eml work). Correctly handle very long lines in MIME
+ parser.
+ [Steve Henson]
Changes between 0.9.7a and 0.9.7b [10 Apr 2003]