Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_options.pod7 SSL_get_secure_renegotiation_support - manipulate SSL options
22 long SSL_get_secure_renegotiation_support(SSL *ssl);
41 SSL_get_secure_renegotiation_support() indicates whether the peer supports
430 SSL_get_secure_renegotiation_support() returns 1 is the peer supports
/freebsd/crypto/openssl/util/
H A Dother.syms565 SSL_get_secure_renegotiation_support define
/freebsd/crypto/openssl/apps/
H A Ds_server.c3005 SSL_get_secure_renegotiation_support(con) ? "" : " NOT"); in print_connection_info()
3241 SSL_get_secure_renegotiation_support(con) ? in www_body()
H A Ds_client.c3248 SSL_get_secure_renegotiation_support(s) ? "" : " NOT"); in print_stuff()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h627 # define SSL_get_secure_renegotiation_support(ssl) \ macro
H A Dssl.h.in604 # define SSL_get_secure_renegotiation_support(ssl) \ macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4069 MLINKS+= SSL_CTX_set_options.3 SSL_get_secure_renegotiation_support.3
/freebsd/crypto/openssl/
H A DCHANGES.md10253 * Add ctrl macro SSL_get_secure_renegotiation_support() which returns 1 if