diff options
author | Jack Lloyd <[email protected]> | 2016-11-03 15:06:13 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-11-03 15:06:13 -0400 |
commit | 933a3b0f47cc330c0444015de4daf4c9923875ee (patch) | |
tree | 1754cd2a4109888e1540ea0a65eeabb18fd6cbbc /doc/todo.rst | |
parent | 4c502bdfca58f2cd962108c4d1a8ccbf05a0c228 (diff) |
Update todo [ci skip]
Diffstat (limited to 'doc/todo.rst')
-rw-r--r-- | doc/todo.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/todo.rst b/doc/todo.rst index 38b19e1f0..fb97c5dc0 100644 --- a/doc/todo.rst +++ b/doc/todo.rst @@ -16,6 +16,7 @@ Ciphers, Hashes, PBKDF * Camellia using AES-NI * Serpent using AVX2 or SSSE3/pshufb * ChaCha20 using AVX2, NEON +* XSalsa20-Poly1305 AEAD compatible with NaCl * ARIA block cipher (RFCs 5794 and 6209) * ASCON 1.2 (CAESAR) * NORX-64 3.0 (CAESAR) @@ -68,13 +69,12 @@ TLS * OpenPGP authentication (RFC 5081) * DTLS-SCTP (RFC 6083) * Perspectives (http://perspectives-project.org/) -* Support for server key stored in TPM +* Support for server key stored in TPM or PKCS #11 PKIX ---------------------------------------- * Test suite for validation of 'real world' cert chains (GH #611) -* Support multiple DNS names in certificates * Improve output of X509_Certificate::to_string This is a free-form string for human consumption so the only constraints are being informative and concise. (GH #656) @@ -116,6 +116,7 @@ FFI (Python, OCaml) Library Infrastructure ---------------------------------------- +* Guarded integer type to prevent overflow bugs * Add logging callbacks * Add latency tracing framework |