diff options
author | Jack Lloyd <[email protected]> | 2018-08-27 12:32:05 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-08-27 12:32:05 -0400 |
commit | 612a585f4c0b1abe406b7fe68d50069af878c23a (patch) | |
tree | 523d8a695d04471b0cb9a8a7ceb24e1c196f9e20 /doc | |
parent | c42edc168e94ca80672be97e8d3a4e60bc0471d9 (diff) |
Deprecate TLS v1.0/v1.1 and CBC ciphersuites
May be a while before this is practical but we are better with them gone.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/deprecated.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual/deprecated.rst b/doc/manual/deprecated.rst index 3f262c3cd..e116f6e77 100644 --- a/doc/manual/deprecated.rst +++ b/doc/manual/deprecated.rst @@ -47,6 +47,10 @@ in the source. - TLS: CCM_8 ciphersuites +- TLS: TLSv1.0 and v1.1, DTLS v1.0 + +- TLS: CBC ciphersuites + - Block ciphers CAST-256, Kasumi, MISTY1, and DESX. - CBC-MAC |