]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
VMS support.
[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
UM
7
8 *) VMS support.
9 [Richard Levitte <richard@levitte.org>]
1b276f30 10
f5eac85e
DSH
11 *) New option -out to asn1parse to allow the parsed structure to be
12 output to a file. This is most useful when combined with the -strparse
13 option to examine the output of things like OCTET STRINGS.
14 [Steve Henson]
15
b31b04d9
BM
16 *) Make SSL library a little more fool-proof by not requiring any longer
17 that SSL_set_{accept,connect}_state be called before
18 SSL_{accept,connect} may be used (SSL_set_..._state is omitted
19 in many applications because usually everything *appeared* to work as
20 intended anyway -- now it really works as intended).
21 [Bodo Moeller]
22
d5a2ea4b
UM
23 *) Move openssl.cnf out of lib/.
24