Searched refs:SSL_CERT_SET_FIRST (Results 1 – 6 of 6) sorted by relevance
85 rv = SSL_CTX_set_current_cert(ctx, SSL_CERT_SET_FIRST); in main()
81 on the B<op> argument. Currently B<op> can be B<SSL_CERT_SET_FIRST> to use
339 if (op == SSL_CERT_SET_FIRST) in ssl_cert_set_current()
5207 for (res = SSL_CTX_set_current_cert(ssl_ctx, SSL_CERT_SET_FIRST); in openssl_debug_dump_certificate_chains()5212 SSL_CTX_set_current_cert(ssl_ctx, SSL_CERT_SET_FIRST); in openssl_debug_dump_certificate_chains()
5470 for (res = SSL_CTX_set_current_cert(ssl_ctx, SSL_CERT_SET_FIRST); in openssl_debug_dump_certificate_chains()5475 SSL_CTX_set_current_cert(ssl_ctx, SSL_CERT_SET_FIRST); in openssl_debug_dump_certificate_chains()
1308 # define SSL_CERT_SET_FIRST 1 macro