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