Home
last modified time | relevance | path

Searched refs:notBefore (Results 1 - 25 of 194) sorted by relevance

12345678

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_pku.c30 ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notBefore, ASN1_GENERALIZEDTIME, 0),
41 if (usage->notBefore) {
43 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
H A Dx509_set.c82 return ossl_x509_set1_time(&x->cert_info.validity.notBefore, tm); in X509_set1_notBefore()
118 return x->cert_info.validity.notBefore; in X509_get0_notBefore()
128 return x->cert_info.validity.notBefore; in X509_getm_notBefore()
H A Dx509_r2x.c50 if (X509_gmtime_adj(xi->validity.notBefore, 0) == NULL) in X509_REQ_to_X509()
/third_party/openssl/crypto/x509/
H A Dv3_pku.c30 ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notBefore, ASN1_GENERALIZEDTIME, 0),
41 if (usage->notBefore) {
43 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
H A Dx509_set.c82 return ossl_x509_set1_time(&x->cert_info.validity.notBefore, tm); in X509_set1_notBefore()
118 return x->cert_info.validity.notBefore; in X509_get0_notBefore()
128 return x->cert_info.validity.notBefore; in X509_getm_notBefore()
H A Dx509_r2x.c50 if (X509_gmtime_adj(xi->validity.notBefore, 0) == NULL) in X509_REQ_to_X509()
/third_party/curl/lib/vtls/
H A Dx509asn1.h58 struct Curl_asn1Element notBefore; member
H A Dx509asn1.c791 /* Get notBefore and notAfter. */ in Curl_parseX509()
795 ccp = getASN1Element(&cert->notBefore, elem.beg, elem.end); in Curl_parseX509()
1132 result = ASN1tostr(&out, &cert.notBefore, 0); in Curl_extract_certinfo()
/third_party/node/test/fixtures/x509-escaping/
H A Dcreate-certs.js296 notBefore: { type: 'utcTime', value: now },
450 notBefore: { type: 'utcTime', value: now },
602 notBefore: { type: 'utcTime', value: now },
/third_party/node/test/fixtures/0-dns/
H A Dcreate-cert.js40 { notBefore: { type: 'utcTime', value: now },
/third_party/node/deps/openssl/openssl/crypto/crmf/
H A Dcrmf_lib.c259 ASN1_TIME *notBefore, ASN1_TIME *notAfter) in OSSL_CRMF_MSG_set0_validity()
271 vld->notBefore = notBefore; in OSSL_CRMF_MSG_set0_validity()
258 OSSL_CRMF_MSG_set0_validity(OSSL_CRMF_MSG *crm, ASN1_TIME *notBefore, ASN1_TIME *notAfter) OSSL_CRMF_MSG_set0_validity() argument
H A Dcrmf_local.h282 * notBefore [0] Time OPTIONAL,
287 /* 0 */ ASN1_TIME *notBefore; member
H A Dcrmf_asn.c179 ASN1_EXP_OPT(OSSL_CRMF_OPTIONALVALIDITY, notBefore, ASN1_TIME, 0),
/third_party/openssl/crypto/crmf/
H A Dcrmf_lib.c259 ASN1_TIME *notBefore, ASN1_TIME *notAfter) in OSSL_CRMF_MSG_set0_validity()
271 vld->notBefore = notBefore; in OSSL_CRMF_MSG_set0_validity()
258 OSSL_CRMF_MSG_set0_validity(OSSL_CRMF_MSG *crm, ASN1_TIME *notBefore, ASN1_TIME *notAfter) OSSL_CRMF_MSG_set0_validity() argument
H A Dcrmf_local.h282 * notBefore [0] Time OPTIONAL,
287 /* 0 */ ASN1_TIME *notBefore; member
H A Dcrmf_asn.c179 ASN1_EXP_OPT(OSSL_CRMF_OPTIONALVALIDITY, notBefore, ASN1_TIME, 0),
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/key/
H A Dcertificate.js10 start: leaf.notBefore,
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_msg.c312 ASN1_TIME *notBefore = ASN1_TIME_adj(NULL, now, 0, 0); in OSSL_CMP_CTX_setup_CRM() local
315 if (notBefore == NULL in OSSL_CMP_CTX_setup_CRM()
317 || !OSSL_CRMF_MSG_set0_validity(crm, notBefore, notAfter)) { in OSSL_CMP_CTX_setup_CRM()
318 ASN1_TIME_free(notBefore); in OSSL_CMP_CTX_setup_CRM()
/third_party/openssl/crypto/cmp/
H A Dcmp_msg.c312 ASN1_TIME *notBefore = ASN1_TIME_adj(NULL, now, 0, 0); in OSSL_CMP_CTX_setup_CRM() local
315 if (notBefore == NULL in OSSL_CMP_CTX_setup_CRM()
317 || !OSSL_CRMF_MSG_set0_validity(crm, notBefore, notAfter)) { in OSSL_CMP_CTX_setup_CRM()
318 ASN1_TIME_free(notBefore); in OSSL_CMP_CTX_setup_CRM()
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dcrmf.h183 ASN1_TIME *notBefore, ASN1_TIME *notAfter);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dcrmf.h183 ASN1_TIME *notBefore, ASN1_TIME *notAfter);
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dcrmf.h183 ASN1_TIME *notBefore, ASN1_TIME *notAfter);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dcrmf.h183 ASN1_TIME *notBefore, ASN1_TIME *notAfter);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dcrmf.h183 ASN1_TIME *notBefore, ASN1_TIME *notAfter);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dcrmf.h183 ASN1_TIME *notBefore, ASN1_TIME *notAfter);

Completed in 17 milliseconds

12345678