diff options
author | lloyd <[email protected]> | 2014-10-14 23:39:29 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-10-14 23:39:29 +0000 |
commit | 6c77c2fd9b59ad063a1ef6020ef5976647eab0f9 (patch) | |
tree | e3b8520a2648269645087a5979d6850334c23675 /doc | |
parent | b5e4c9f963399b4dcb90ffa523cf5185334dd03f (diff) |
Correct documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/tls.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/tls.rst b/doc/manual/tls.rst index a5627e747..e85b9a816 100644 --- a/doc/manual/tls.rst +++ b/doc/manual/tls.rst @@ -567,7 +567,7 @@ be negotiated during a handshake. Default: True if a known TLS version. DTLS is not accepted by default; to enable DTLS (or combined TLS/DTLS) in your application, override this - function. + function. SSLv3 is also rejected by default. .. cpp:function:: bool server_uses_own_ciphersuite_preferences() const |