diff options
Diffstat (limited to 'doc/news.rst')
-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 |