Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
A DX509_get0_notBefore.pod8 X509_CRL_set1_nextUpdate - get or set certificate or CRL dates
27 int X509_CRL_set1_nextUpdate(X509_CRL *x, const ASN1_TIME *tm);
52 X509_CRL_set1_lastUpdate() and X509_CRL_set1_nextUpdate() set the B<lastUpdate>
66 X509_CRL_set1_nextUpdate() return 1 for success or 0 for failure.
/openssl-master/crypto/x509/
A Dx509cset.c44 int X509_CRL_set1_nextUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set1_nextUpdate() function
A Dx509_vfy.c2067 if (!X509_CRL_set1_nextUpdate(crl, X509_CRL_get0_nextUpdate(newer))) in X509_CRL_diff()
/openssl-master/include/openssl/
A Dx509.h.in725 int X509_CRL_set1_nextUpdate(X509_CRL *x, const ASN1_TIME *tm);
731 # define X509_CRL_set_nextUpdate X509_CRL_set1_nextUpdate
/openssl-master/apps/lib/
A Dapps.c3207 if (!X509_CRL_set1_nextUpdate(crl, tm)) in set_crl_nextupdate()
/openssl-master/util/
A Dlibcrypto.num1072 X509_CRL_set1_nextUpdate 1100 3_0_0 EXIST::FUNCTION:

Completed in 27 milliseconds