Home
last modified time | relevance | path

Searched refs:SSL_CTX_sess_accept_renegotiate (Results 1 – 5 of 5) sorted by relevance

/trueos/crypto/openssl/doc/ssl/
HDSSL_CTX_sess_number.pod5 …_renegotiate, SSL_CTX_sess_accept, SSL_CTX_sess_accept_good, SSL_CTX_sess_accept_renegotiate, SSL_…
17 long SSL_CTX_sess_accept_renegotiate(SSL_CTX *ctx);
44 SSL_CTX_sess_accept_renegotiate() returns the number of start renegotiations
HDssl.pod264 =item int B<SSL_CTX_sess_accept_renegotiate>(SSL_CTX *ctx);
/trueos/secure/lib/libssl/
HDMakefile.man109 MLINKS+= SSL_CTX_sess_number.3 SSL_CTX_sess_accept_renegotiate.3
/trueos/crypto/openssl/ssl/
HDssl.h1072 # define SSL_CTX_sess_accept_renegotiate(ctx) \ macro
/trueos/crypto/openssl/apps/
HDs_server.c1934 SSL_CTX_sess_accept_renegotiate(ssl_ctx)); in print_stats()