diff options
Diffstat (limited to 'crypto/Readme.html')
-rw-r--r-- | crypto/Readme.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/Readme.html b/crypto/Readme.html index 6d1bc7421..5ad32246c 100644 --- a/crypto/Readme.html +++ b/crypto/Readme.html @@ -307,6 +307,12 @@ We state, where EC MQV has not otherwise been disabled or removed: <h5>Defects Fixed</h5> <ul> <li>ChaCha20Poly1305 could fail for large (>~2GB) files. This has been fixed.</li> + <li>DTLS: Fixed infinite loop on IO exceptions.</li> + </ul> + <h5>Additional Features and Functionality</h5> + <ul> + <li>DTLS: Retransmission timers now properly apply to flights monolithically.</li> + <li>DTLS: Added support for an overall handshake timeout.</li> </ul> <h5>Additional Notes</h5> <ul> |