Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509cset.c179 X509_REVOKED_set_revocationDate(X509_REVOKED *x, ASN1_TIME *tm) in X509_REVOKED_set_revocationDate() function
/dragonfly/crypto/libressl/include/openssl/
H A Dx509.h855 int X509_REVOKED_set_revocationDate(X509_REVOKED *r, ASN1_TIME *tm);
/dragonfly/crypto/libressl/apps/openssl/
H A Dca.c2837 if (rev != NULL && !X509_REVOKED_set_revocationDate(rev, revDate)) in make_revoked()