aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-12-04 12:31:36 -0500
committerJack Lloyd <[email protected]>2019-12-04 12:31:36 -0500
commitcb31a460cf09eb1b2e63d80ef38bdfcccb2d27da (patch)
treea0d82f69760762fc88e05317ae2fc4b33ab95300
parent38ad3622ed38555cba5970bfc039b1e923e4035f (diff)
Update news and todo
-rw-r--r--doc/dev_ref/todo.rst1
-rw-r--r--news.rst2
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/dev_ref/todo.rst b/doc/dev_ref/todo.rst
index 27a42a703..b2ed8e1c6 100644
--- a/doc/dev_ref/todo.rst
+++ b/doc/dev_ref/todo.rst
@@ -143,7 +143,6 @@ Compat Headers
New C APIs
----------------------------------------
-* X.509 CRL handling
* PKCS10 requests
* Certificate signing
* Expose TLS
diff --git a/news.rst b/news.rst
index 1520b85e4..5909be239 100644
--- a/news.rst
+++ b/news.rst
@@ -8,6 +8,8 @@ Version 2.13.0, Not Yet Released
* Add support for XMSS X.509 certificates (GH #2172)
+* Add support for X.509 CRLs in FFI layer and Python wrapper (GH #2213)
+
* It is now possible to disable TLS v1.0/v1.1 and DTLS v1.0 at build time.
(GH #2188)