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:
4
CHANGES
4
CHANGES
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user