diff options
author | Jack Lloyd <[email protected]> | 2018-09-10 16:13:53 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-09-10 16:13:53 -0400 |
commit | 0a090b2aaaaade76741f482666c6c802d1b48044 (patch) | |
tree | eb0687a9119d96052c90a57a7a6feb7a77c5f954 /news.rst | |
parent | e6f7836b5eca0c000f2cd3483a66b48de5170a1b (diff) |
Update news, todo
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ Release Notes Version 2.8.0, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -* CommonCrypto hashing support (MD4, MD5, SHA, SHA224, SHA256, SHA384, SHA512) - (GH #1667) +* Add support for using Apple CommonCrypto library for hashing (GH #1667), + cipher modes (GH #1674) and block ciphers (GH #1673). * Support for negotiating TLS versions 1.0 and 1.1 is disabled in the default TLS policy. In addition, support for negotiating TLS ciphersuites using CBC or |