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