diff options
author | lloyd <[email protected]> | 2012-07-27 17:30:13 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-07-27 17:30:13 +0000 |
commit | 4d0008edca9d3c0a119518e7d9b49c81d7dbe33c (patch) | |
tree | c359b14f9f0a0a495fea6eb241cb082fd0dc0717 /doc/relnotes/index.rst | |
parent | 16ccb3c130ad29aee2e640d498606314ac486f55 (diff) |
Add Public_Key::estimated_strength which gives an approximation of how
hard that key is to break.
Use it in cert path validation, rejecting keys with estimated strength
less than 80 bits.
Diffstat (limited to 'doc/relnotes/index.rst')
-rw-r--r-- | doc/relnotes/index.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/relnotes/index.rst b/doc/relnotes/index.rst index bb4902824..775f4ce2d 100644 --- a/doc/relnotes/index.rst +++ b/doc/relnotes/index.rst @@ -1,4 +1,3 @@ -.. toctree:: Release Notes ======================================== @@ -7,7 +6,9 @@ Series 1.11 ---------------------------------------- .. toctree:: + :maxdepth: 1 + 1_11_1 1_11_0 Series 1.10 |