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