Home
last modified time | relevance | path

Searched refs:SSL_get_secure_renegotiation_support (Results 1 – 6 of 6) sorted by relevance

/NextBSD/crypto/openssl/doc/ssl/
HDSSL_CTX_set_options.pod5 … SSL_clear_options, SSL_CTX_get_options, SSL_get_options, SSL_get_secure_renegotiation_support - m…
20 long SSL_get_secure_renegotiation_support(SSL *ssl);
41 SSL_get_secure_renegotiation_support() indicates whether the peer supports
313 SSL_get_secure_renegotiation_support() returns 1 is the peer supports
342 and the function SSL_get_secure_renegotiation_support() were first added in
/NextBSD/secure/lib/libssl/
HDMakefile.man203 MLINKS+= SSL_CTX_set_options.3 SSL_get_secure_renegotiation_support.3
/NextBSD/crypto/openssl/apps/
HDs_server.c2694 SSL_get_secure_renegotiation_support(con) ? "" : " NOT"); in init_ssl_connection()
2939 SSL_get_secure_renegotiation_support(con) ? in www_body()
HDs_client.c2223 SSL_get_secure_renegotiation_support(s) ? "" : " NOT"); in print_stuff()
/NextBSD/crypto/openssl/ssl/
HDssl.h817 # define SSL_get_secure_renegotiation_support(ssl) \ macro
/NextBSD/crypto/openssl/
HDCHANGES2508 *) Add ctrl macro SSL_get_secure_renegotiation_support() which returns 1 if