diff options
author | Jack Lloyd <[email protected]> | 2016-10-15 16:26:57 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-10-15 16:26:57 -0400 |
commit | f4bc6f51554caea5d9d75eac31053a88f380c147 (patch) | |
tree | 9f8da7f74df78b23e72d6d64d38285af836b2324 /doc | |
parent | 0adc6896d8183654fd3b20886a6c979760db7edd (diff) |
Doc updates [ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/deprecated.txt | 3 | ||||
-rw-r--r-- | doc/todo.rst | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/deprecated.txt b/doc/deprecated.txt index ff89a85d2..a2dd32a20 100644 --- a/doc/deprecated.txt +++ b/doc/deprecated.txt @@ -7,6 +7,8 @@ Currently deprecated: - 3DES and SEED ciphersuites in TLS +- PBKDF1 key derivation + - DSA auth in TLS (not ECDSA) - Old (Google specific) ChaCha20 TLS ciphersuites @@ -22,3 +24,4 @@ Currently deprecated: - EGD entropy source - Unix process exec entropy source + diff --git a/doc/todo.rst b/doc/todo.rst index 0fde6807d..6420c1937 100644 --- a/doc/todo.rst +++ b/doc/todo.rst @@ -35,6 +35,7 @@ Public Key Crypto, Math * FHMQV * Support mixed hashes and non-empty param strings in OAEP * wNAF ECC point multiply +* Recover ECDSA public key from signature/message pair (GH #664) * Fast new implementations/algorithms for ECC point operations, Montgomery multiplication, multi-exponentiation, ... * Some PK operations, especially RSA, have extensive computations per |