NAME
SSL_CTX_set_max_cert_list, SSL_CTX_get_max_cert_list, SSL_set_max_cert_list, SSL_get_max_cert_list — manipulate allowed size for the peer's certificate chainSYNOPSIS
#include <openssl/ssl.h>SSL_CTX_set_max_cert_list(SSL_CTX *ctx, long size);
SSL_CTX_get_max_cert_list(SSL_CTX *ctx);
SSL_set_max_cert_list(SSL *ssl, long size);
SSL_get_max_cert_list(SSL *ctx);