Home
last modified time | relevance | path

Searched refs:TLS_server_method (Results 1 – 8 of 8) sorted by relevance

/openbsd/lib/libssl/
H A Dssl_methods.c456 TLS_server_method(void) in TLS_server_method() function
460 LSSL_ALIAS(TLS_server_method);
H A DSymbols.list350 TLS_server_method
H A Dssl.h1335 const SSL_METHOD *TLS_server_method(void); /* TLS v1.0 or later */
/openbsd/regress/lib/libssl/unit/
H A Dssl_methods.c113 .method = TLS_server_method,
/openbsd/regress/lib/libssl/tlsext/
H A Dtlsexttest.c377 if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL) in test_tlsext_alpn_server()
825 if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL) in test_tlsext_supportedgroups_server()
1141 if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL) in test_tlsext_ecpf_server()
1505 if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL) in test_tlsext_ri_server()
1724 if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL)
1939 if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL) in test_tlsext_sni_server()
2193 if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL) in test_tlsext_quic_transport_parameters_server()
2689 if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL) in test_tlsext_sessionticket_server()
3346 if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL) { in test_tlsext_serverhello_build()
4354 if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL) in test_tlsext_psk_modes_server()
[all …]
/openbsd/regress/lib/libssl/interop/
H A Dserver.c126 method = TLS_server_method(); in main()
/openbsd/lib/libssl/hidden/openssl/
H A Dssl.h274 LSSL_USED(TLS_server_method);
/openbsd/usr.bin/openssl/
H A Ds_server.c1033 cfg.meth = TLS_server_method(); in s_server_main()