Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_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-13-stable/crypto/openssl/include/openssl/
HDssl.h2061 # define SSL_get_max_cert_list(ssl) \ macro
/freebsd-13-stable/crypto/openssl/ssl/
HDssl_lib.c3991 SSL_set_max_cert_list(ret, SSL_get_max_cert_list(s)); in SSL_dup()
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile2602 MLINKS+= SSL_CTX_set_max_cert_list.3 SSL_get_max_cert_list.3