aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-01-25 11:56:59 -0500
committerJack Lloyd <[email protected]>2020-01-25 11:56:59 -0500
commit32f2e9f1e9788da7d7c9c43b3006b97f717c4214 (patch)
tree53da0544abce58f7a408b7e76c7b1871ca17b59a /doc
parent2583c0909e98d8059e68e3af10709c1c784f2bb7 (diff)
Todo updates
Diffstat (limited to 'doc')
-rw-r--r--doc/dev_ref/todo.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/dev_ref/todo.rst b/doc/dev_ref/todo.rst
index f643b8565..426ee2198 100644
--- a/doc/dev_ref/todo.rst
+++ b/doc/dev_ref/todo.rst
@@ -23,7 +23,7 @@ Ciphers, Hashes, PBKDF
* EME* tweakable block cipher (https://eprint.iacr.org/2004/125)
* FFX format preserving encryption (NIST 800-38G)
* SHA-512 using BMI2+AVX2
-* Constant time DES using BMI2
+* Constant time DES using bitslicing and/or BMI2
* Threefish-1024
* SIMD evaluation of SHA-2 and SHA-3 compression functions
* Adiantum (https://eprint.iacr.org/2018/720)
@@ -71,9 +71,10 @@ External Providers, Hardware Support
* /dev/crypto provider (ciphers, hashes)
* Windows CryptoNG provider (ciphers, hashes)
* Extend Apple CommonCrypto provider (HMAC, CMAC, RSA, ECDSA, ECDH)
-* Support iOS keychain access
-* POWER8 crypto extensions (SHA-2, GCM)
+* Add support for iOS keychain access
+* POWER8 SHA-2 extensions (GH #1486 + #1487)
* Better TPM support: NVRAM, PCR measurements, sealing
+* Add support for TPM 2.0 hardware
* Support Intel QuickAssist accelerator cards
TLS