diff options
author | lloyd <[email protected]> | 2014-12-08 06:51:10 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-12-08 06:51:10 +0000 |
commit | 1b7dbd5ca22f83ac8011dc209d92d2562562c816 (patch) | |
tree | 1258dd5cebd6d399b93df09085e2656422ee5c8d /doc | |
parent | 42a34f672bfd4737e66d8813d024b6f73fdfcad4 (diff) |
Add a basic speed test for McEliece
Diffstat (limited to 'doc')
-rw-r--r-- | doc/relnotes/1_11_10.rst | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/relnotes/1_11_10.rst b/doc/relnotes/1_11_10.rst index cef271e2a..75c6cbade 100644 --- a/doc/relnotes/1_11_10.rst +++ b/doc/relnotes/1_11_10.rst @@ -2,13 +2,14 @@ Version 1.11.10, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * An implementation of McEliece code-based public key encryption based - on INRIA's HyMES was contributed by cryptosource GmbH. The original - version is LGPL but cryptosource has secured permission to release - an adaptation under a BSD license. A CCA2-secure KEM scheme is also - included. - - The implementations is further described in - `http://www.cryptosource.de/docs/mceliece_in_botan.pdf`_. + on INRIA's HyMES and secured against a variety of side-channels was + contributed by cryptosource GmbH. The original version is LGPL but + cryptosource has secured permission to release an adaptation under a + BSD license. A CCA2-secure KEM scheme is also included. + + The implementation is further described in + http://www.cryptosource.de/docs/mceliece_in_botan.pdf and + http://cryptosource.de/news_mce_in_botan_en.html * Add support for TLS fallback signaling (draft-ietf-tls-downgrade-scsv-00). Clients will send a fallback SCSV if the version passed to the Client |