Home
last modified time | relevance | path

Searched refs:SSL_get_max_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
23 int SSL_get_max_proto_version(SSL *ssl);
/freebsd/crypto/openssl/test/
H A Dssl_ctx_test.c125 if (!TEST_int_eq(SSL_get_max_proto_version(ssl), t.expected_max)) in test_set_min_max_version()
H A Dsslapitest.c10363 || !TEST_int_eq(SSL_get_max_proto_version(client2ssl), TLS1_2_VERSION)) in test_ssl_dup()
/freebsd/crypto/openssl/util/
H A Dother.syms639 SSL_get_max_proto_version define
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1561 # define SSL_get_max_proto_version(s) \ macro
H A Dssl.h.in1514 # define SSL_get_max_proto_version(s) \ macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4185 MLINKS+= SSL_CTX_set_min_proto_version.3 SSL_get_max_proto_version.3