Home
last modified time | relevance | path

Searched refs:SSL_get_max_cert_list (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_max_cert_list.pod5 SSL_CTX_set_max_cert_list, SSL_CTX_get_max_cert_list, SSL_set_max_cert_list, SSL_get_max_cert_list
15 long SSL_get_max_cert_list(SSL *ctx);
30 SSL_get_max_cert_list() returns the currently set maximum size for B<ssl>.
65 SSL_CTX_get_max_cert_list() and SSL_get_max_cert_list() return the currently
/freebsd/crypto/openssl/util/
H A Dother.syms638 SSL_get_max_cert_list define
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2244 # define SSL_get_max_cert_list(ssl) \ macro
H A Dssl.h.in2197 # define SSL_get_max_cert_list(ssl) \ macro
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c5220 SSL_set_max_cert_list(ret, SSL_get_max_cert_list(s)); in SSL_dup()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4180 MLINKS+= SSL_CTX_set_max_cert_list.3 SSL_get_max_cert_list.3