Home
last modified time | relevance | path

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

/freebsd/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/crypto/openssl/apps/
H A Ds_time.c298 ver = SSL_version(scon); in s_time_main()
381 ver = SSL_version(scon); in s_time_main()
H A Ds_server.c134 if (!SSL_is_dtls(ssl) && SSL_version(ssl) >= TLS1_3_VERSION) { in psk_server_cb()
230 || !SSL_SESSION_set_protocol_version(tmpsess, SSL_version(ssl))) { in psk_find_session_cb()
2612 if (SSL_version(con) != DTLS1_VERSION) in sv_body()
H A Ds_client.c768 if (SSL_version(s) == TLS1_3_VERSION) { in new_session_cb()
3136 int i, istls13 = (SSL_version(s) == TLS1_3_VERSION); in print_stuff()
/freebsd/crypto/openssl/include/openssl/
H A Dtls1.h52 ((SSL_version(s) >> 8) == TLS1_VERSION_MAJOR ? SSL_version(s) : 0)
H A Dssl.h2129 __owur int SSL_version(const SSL *ssl);
H A Dssl.h.in2057 __owur int SSL_version(const SSL *ssl);
/freebsd/secure/lib/libssl/
H A DVersion.map385 SSL_version;
/freebsd/crypto/openssl/test/helpers/
H A Dhandshake.c1623 ret->server_protocol = SSL_version(server.ssl); in do_handshake_internal()
1624 ret->client_protocol = SSL_version(client.ssl); in do_handshake_internal()
/freebsd/crypto/openssl/util/
H A Dlibssl.num77 SSL_version 78 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c1354 version = SSL_version(s); in tls_construct_stoc_supported_groups()
/freebsd/crypto/openssl/test/
H A Dssl_old_test.c1841 if (SSL_version(c_ssl) != version) { in main()
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c4319 int SSL_version(const SSL *s) in SSL_version() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4228 MLINKS+= SSL_get_version.3 SSL_version.3