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