diff options
author | Jack Lloyd <[email protected]> | 2018-09-04 19:30:16 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-09-04 19:30:16 -0400 |
commit | 3b336f2a80053d472380b29aab06ad0acb66d3f1 (patch) | |
tree | 04ab9a62e4d06095376faa6f983bda1627cb2f9a /news.rst | |
parent | ad2cad62e0fcd186d489e56a136e376c0fa3a8f0 (diff) | |
parent | c81c5281eef4bc467cc1e101bd99438198b703c7 (diff) |
Merge GH #1667 Add hashing with CommonCrypto
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ Release Notes Version 2.8.0, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* CommonCrypto hashing support (MD4, MD5, SHA, SHA224, SHA256, SHA384, SHA512) + * 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 CCM mode is disabled by default. Applications which need to interop with old |