]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
Missed one line.
[thirdparty/openssl.git] / CHANGES
CommitLineData
651d0aff 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
5
1b276f30 6 Changes between 0.9.2b and 0.9.3
7d7d2cbc 7
bd3576d2
UM
8 *) Reorganize and speed up MD5.
9 [Andy Polyakov <appro@fy.chalmers.se>]
10
7d7d2cbc
UM
11 *) VMS support.
12 [Richard Levitte <richard@levitte.org>]
1b276f30 13
f5eac85e
DSH
14 *) New option -out to asn1parse to allow the parsed structure to be
15 output to a file. This is most useful when combined with the -strparse
16 option to examine the output of things like OCTET STRINGS.
17 [Steve Henson]
18
b31b04d9
BM
19 *) Make SSL library a little more fool-proof by not requiring any longer
20 that SSL_set_{accept,connect}_state be called before
21 SSL_{accept,connect} may be used (SSL_set_..._state is omitted
22 in many applications because usually everything *appeared* to work as
23 intended anyway -- now it really works as intended).
24 [Bodo Moeller]
25
d5a2ea4b
UM
26 *) Move openssl.cnf out of lib/.
27