diff options
author | Jack Lloyd <[email protected]> | 2016-10-07 15:50:48 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-10-07 15:50:48 -0400 |
commit | 36220cebaae551f3e7c22e2abd8a8ce848e56892 (patch) | |
tree | 3b9aca25bf2437b7cde4f4df7e3bb876a139c264 /doc/news.rst | |
parent | b2209d7ebe29bfe2ab5d25eb2be7c51d42ea2a46 (diff) | |
parent | c2d88a0c4e0d2b6aa461cf7c415eea23ff3994c2 (diff) |
Merge GH #645 TLS compressed points
Diffstat (limited to 'doc/news.rst')
-rw-r--r-- | doc/news.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/news.rst b/doc/news.rst index d831d5b10..f8c2fb393 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -4,6 +4,8 @@ Release Notes Version 1.11.33, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* Add support for the TLS Supported Point Formats Extension (RFC 4492). + * Fix entropy source selection bug on Windows, which caused the CryptoAPI entropy source to be not available under its normal name "win32_cryptoapi" but instead "dev_random". GH #644 |