Submitted by:

Reviewed by:
PR:
This commit is contained in:
Bodo Möller
1999-04-11 02:49:35 +00:00
parent 7c7c88515f
commit fc8ee06b4d
3 changed files with 35 additions and 9 deletions

View File

@@ -5,6 +5,14 @@
Changes between 0.9.2b and 0.9.3
*) Bugfix: In test/testenc, don't test "openssl <cipher>" for
ciphers that were excluded, e.g. by -DNO_IDEA. Also, test
all available cipers including rc5, which was forgotten until now.
In order to let the testing shell script know which algorithms
are available, a new (up to now undocumented) command
"openssl list-cipher-commands" is used.
[Bodo Moeller]
*) Bugfix: s_client occasionally would sleep in select() when
it should have checked SSL_pending() first.
[Bodo Moeller]