Home
last modified time | relevance | path

Searched refs:SSL_get_min_proto_version (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_min_proto_version.pod8 SSL_get_min_proto_version, SSL_get_max_proto_version - Get and set minimum
22 int SSL_get_min_proto_version(SSL *ssl);
/freebsd/crypto/openssl/test/
H A Dssl_ctx_test.c123 if (!TEST_int_eq(SSL_get_min_proto_version(ssl), t.expected_min)) in test_set_min_max_version()
H A Dsslapitest.c10362 if (!TEST_int_eq(SSL_get_min_proto_version(client2ssl), TLS1_2_VERSION) in test_ssl_dup()
/freebsd/crypto/openssl/util/
H A Dother.syms640 SSL_get_min_proto_version define
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1559 # define SSL_get_min_proto_version(s) \ macro
H A Dssl.h.in1512 # define SSL_get_min_proto_version(s) \ macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4186 MLINKS+= SSL_CTX_set_min_proto_version.3 SSL_get_min_proto_version.3