diff options
author | lloyd <[email protected]> | 2013-07-10 15:21:38 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-07-10 15:21:38 +0000 |
commit | 4e8eb70640bb3768ab434add374bdf6f8455d2ec (patch) | |
tree | ba16494e3a9665c3d5eb7b8228fe4b15178ac785 /doc/relnotes/index.rst | |
parent | 2a9848fd18b1210a845d02efda38e398950bd76c (diff) |
Change default policy to prohibit DTLS to minimize surprise.
Allow applications to send arbirary alert messages.
Add a new optional parameter to Channel which specifies how large to
make the IO buffers by default.
Add Channel::reset_state, and reset the IO buffers and cipher specs
after a fatal alert.
Diffstat (limited to 'doc/relnotes/index.rst')
-rw-r--r-- | doc/relnotes/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/relnotes/index.rst b/doc/relnotes/index.rst index 633ac79bb..c905796ba 100644 --- a/doc/relnotes/index.rst +++ b/doc/relnotes/index.rst @@ -8,6 +8,7 @@ Series 1.11 .. toctree:: :maxdepth: 1 + 1_11_4 1_11_3 1_11_2 1_11_1 |