HomeSort by: relevance | last modified time | path
    Searched defs:certstore (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
tls.c 355 X509_STORE *certstore = NULL; local
361 if (!(certstore = SSL_CTX_get_cert_store(ctx))) {
367 X509_STORE_add_lookup(certstore, X509_LOOKUP_hash_dir()))) {
373 X509_STORE_set_flags(certstore, X509_V_FLAG_CRL_CHECK);
391 if (!(certstore = SSL_CTX_get_cert_store(ctx))) {
395 if (!X509_STORE_add_crl(certstore, crl)) {
399 X509_STORE_set_flags(certstore, X509_V_FLAG_CRL_CHECK);
tls.c 355 X509_STORE *certstore = NULL; local
361 if (!(certstore = SSL_CTX_get_cert_store(ctx))) {
367 X509_STORE_add_lookup(certstore, X509_LOOKUP_hash_dir()))) {
373 X509_STORE_set_flags(certstore, X509_V_FLAG_CRL_CHECK);
391 if (!(certstore = SSL_CTX_get_cert_store(ctx))) {
395 if (!X509_STORE_add_crl(certstore, crl)) {
399 X509_STORE_set_flags(certstore, X509_V_FLAG_CRL_CHECK);

Completed in 43 milliseconds