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 | |
parent | e6f7836b5eca0c000f2cd3483a66b48de5170a1b (diff) |
Update news, todo
-rw-r--r-- | doc/todo.rst | 2 | ||||
-rw-r--r-- | news.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/todo.rst b/doc/todo.rst index 08080a62e..92d54f237 100644 --- a/doc/todo.rst +++ b/doc/todo.rst @@ -65,7 +65,7 @@ External Providers, Hardware Support * Support using BoringSSL instead of OpenSSL or LibreSSL * /dev/crypto provider (ciphers, hashes) * Windows CryptoNG provider (ciphers, hashes) -* Apple CommonCrypto +* Extend Apple CommonCrypto provider (HMAC, CMAC, RSA, ECDSA, ECDH) * POWER8 crypto extensions (SHA-2, GCM) * Better TPM support: NVRAM, PCR measurements, sealing * Intel SGX support @@ -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 |