/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | dtls_mtu_test.c | 66 SSL_set_options(srvr_ssl, SSL_OP_NO_ENCRYPT_THEN_MAC); in mtu_test() 212 SSL_set_options(srvr_ssl, SSL_OP_NO_QUERY_MTU); in test_server_mtu_larger_than_max_fragment_length()
|
H A D | handshake_helper.c | 134 SSL_set_options(s, SSL_CTX_get_options(new_ctx)); in select_server_ctx() 198 SSL_set_options(s, SSL_CTX_get_options(new_ctx)); in client_hello_select_server_ctx()
|
H A D | sslapitest.c | 902 if (!TEST_true(SSL_set_options(serverssl, in test_large_app_data() 904 || !TEST_true(SSL_set_options(clientssl, in test_large_app_data() 914 if (!TEST_true(SSL_set_options(serverssl, SSL_OP_NO_ENCRYPT_THEN_MAC)) in test_large_app_data() 915 || !TEST_true(SSL_set_options(clientssl, in test_large_app_data()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | dtls_mtu_test.c | 66 SSL_set_options(srvr_ssl, SSL_OP_NO_ENCRYPT_THEN_MAC); in mtu_test() 212 SSL_set_options(srvr_ssl, SSL_OP_NO_QUERY_MTU); in test_server_mtu_larger_than_max_fragment_length()
|
H A D | ssl_old_test.c | 1769 SSL_set_options(c_ssl, SSL_OP_ENABLE_KTLS); in main() 1771 SSL_set_options(s_ssl, SSL_OP_ENABLE_KTLS); in main()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/ |
H A D | ossl_shim.cc | 934 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1_3); in DoExchange() 937 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1_2); in DoExchange() 940 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1_1); in DoExchange() 943 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1); in DoExchange() 946 SSL_set_options(ssl.get(), SSL_OP_NO_SSLv3); in DoExchange() 979 SSL_set_options(ssl.get(), SSL_OP_NO_QUERY_MTU); in DoExchange()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | SSL_CTX_set_options.pod | 5 SSL_CTX_set_options, SSL_set_options, SSL_CTX_clear_options, 14 long SSL_set_options(SSL *ssl, long options); 29 SSL_set_options() adds the options set via bit mask in B<options> to B<ssl>. 51 SSL_CTX_set_options() and SSL_set_options() affect the (external) 343 SSL_CTX_set_options() and SSL_set_options() return the new options bit mask
|
H A D | SSL_new.pod | 56 =item any Options set via L<SSL_set_options(3)>
|
H A D | SSL_CTX_new.pod | 167 L<SSL_CTX_set_options(3)> or L<SSL_set_options(3)> functions, but this approach
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | SSL_CTX_set_options.pod | 5 SSL_CTX_set_options, SSL_set_options, SSL_CTX_clear_options, 14 uint64_t SSL_set_options(SSL *ssl, uint64_t options); 29 SSL_set_options() adds the options set via bit-mask in B<options> to B<ssl>. 51 SSL_CTX_set_options() and SSL_set_options() affect the (external) 422 SSL_CTX_set_options() and SSL_set_options() return the new options bit-mask
|
H A D | SSL_new.pod | 56 =item any Options set via L<SSL_set_options(3)>
|
H A D | SSL_CTX_new.pod | 198 L<SSL_CTX_set_options(3)> or L<SSL_set_options(3)> functions, but this approach
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/ |
H A D | ssl.map | 344 SSL_set_options;
|
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/ |
H A D | ssl.map | 448 SSL_set_options;
|
/netbsd-src/external/ibm-public/postfix/dist/src/tls/ |
H A D | tls_client.c | 993 SSL_set_options(TLScontext->con, TLS_SSL_OP_PROTOMASK(protomask)); in tls_client_start()
|
/netbsd-src/usr.bin/ftp/ |
H A D | ssl.c | 645 SSL_set_options(ssl, SSL_OP_IGNORE_UNEXPECTED_EOF); in fetch_start_ssl()
|
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
H A D | d1_lib.c | 847 SSL_set_options(s, SSL_OP_COOKIE_EXCHANGE); in DTLSv1_listen()
|
H A D | t1_enc.c | 509 SSL_set_options(s, SSL_OP_NO_RENEGOTIATION); in tls1_change_cipher_state()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | d1_lib.c | 837 SSL_set_options(s, SSL_OP_COOKIE_EXCHANGE); in DTLSv1_listen()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libssl.num | 202 SSL_set_options 203 1_1_0 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | libssl.num | 202 SSL_set_options 203 3_0_0 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | s_server.c | 2343 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in sv_body() 2358 SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE); in sv_body()
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | s_server.c | 2416 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in sv_body() 2431 SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE); in sv_body()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
H A D | ssl.pod | 659 =item unsigned long B<SSL_set_options>(SSL *ssl, unsigned long op);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ssl.h | 588 unsigned long SSL_set_options(SSL *s, unsigned long op);
|