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