aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-11-24 05:22:50 -0500
committerJack Lloyd <[email protected]>2020-11-24 05:22:50 -0500
commit02fbe09f89a928ec9def3980f9358cc8d7680464 (patch)
tree0f23b1799e3189e2c97405d5d10d9e5459238652
parent15222a6848915df41206eb00d88c95872fa90370 (diff)
Update news
-rw-r--r--news.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/news.rst b/news.rst
index 123cd0e7b..ea4793d60 100644
--- a/news.rst
+++ b/news.rst
@@ -16,7 +16,8 @@ Version 3.0.0, Not Yet Released
DESX, XTEA, PBKDF1, MCEIES, CBC-MAC and Tiger (GH #2434)
* Remove several deprecated features in TLS including DSA ciphersuites (GH #2505),
- anonymous ciphersuites (GH #2497), SRP ciphersuite (GH #2506)
+ anonymous ciphersuites (GH #2497), SRP ciphersuites (GH #2506),
+ SEED ciphersuites (GH #2509), Camellia CBC ciphersuites (GH #2509)
* Resolve an issue in the modular square root function which could cause
a near-infinite loop if used with a composite modulus of a certain form