Home
last modified time | relevance | path

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

/freebsd-13.1/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
374 SSL_get_secure_renegotiation_support() returns 1 is the peer supports
/freebsd-13.1/crypto/openssl/apps/
H A Ds_server.c2914 SSL_get_secure_renegotiation_support(con) ? "" : " NOT"); in print_connection_info()
3148 SSL_get_secure_renegotiation_support(con) ? in www_body()
H A Ds_client.c3289 SSL_get_secure_renegotiation_support(s) ? "" : " NOT"); in print_stuff()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h611 # define SSL_get_secure_renegotiation_support(ssl) \ macro
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile2621 MLINKS+= SSL_CTX_set_options.3 SSL_get_secure_renegotiation_support.3
/freebsd-13.1/crypto/openssl/
H A DCHANGES5320 *) Add ctrl macro SSL_get_secure_renegotiation_support() which returns 1 if