diff options
author | Jack Lloyd <[email protected]> | 2016-03-16 18:39:14 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-03-16 18:41:25 -0400 |
commit | f209329d885310fb510742317a20d1f51099b29e (patch) | |
tree | 354ae71fd389fbc03a19b85001bdc8651555d01c /doc | |
parent | eba8e2e0f1baf64637acda3f049fa14f79283201 (diff) |
Deprecate Rabin-Williams
Diffstat (limited to 'doc')
-rw-r--r-- | doc/news.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/news.rst b/doc/news.rst index d5698d23e..b2bfd4d67 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -4,6 +4,10 @@ Release Notes Version 1.11.29, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* Deprecation warning: Rabin-Williams is deprecated and will likely be + removed in a future release unless some good reason to keep it + (current application use or real protocols using it) is found. + * Reject empty TLS records at the record processing layer since such a record is not valid regardless of the record type. Later checks already correctly rejected empty records, but during processing such |