Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_TLSv1_1 (Results 1 – 10 of 10) sorted by relevance

/minix/crypto/external/bsd/openssl/dist/ssl/
H A Ds23_clnt.c326 mask = SSL_OP_NO_TLSv1_1 | SSL_OP_NO_TLSv1 in ssl23_client_hello()
342 mask &= ~SSL_OP_NO_TLSv1_1; in ssl23_client_hello()
343 if ((options & SSL_OP_NO_TLSv1_1) && (options & mask) != mask) in ssl23_client_hello()
720 !(s->options & SSL_OP_NO_TLSv1_1)) { in ssl23_get_server_hello()
H A Ds23_srvr.c296 !(s->options & SSL_OP_NO_TLSv1_1)) { in ssl23_get_client_hello()
366 !(s->options & SSL_OP_NO_TLSv1_1)) { in ssl23_get_client_hello()
H A Dssl.h625 # define SSL_OP_NO_TLSv1_1 0x10000000L macro
H A Ds3_lib.c3352 if (!(s->options & SSL_OP_NO_TLSv1_1)) in ssl3_ctrl()
/minix/external/bsd/libevent/dist/test/
H A Dregress_ssl.c149 #ifdef SSL_OP_NO_TLSv1_1 in get_ssl_ctx()
150 SSL_CTX_set_options(the_ssl_ctx, SSL_OP_NO_TLSv1_1); in get_ssl_ctx()
/minix/crypto/external/bsd/openssl/dist/doc/ssl/
H A DSSL_CTX_new.pod73 SSL_OP_NO_SSLv3, SSL_OP_NO_TLSv1, SSL_OP_NO_TLSv1_1 and SSL_OP_NO_TLSv1_2
/minix/crypto/external/bsd/openssl/dist/apps/
H A Ds_client.c903 off |= SSL_OP_NO_TLSv1_1; in MAIN()
H A Ds_server.c1288 off |= SSL_OP_NO_TLSv1_1; in MAIN()
/minix/crypto/external/bsd/openssl/dist/
H A DNEWS111 o Fix SSL_OP_NO_TLSv1_1 clash with SSL_OP_ALL in OpenSSL 1.0.0
H A DCHANGES609 1.0.1a set SSL_OP_NO_TLSv1_1 to 0x00000400L which would unfortunately
611 SSL_OP_ALL would also set SSL_OP_NO_TLSv1_1, unintentionally disablng
612 TLS 1.1 also. Fix this by changing the value of SSL_OP_NO_TLSv1_1 to
614 OpenSSL 1.0.1 or 1.0.1a headers and which cares about SSL_OP_NO_TLSv1_1
936 Add SSL_OP_NO_TLSv1_1 flag.