Home
last modified time | relevance | path

Searched refs:SSL_version (Results 1 – 11 of 11) sorted by relevance

/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_get_version.pod5 SSL_client_version, SSL_get_version, SSL_is_dtls, SSL_version - get the
18 int SSL_version(const SSL *s);
26 returns the name of the protocol used for the connection. SSL_version() returns
66 SSL_version() and SSL_client_version() return an integer which could include any
/freebsd-13-stable/crypto/openssl/apps/
HDs_time.c244 ver = SSL_version(scon); in s_time_main()
325 ver = SSL_version(scon); in s_time_main()
HDs_server.c137 if (!SSL_is_dtls(ssl) && SSL_version(ssl) >= TLS1_3_VERSION) { in psk_server_cb()
233 || !SSL_SESSION_set_protocol_version(tmpsess, SSL_version(ssl))) { in psk_find_session_cb()
2532 if (SSL_version(con) != DTLS1_VERSION) in sv_body()
HDs_client.c868 if (SSL_version(s) == TLS1_3_VERSION) { in new_session_cb()
3190 int i, istls13 = (SSL_version(s) == TLS1_3_VERSION); in print_stuff()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDtls1.h46 ((SSL_version(s) >> 8) == TLS1_VERSION_MAJOR ? SSL_version(s) : 0)
HDssl.h1995 __owur int SSL_version(const SSL *ssl);
/freebsd-13-stable/secure/lib/libssl/
HDVersion.map386 SSL_version;
/freebsd-13-stable/contrib/wpa/src/crypto/
HDtls_openssl.c1583 if ((SSL_version(ssl) == TLS1_VERSION || in tls_msg_cb()
1584 SSL_version(ssl) == TLS1_1_VERSION) && in tls_msg_cb()
5058 if (SSL_version(s) == TLS1_3_VERSION && SSL_session_reused(s)) { in ocsp_resp_cb()
/freebsd-13-stable/crypto/openssl/doc/man7/
HDssl.pod715 =item int B<SSL_version>(const SSL *ssl);
/freebsd-13-stable/crypto/openssl/ssl/
HDssl_lib.c4186 int SSL_version(const SSL *s) in SSL_version() function
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile2803 MLINKS+= SSL_get_version.3 SSL_version.3