commit | 86792a6cf3fb088e1e1f8ae7286e01196b172eec | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Oct 23 15:02:45 2014 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Oct 23 15:02:45 2014 +0200 |
tree | fa551b83c61d6ae4e5820b6bb597880bec6f7950 | |
parent | 066c1f60bba9fe447e8aeaddd11f18e838f7ed78 [diff] [blame] |
Fix ssl_close_notify() with non-blocking I/O
diff --git a/ChangeLog b/ChangeLog index dd1a3c5..b951c9a 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -10,6 +10,8 @@ Bugfix * Fix potential bad read in parsing ServerHello (found by Adrien Vialletelle). + * ssl_close_notify() could send more than one message in some circumstances + with non-blocking I/O. Changes * X.509 certificates with more than one AttributeTypeAndValue per