OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Mar 02 05:31:46 UTC 2026