aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-09-10 16:13:53 -0400
committerJack Lloyd <[email protected]>2018-09-10 16:13:53 -0400
commit0a090b2aaaaade76741f482666c6c802d1b48044 (patch)
treeeb0687a9119d96052c90a57a7a6feb7a77c5f954
parente6f7836b5eca0c000f2cd3483a66b48de5170a1b (diff)
Update news, todo
-rw-r--r--doc/todo.rst2
-rw-r--r--news.rst4
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
diff --git a/news.rst b/news.rst
index 44c636643..fe27033c3 100644
--- a/news.rst
+++ b/news.rst
@@ -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