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