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