diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/tls.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/manual/tls.rst b/doc/manual/tls.rst index 8d9a6fb12..02ed1e611 100644 --- a/doc/manual/tls.rst +++ b/doc/manual/tls.rst @@ -953,6 +953,14 @@ policy settings from a file. Default: false + .. cpp:function:: bool allow_client_initiated_renegotiation() const + + If this function returns true, a server will accept a + client-initiated renegotiation attempt. Otherwise it will send + the client a non-fatal ``no_renegotiation`` alert. + + Default: true + .. cpp:function:: bool allow_server_initiated_renegotiation() const If this function returns true, a client will accept a |