Home
last modified time | relevance | path

Searched refs:certstore (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/rpc.tlsservd/
H A Drpc.tlscommon.c129 X509_STORE *certstore; in rpctls_loadcrlfile() local
136 certstore = SSL_CTX_get_cert_store(ctx); in rpctls_loadcrlfile()
138 certstore, X509_LOOKUP_file()); in rpctls_loadcrlfile()
144 ret = X509_STORE_set_flags(certstore, in rpctls_loadcrlfile()