Fix bug in ssl_get_verify_result()

This commit is contained in:
Manuel Pégourié-Gonnard
2015-01-23 14:30:57 +00:00
committed by Paul Bakker
parent cc334eff3e
commit e89163c0a8
3 changed files with 14 additions and 6 deletions

View File

@@ -50,6 +50,8 @@ Bugfix
* Fix unchecked return code in x509_crt_parse_path() on Windows (found by
Peter Vaskovic).
* Fix assembly selection for MIPS64 (thanks to James Cowgill).
* ssl_get_verify_result() now works even if the handshake was aborted due
to a failed verification (found by Fredrik Axelsson).
Changes
* Use deterministic nonces for AEAD ciphers in TLS by default (possible to