/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | ssl_test.c | 408 server_ctx = SSL_CTX_new(DTLS_server_method()); in test_handshake() 414 if (!TEST_ptr(server2_ctx = SSL_CTX_new(DTLS_server_method()))) in test_handshake() 417 client_ctx = SSL_CTX_new(DTLS_client_method()); in test_handshake() 422 resume_server_ctx = SSL_CTX_new(DTLS_server_method()); in test_handshake() 426 resume_client_ctx = SSL_CTX_new(DTLS_client_method()); in test_handshake() 437 server_ctx = SSL_CTX_new(TLS_server_method()); in test_handshake() 444 if (!TEST_ptr(server2_ctx = SSL_CTX_new(TLS_server_method()))) in test_handshake() 450 client_ctx = SSL_CTX_new(TLS_client_method()); in test_handshake() 456 resume_server_ctx = SSL_CTX_new(TLS_server_method()); in test_handshake() 460 resume_client_ctx = SSL_CTX_new(TLS_client_method()); in test_handshake()
|
H A D | cipherlist_test.c | 48 if (!TEST_ptr(fixture->server = SSL_CTX_new(TLS_server_method())) in set_up() 49 || !TEST_ptr(fixture->client = SSL_CTX_new(TLS_client_method()))) { in set_up()
|
H A D | dtls_mtu_test.c | 150 if (!TEST_ptr(ctx = SSL_CTX_new(DTLS_method()))) in run_mtu_tests() 197 if (!TEST_ptr(ctx = SSL_CTX_new(DTLS_method()))) in test_server_mtu_larger_than_max_fragment_length()
|
H A D | servername_test.c | 94 ctx = SSL_CTX_new(TLS_method()); in client_setup_sni_before_state() 142 ctx = SSL_CTX_new(TLS_method()); in client_setup_sni_after_state()
|
H A D | sysdefaulttest.c | 41 if (!TEST_ptr(ctx = SSL_CTX_new(TLS_method()))) in setup_tests()
|
H A D | ssl_ctx_test.c | 38 ctx = SSL_CTX_new(TLS_server_method()); in test_set_min_max_version()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | SSL_set_connect_state.pod | 28 When the SSL_CTX object was created with L<SSL_CTX_new(3)>, 50 L<SSL_CTX_new(3)>. If a generic method or a dedicated server method was 51 passed to L<SSL_CTX_new(3)>, SSL_is_server() returns 1; otherwise, it returns 0. 62 L<ssl(7)>, L<SSL_new(3)>, L<SSL_CTX_new(3)>,
|
H A D | SSL_CTX_set_ssl_version.pod | 32 L<SSL_CTX_new(3)>. 57 L<SSL_CTX_new(3)>, L<SSL_new(3)>,
|
H A D | SSL_CTX_new.pod | 6 SSL_CTX_new, SSL_CTX_up_ref, SSLv3_method, SSLv3_server_method, 20 SSL_CTX *SSL_CTX_new(const SSL_METHOD *method); 73 SSL_CTX_new() creates a new B<SSL_CTX> object as framework to 146 SSL_CTX_new() initializes the list of ciphers, the session cache setting, the
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | SSL_set_connect_state.pod | 28 When the SSL_CTX object was created with L<SSL_CTX_new(3)>, 50 L<SSL_CTX_new(3)>. If a generic method or a dedicated server method was 51 passed to L<SSL_CTX_new(3)>, SSL_is_server() returns 1; otherwise, it returns 0. 62 L<ssl(7)>, L<SSL_new(3)>, L<SSL_CTX_new(3)>,
|
H A D | SSL_CTX_new.pod | 6 SSL_CTX_new, SSL_CTX_new_ex, SSL_CTX_up_ref, SSLv3_method, 23 SSL_CTX *SSL_CTX_new(const SSL_METHOD *method); 88 SSL_CTX_new() does the same as SSL_CTX_new_ex() except that the default 116 The I<method> parameter of SSL_CTX_new_ex() and SSL_CTX_new() 177 SSL_CTX_new() initializes the list of ciphers, the session cache setting, the
|
H A D | SSL_CTX_set_ssl_version.pod | 39 L<SSL_CTX_new(3)>. 72 L<SSL_CTX_new(3)>, L<SSL_new(3)>,
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | cipherlist_test.c | 48 if (!TEST_ptr(fixture->server = SSL_CTX_new(TLS_server_method())) in set_up() 49 || !TEST_ptr(fixture->client = SSL_CTX_new(TLS_client_method()))) { in set_up()
|
H A D | dtls_mtu_test.c | 150 if (!TEST_ptr(ctx = SSL_CTX_new(DTLS_method()))) in run_mtu_tests() 197 if (!TEST_ptr(ctx = SSL_CTX_new(DTLS_method()))) in test_server_mtu_larger_than_max_fragment_length()
|
H A D | servername_test.c | 107 ctx = SSL_CTX_new(TLS_method()); in client_setup_sni_before_state() 159 ctx = SSL_CTX_new(TLS_method()); in client_setup_sni_after_state()
|
H A D | sysdefaulttest.c | 41 if (!TEST_ptr(ctx = SSL_CTX_new(TLS_method()))) in setup_tests()
|
H A D | ssl_ctx_test.c | 38 ctx = SSL_CTX_new(TLS_server_method()); in test_set_min_max_version()
|
/netbsd-src/crypto/external/bsd/openssl/dist/demos/bio/ |
H A D | server-cmod.c | 31 ctx = SSL_CTX_new(TLS_server_method()); in main()
|
H A D | saccept.c | 62 ctx = SSL_CTX_new(TLS_server_method()); in main()
|
H A D | client-arg.c | 26 ctx = SSL_CTX_new(TLS_client_method()); in main()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/demos/bio/ |
H A D | server-cmod.c | 31 ctx = SSL_CTX_new(TLS_server_method()); in main()
|
H A D | saccept.c | 62 ctx = SSL_CTX_new(TLS_server_method()); in main()
|
H A D | client-arg.c | 26 ctx = SSL_CTX_new(TLS_client_method()); in main()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/fuzz/ |
H A D | client.c | 73 ctx = SSL_CTX_new(SSLv23_method()); in FuzzerTestOneInput()
|
/netbsd-src/crypto/external/bsd/openssl/dist/fuzz/ |
H A D | client.c | 67 ctx = SSL_CTX_new(SSLv23_method()); in FuzzerTestOneInput()
|