Home
last modified time | relevance | path

Searched refs:SSL_CTX_new (Results 1 – 25 of 128) sorted by relevance

123456

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dssl_test.c408 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 Dcipherlist_test.c48 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 Ddtls_mtu_test.c150 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 Dservername_test.c94 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 Dsysdefaulttest.c41 if (!TEST_ptr(ctx = SSL_CTX_new(TLS_method()))) in setup_tests()
H A Dssl_ctx_test.c38 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 DSSL_set_connect_state.pod28 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 DSSL_CTX_set_ssl_version.pod32 L<SSL_CTX_new(3)>.
57 L<SSL_CTX_new(3)>, L<SSL_new(3)>,
H A DSSL_CTX_new.pod6 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 DSSL_set_connect_state.pod28 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 DSSL_CTX_new.pod6 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 DSSL_CTX_set_ssl_version.pod39 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 Dcipherlist_test.c48 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 Ddtls_mtu_test.c150 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 Dservername_test.c107 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 Dsysdefaulttest.c41 if (!TEST_ptr(ctx = SSL_CTX_new(TLS_method()))) in setup_tests()
H A Dssl_ctx_test.c38 ctx = SSL_CTX_new(TLS_server_method()); in test_set_min_max_version()
/netbsd-src/crypto/external/bsd/openssl/dist/demos/bio/
H A Dserver-cmod.c31 ctx = SSL_CTX_new(TLS_server_method()); in main()
H A Dsaccept.c62 ctx = SSL_CTX_new(TLS_server_method()); in main()
H A Dclient-arg.c26 ctx = SSL_CTX_new(TLS_client_method()); in main()
/netbsd-src/crypto/external/bsd/openssl.old/dist/demos/bio/
H A Dserver-cmod.c31 ctx = SSL_CTX_new(TLS_server_method()); in main()
H A Dsaccept.c62 ctx = SSL_CTX_new(TLS_server_method()); in main()
H A Dclient-arg.c26 ctx = SSL_CTX_new(TLS_client_method()); in main()
/netbsd-src/crypto/external/bsd/openssl.old/dist/fuzz/
H A Dclient.c73 ctx = SSL_CTX_new(SSLv23_method()); in FuzzerTestOneInput()
/netbsd-src/crypto/external/bsd/openssl/dist/fuzz/
H A Dclient.c67 ctx = SSL_CTX_new(SSLv23_method()); in FuzzerTestOneInput()

123456