Searched refs:SSL_set_max_cert_list (Results 1 – 7 of 7) sorted by relevance
5 SSL_CTX_set_max_cert_list, SSL_CTX_get_max_cert_list, SSL_set_max_cert_list, SSL_get_max_cert_list …14 long SSL_set_max_cert_list(SSL *ssl, long size);26 SSL_set_max_cert_list() sets the maximum size allowed for the peer's62 SSL_CTX_set_max_cert_list() and SSL_set_max_cert_list() return the previously
78 =item the max cert list value set via L<SSL_set_max_cert_list(3)>
434 SSL_set_max_cert_list define
1004 SSL_set_max_cert_list(ssl.get(), config->max_cert_list); in DoExchange()
2049 # define SSL_set_max_cert_list(ssl,m) \ macro
454 #define SSL_set_max_cert_list BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_set_max_cert_list) macro
3885 SSL_set_max_cert_list(ret, SSL_get_max_cert_list(s)); in SSL_dup()