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