Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/doc/man3/
H A DSSL_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-12.1/crypto/openssl/apps/
H A Ds_time.c243 ver = SSL_version(scon); in s_time_main()
323 ver = SSL_version(scon); in s_time_main()
H A Ds_client.c868 if (SSL_version(s) == TLS1_3_VERSION) { in new_session_cb()
3157 int i, istls13 = (SSL_version(s) == TLS1_3_VERSION); in print_stuff()
H A Ds_server.c225 || !SSL_SESSION_set_protocol_version(tmpsess, SSL_version(ssl))) { in psk_find_session_cb()
2503 if (SSL_version(con) != DTLS1_VERSION) in sv_body()
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dtls1.h46 ((SSL_version(s) >> 8) == TLS1_VERSION_MAJOR ? SSL_version(s) : 0)
H A Dssl.h1981 __owur int SSL_version(const SSL *ssl);
/freebsd-12.1/secure/lib/libssl/
H A DVersion.map387 SSL_version;
/freebsd-12.1/crypto/openssl/doc/man7/
H A Dssl.pod715 =item int B<SSL_version>(const SSL *ssl);
/freebsd-12.1/crypto/openssl/ssl/
H A Dssl_lib.c3984 int SSL_version(const SSL *s) in SSL_version() function
/freebsd-12.1/secure/lib/libcrypto/
H A DMakefile.man2771 MLINKS+= SSL_get_version.3 SSL_version.3