commit | 9a6b442cee5f080f05e872b4406fbb2cb444797e | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jul 21 13:42:54 2014 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Aug 14 11:34:34 2014 +0200 |
tree | 6e5664b39fac4202b05931dfe729d8d886fdc447 | |
parent | a04fa4fa040e02d2588bb82f75b19ba94a10d26e [diff] [blame] |
Fix non-blocking sockets in net_accept()
diff --git a/ChangeLog b/ChangeLog index cb1be26..68c4371 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -4,6 +4,7 @@ Bugfix * Support escaping of commas in x509_string_to_names() * Fix compile error in ssl_pthread_server (found by Julian Ospald). + * Fix net_accept() regarding non-blocking sockets (found by Luca Pesce). Changes * Ciphersuites using SHA-256 or SHA-384 now require TLS 1.x (there is no