diff options
author | lloyd <[email protected]> | 2015-01-10 22:44:30 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-01-10 22:44:30 +0000 |
commit | 5becd02f3aa5ad7e12958bc20b8fbc8816561e32 (patch) | |
tree | 27dbbcd792af2cf5ac511690363d714615b52499 /doc/relnotes | |
parent | ef2c4e617de1105a031560a65d18972c0c3ef030 (diff) |
Convert the asio server from a weird example server to a generic proxy server.
Diffstat (limited to 'doc/relnotes')
-rw-r--r-- | doc/relnotes/1_11_13.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/relnotes/1_11_13.rst b/doc/relnotes/1_11_13.rst index 8a9ed5872..d0ca04245 100644 --- a/doc/relnotes/1_11_13.rst +++ b/doc/relnotes/1_11_13.rst @@ -1,6 +1,9 @@ Version 1.11.13, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* The command line tool now has `tls_proxy` which negotiates TLS with + clients and forwards the plaintext to a specified port. + * Add MCEIES, a McEliece-based integrated encryption system using AES-256 in OCB mode for message encryption/authentication. @@ -9,7 +12,7 @@ Version 1.11.13, Not Yet Released * Add SHA-512/256 * The format of serialized TLS sessions has changed. Additiionally, PEM - formatted sessions now use the label of "TLS SESSION" instead of "SSL SESSION". + formatted sessions now use the label of "TLS SESSION" instead of "SSL SESSION" * Serialized TLS sessions are now encrypted using AES-256/GCM instead of a CBC+HMAC construction. |