]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
Obsoleted by new openssl command "list-cipher-commands".
[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
fc8ee06b
BM
8 *) Bugfix: In test/testenc, don't test "openssl <cipher>" for
9 ciphers that were excluded, e.g. by -DNO_IDEA. Also, test
10 all available cipers including rc5, which was forgotten until now.
11 In order to let the testing shell script know which algorithms
12 are available, a new (up to now undocumented) command
13 "openssl list-cipher-commands" is used.
14 [Bodo Moeller]
15
c7ac31e2
BM
16 *) Bugfix: s_client occasionally would sleep in select() when
17 it should have checked SSL_pending() first.
18 [Bodo Moeller]
19
9d892e28
UM
20 *) New functions DSA_do_sign and DSA_do_verify to provide access to
21 the raw DSA values prior to ASN.1 encoding.
22