]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
This is a quick hack conversion of the 'CA.sh' script to perl. It fixes one
[thirdparty/openssl.git] / CHANGES
CommitLineData
651d0aff 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
5
9cb0969f 6 Changes between 0.9.1c and 0.9.2
320a14cb 7
6063b27b
BL
8 *) Make Montgomery context stuff explicit in RSA data structure.
9 [Ben Laurie]
10
11 *) Fix build order of pem and err to allow for generated pem.h.
12 [Ben Laurie]
13
14 *) Fix renumbering bug in X509_NAME_delete_entry().
15 [Ben Laurie]
16
792a9002 17 *) Enhanced the err-ins.pl script so it makes the error library number
18 global and can add a library name. This is needed for external ASN1 and
19 other error libraries.
20 [Steve Henson]
21
22 *) Fixed sk_insert which never worked properly.
23 [Steve Henson]
24
25 *) Fix ASN1 macros so they can handle indefinite length construted
26 EXPLICIT tags. Some non standard certificates use these: they can now
27 be read in.
28 [Steve Henson]
29
ce72df1c
RE
30 *) Merged the various old/obsolete SSLeay documentation files (doc/xxx.doc)
31 into a single doc/ssleay.txt bundle. This way the information is still
32 preserved but no longer messes up this directory. Now it's new room for
33 the new set of documenation files.
34 [Ralf S. Engelschall]
35
4098e89c
BL
36 *) SETs were incorrectly DER encoded. This was a major pain, because they
37 shared code with SEQUENCEs, which aren't coded the same. This means that
38 almost everything to do with SETs or SEQUENCEs has either changed name or
39 number of arguments.
40 [Ben Laurie, based on a partial fix by GP Jayan <gp@nsj.co.jp>]
41
42 *) Fix test data to work with the above.
43 [Ben Laurie]
44
03f8b042
BL
45 *) Fix the RSA header declarations that hid a bug I fixed in 0.9.0b but
46 was already fixed by Eric for 0.9.1 it seems.
88fce979 47