Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/tls/
H A Dtls_server.c234 SSL_CTX_set_options(*ssl_ctx, SSL_OP_NO_CLIENT_RENEGOTIATION); in tls_configure_server_ssl()
/dragonfly/crypto/libressl/ssl/
H A Dd1_pkt.c592 if ((s->internal->options & SSL_OP_NO_CLIENT_RENEGOTIATION) != 0) { in dtls1_read_handshake_unexpected()
H A Dssl_pkt.c940 if ((s->internal->options & SSL_OP_NO_CLIENT_RENEGOTIATION) != 0) { in ssl3_read_handshake_unexpected()
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h405 #define SSL_OP_NO_CLIENT_RENEGOTIATION 0x00020000L macro
/dragonfly/crypto/libressl/
H A DChangeLog1954 * Added SSL_OP_NO_CLIENT_RENEGOTIATION option that disallows