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