Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509cset.c120 X509_CRL_set_nextUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set_nextUpdate() function
140 return X509_CRL_set_nextUpdate(x, tm); in X509_CRL_set1_nextUpdate()
/dragonfly/crypto/libressl/include/openssl/
H A Dx509.h848 int X509_CRL_set_nextUpdate(X509_CRL *x, const ASN1_TIME *tm);
/dragonfly/crypto/libressl/apps/openssl/
H A Dca.c1441 if (!X509_CRL_set_nextUpdate(crl, tmptm)) in ca_main()