diff options
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 |