Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/openssl/dist/doc/ssl/
H A DSSL_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
/minix/crypto/external/bsd/openssl/dist/apps/
H A Ds_server.c2471 SSL_get_secure_renegotiation_support(con) ? "" : " NOT"); in init_ssl_connection()
2696 SSL_get_secure_renegotiation_support(con) ? in www_body()
H A Ds_client.c2026 SSL_get_secure_renegotiation_support(s) ? "" : " NOT"); in print_stuff()
/minix/crypto/external/bsd/openssl/dist/ssl/
H A Dssl.h725 # define SSL_get_secure_renegotiation_support(ssl) \ macro
/minix/crypto/external/bsd/openssl/dist/
H A DCHANGES2007 *) Add ctrl macro SSL_get_secure_renegotiation_support() which returns 1 if