Bugfix: s_client occasionally would sleep in select() when it should

have checked SSL_pending() first.
Submitted by:
Reviewed by:
PR:
This commit is contained in:
Bodo Möller
1999-04-09 20:54:25 +00:00
parent 9d892e2855
commit c7ac31e26e
2 changed files with 29 additions and 20 deletions

View File

@@ -5,6 +5,10 @@
Changes between 0.9.2b and 0.9.3
*) Bugfix: s_client occasionally would sleep in select() when
it should have checked SSL_pending() first.
[Bodo Moeller]
*) New functions DSA_do_sign and DSA_do_verify to provide access to
the raw DSA values prior to ASN.1 encoding.
[Ulf M<>ller]