]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
MIME encoding and ISO chars at the same time messes up the stuff
[thirdparty/openssl.git] / CHANGES
CommitLineData
651d0aff 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
5
9228157c 6 Changes between 0.9.1c and 0.9.1d
320a14cb 7
ce72df1c
RE
8 *) Merged the various old/obsolete SSLeay documentation files (doc/xxx.doc)
9 into a single doc/ssleay.txt bundle. This way the information is still
10 preserved but no longer messes up this directory. Now it's new room for
11 the new set of documenation files.
12 [Ralf S. Engelschall]
13
4098e89c
BL
14 *) SETs were incorrectly DER encoded. This was a major pain, because they
15 shared code with SEQUENCEs, which aren't coded the same. This means that
16 almost everything to do with SETs or SEQUENCEs has either changed name or
17 number of arguments.
18 [Ben Laurie, based on a partial fix by GP Jayan <gp@nsj.co.jp>]
19
20 *) Fix test data to work with the above.
21 [Ben Laurie]
22
03f8b042
BL
23 *) Fix the RSA header declarations that hid a bug I fixed in 0.9.0b but
24 was already fixed by Eric for 0.9.1 it seems.
88fce979 25