diff options
author | Jack Lloyd <[email protected]> | 2020-11-21 15:54:03 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-11-23 07:16:43 -0500 |
commit | 8c20294f75a60046daebf4b6811cf7f7cecda4e4 (patch) | |
tree | 453d51a5550844bcc5a1955465e493d7194029f7 /doc/deprecated.rst | |
parent | d6956012d1f2993b27a0be58b098327902a0a7f4 (diff) |
Remove SRP support from TLS
Diffstat (limited to 'doc/deprecated.rst')
-rw-r--r-- | doc/deprecated.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/deprecated.rst b/doc/deprecated.rst index b651e1afd..0ac159692 100644 --- a/doc/deprecated.rst +++ b/doc/deprecated.rst @@ -40,12 +40,6 @@ in a future major release: - All ciphersuites using static RSA key exchange -- SRP ciphersuites. This is implied by the removal of CBC mode, since - all available SRP ciphersuites use CBC. To avoid use of obsolete - ciphers, it would be better to instead perform a standard TLS - negotiation, then a PAKE authentication within (and bound to) the - TLS channel. - - OCB ciphersuites using 128-bit keys Deprecated Functionality |