diff options
author | Jack Lloyd <[email protected]> | 2019-12-04 12:31:36 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-12-04 12:31:36 -0500 |
commit | cb31a460cf09eb1b2e63d80ef38bdfcccb2d27da (patch) | |
tree | a0d82f69760762fc88e05317ae2fc4b33ab95300 | |
parent | 38ad3622ed38555cba5970bfc039b1e923e4035f (diff) |
Update news and todo
-rw-r--r-- | doc/dev_ref/todo.rst | 1 | ||||
-rw-r--r-- | news.rst | 2 |
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 @@ -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) |