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.c59 if (!TEST_int_eq(SSL_get_min_proto_version(ssl), t.expected_min)) in test_set_min_max_version()
H A Dsslapitest.c9533 if (!TEST_int_eq(SSL_get_min_proto_version(client2ssl), TLS1_2_VERSION) in test_ssl_dup()
/freebsd/crypto/openssl/util/
H A Dother.syms560 SSL_get_min_proto_version define
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1547 # define SSL_get_min_proto_version(s) \ macro
H A Dssl.h.in1475 # define SSL_get_min_proto_version(s) \ macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4055 MLINKS+= SSL_CTX_set_min_proto_version.3 SSL_get_min_proto_version.3