diff options
author | lloyd <[email protected]> | 2013-02-06 18:23:43 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-02-06 18:23:43 +0000 |
commit | 33ae47d108697fa832a0d21d1ce61d6d385307fd (patch) | |
tree | 49dd7dbf79ea63d9f3393ecddd2c9b966a0d7e71 | |
parent | a6a6080e0b04751b6abb15d416626be43567a1b3 (diff) |
Correct RFC links
-rw-r--r-- | doc/relnotes/1_11_1.rst | 14 | ||||
-rw-r--r-- | doc/tls.rst | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/relnotes/1_11_1.rst b/doc/relnotes/1_11_1.rst index 568441d19..0e1fba4dc 100644 --- a/doc/relnotes/1_11_1.rst +++ b/doc/relnotes/1_11_1.rst @@ -45,7 +45,7 @@ A bug caused heartbeat requests sent by the counterparty during a handshake to be passed to the application callback as if they were heartbeat responses. -Support for TLS key material export as specified in :rfc:`5057` has +Support for TLS key material export as specified in :rfc:`5705` has been added, available via :cpp:func:`TLS::Channel::key_material_export` New Feature: Public Key Strength Checking @@ -65,12 +65,12 @@ rejected. This level can be modified using a parameter to the SRP6 Is Picker About Values """""""""""""""""""""""""""""""""""""""" -The SRP6 code was checking for invalid values as specified in RFC -5054, ones equal to zero mod p, however it would accept negative A/B -values, or ones larger than p, neither of which should occur in a -normal run of the protocol. These values are now rejected. Credits -to Timothy Prepscius for pointing out these values are not normally -used and probably signal something fishy. +The SRP6 code was checking for invalid values as specified in +:rfc:`5054`, ones equal to zero mod p, however it would accept +negative A/B values, or ones larger than p, neither of which should +occur in a normal run of the protocol. These values are now +rejected. Credits to Timothy Prepscius for pointing out these values +are not normally used and probably signal something fishy. Removal of Various BigInt Functions """""""""""""""""""""""""""""""""""""""" diff --git a/doc/tls.rst b/doc/tls.rst index 22d2c9f73..83503fcb1 100644 --- a/doc/tls.rst +++ b/doc/tls.rst @@ -153,7 +153,7 @@ available: as long as the session master secret remains secure an attacker should not be able to guess the key. - Per :rfc:`5057`, *label* should begin with "EXPERIMENTAL" unless + Per :rfc:`5705`, *label* should begin with "EXPERIMENTAL" unless the label has been standardized in an RFC. |