]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
Various bugfixes: Uses locking for some more of the stuff that is not
[thirdparty/openssl.git] / CHANGES
CommitLineData
651d0aff 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
5
1b24cca9
BM
6 Changes between 0.9.2b and 0.9.3 [XX May 1999]
7 [I suggest using the same format for the
8 date as in opensslv.h. 0.9.1c used
9 hyphens in the date, so I wrote
10 [23-Dec-1998] down below; but in later
11 versions, these hyphens are gone.]
7d7d2cbc 12
bd3576d2
UM
13 *) Reorganize and speed up MD5.
14 [Andy Polyakov <appro@fy.chalmers.se>]
15
7d7d2cbc
UM
16 *) VMS support.
17 [Richard Levitte <richard@levitte.org>]
1b276f30 18
f5eac85e
DSH
19 *) New option -out to asn1parse to allow the parsed structure to be
20 output to a file. This is most useful when combined with the -strparse
21 option to examine the output of things like OCTET STRINGS.
22 [Steve Henson]
23
b31b04d9
BM
24 *) Make SSL library a little more fool-proof by not requiring any longer
25 that SSL_set_{accept,connect}_state be called before
26 SSL_{accept,connect} may be used (SSL_set_..._state is omitted
27 in many applications because usually everything *appeared* to work as
28 intended anyway -- now it really works as intended).
29 [Bodo Moeller]
30
d5a2ea4b
UM
31 *) Move openssl.cnf out of lib/.
32