Home
last modified time | relevance | path

Searched refs:force_full_renegotiation (Results 1 – 21 of 21) sorted by relevance

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/tls/
H A Dtls_client.h144 bool force_full_renegotiation) override;
147 bool force_full_renegotiation,
H A Dtls_channel.h182 void renegotiate(bool force_full_renegotiation = false);
209 bool force_full_renegotiation) = 0;
H A Dtls_channel.cpp205 void Channel::renegotiate(bool force_full_renegotiation) in renegotiate() argument
212 if(force_full_renegotiation == false) in renegotiate()
213 force_full_renegotiation = !policy().allow_resumption_for_renegotiation(); in renegotiate()
216 force_full_renegotiation); in renegotiate()
H A Dtls_client.cpp153 bool force_full_renegotiation) in initiate_handshake() argument
155 send_client_hello(state, force_full_renegotiation, in initiate_handshake()
160 bool force_full_renegotiation, in send_client_hello() argument
171 if(!force_full_renegotiation && !m_info.empty()) in send_client_hello()
H A Dtls_server.h120 bool force_full_renegotiation) override;
H A Dtls_server.cpp372 bool force_full_renegotiation) in initiate_handshake() argument
375 set_allow_session_resumption(!force_full_renegotiation); in initiate_handshake()
/dports/security/botan2/Botan-2.18.2/src/lib/tls/
H A Dtls_client.h144 bool force_full_renegotiation) override;
147 bool force_full_renegotiation,
H A Dtls_channel.h182 void renegotiate(bool force_full_renegotiation = false);
209 bool force_full_renegotiation) = 0;
H A Dtls_channel.cpp205 void Channel::renegotiate(bool force_full_renegotiation) in renegotiate() argument
212 if(force_full_renegotiation == false) in renegotiate()
213 force_full_renegotiation = !policy().allow_resumption_for_renegotiation(); in renegotiate()
216 force_full_renegotiation); in renegotiate()
H A Dtls_client.cpp153 bool force_full_renegotiation) in initiate_handshake() argument
155 send_client_hello(state, force_full_renegotiation, in initiate_handshake()
160 bool force_full_renegotiation, in send_client_hello() argument
171 if(!force_full_renegotiation && !m_info.empty()) in send_client_hello()
H A Dtls_server.h120 bool force_full_renegotiation) override;
H A Dtls_server.cpp372 bool force_full_renegotiation) in initiate_handshake() argument
375 set_allow_session_resumption(!force_full_renegotiation); in initiate_handshake()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/tls/
H A Dtls_client.h144 bool force_full_renegotiation) override;
147 bool force_full_renegotiation,
H A Dtls_channel.h182 void renegotiate(bool force_full_renegotiation = false);
209 bool force_full_renegotiation) = 0;
H A Dtls_channel.cpp205 void Channel::renegotiate(bool force_full_renegotiation) in renegotiate() argument
212 if(force_full_renegotiation == false) in renegotiate()
213 force_full_renegotiation = !policy().allow_resumption_for_renegotiation(); in renegotiate()
216 force_full_renegotiation); in renegotiate()
H A Dtls_client.cpp153 bool force_full_renegotiation) in initiate_handshake() argument
155 send_client_hello(state, force_full_renegotiation, in initiate_handshake()
160 bool force_full_renegotiation, in send_client_hello() argument
171 if(!force_full_renegotiation && !m_info.empty()) in send_client_hello()
H A Dtls_server.h120 bool force_full_renegotiation) override;
H A Dtls_server.cpp372 bool force_full_renegotiation) in initiate_handshake() argument
375 set_allow_session_resumption(!force_full_renegotiation); in initiate_handshake()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/doc/api_ref/
H A Dtls.rst266 .. cpp:function:: void renegotiate(bool force_full_renegotiation = false)
272 If *force_full_renegotiation* is false, then the client will
277 For a server, if *force_full_renegotiation* is false, then a
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/doc/api_ref/
H A Dtls.rst266 .. cpp:function:: void renegotiate(bool force_full_renegotiation = false)
272 If *force_full_renegotiation* is false, then the client will
277 For a server, if *force_full_renegotiation* is false, then a
/dports/security/botan2/Botan-2.18.2/doc/api_ref/
H A Dtls.rst266 .. cpp:function:: void renegotiate(bool force_full_renegotiation = false)
272 If *force_full_renegotiation* is false, then the client will
277 For a server, if *force_full_renegotiation* is false, then a