HomeSort by: relevance | last modified time | path
    Searched refs:notBefore (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_pku.c 30 ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notBefore, ASN1_GENERALIZEDTIME, 0),
41 if (usage->notBefore) {
43 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
x509_r2x.c 50 if (X509_gmtime_adj(xi->validity.notBefore, 0) == NULL)
x509_set.c 94 &x->cert_info.validity.notBefore, tm);
134 return x->cert_info.validity.notBefore;
144 return x->cert_info.validity.notBefore;
x509aset.c 171 return replace_gentime(&x->acinfo->validityPeriod.notBefore, time);
x509_acert.c 182 return x->acinfo->validityPeriod.notBefore;
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_pku.c 30 ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notBefore, ASN1_GENERALIZEDTIME, 0),
41 if (usage->notBefore) {
43 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
x509_r2x.c 50 if (X509_gmtime_adj(xi->validity.notBefore, 0) == NULL)
x509_set.c 82 return ossl_x509_set1_time(&x->cert_info.validity.notBefore, tm);
118 return x->cert_info.validity.notBefore;
128 return x->cert_info.validity.notBefore;
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_pku.c 30 ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notBefore, ASN1_GENERALIZEDTIME, 0),
41 if (usage->notBefore) {
43 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
x_val.c 16 ASN1_SIMPLE(X509_VAL, notBefore, ASN1_TIME),
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
x_val.c 16 ASN1_SIMPLE(X509_VAL, notBefore, ASN1_TIME),
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
x_val.c 16 ASN1_SIMPLE(X509_VAL, notBefore, ASN1_TIME),
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x509_r2x.c 50 if (X509_gmtime_adj(xi->validity.notBefore, 0) == NULL)
x509_set.c 82 return x509_set1_time(&x->cert_info.validity.notBefore, tm);
118 return x->cert_info.validity.notBefore;
128 return x->cert_info.validity.notBefore;
  /src/crypto/external/apache2/openssl/dist/crypto/crmf/
crmf_local.h 303 * notBefore [0] Time OPTIONAL,
308 /* 0 */ ASN1_TIME *notBefore;
crmf_asn.c 186 ASN1_EXP_OPT(OSSL_CRMF_OPTIONALVALIDITY, notBefore, ASN1_TIME, 0),
crmf_lib.c 258 ASN1_TIME *notBefore, ASN1_TIME *notAfter)
270 vld->notBefore = notBefore;
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
ca.c 60 time_t notBefore;
142 tbs->notBefore = t;
192 { "notBefore", HX509_CA_TEMPLATE_NOTBEFORE },
256 tbs->notBefore = hx509_cert_get_notBefore(cert);
1036 time_t notBefore;
1051 notBefore = tbs->notBefore;
1052 if (notBefore == 0)
1053 notBefore = time(NULL) - 3600 * 24;
1164 tbsc->validity.notBefore.element = choice_Time_generalTime
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/crmf/
crmf_local.h 282 * notBefore [0] Time OPTIONAL,
287 /* 0 */ ASN1_TIME *notBefore;
crmf_lib.c 259 ASN1_TIME *notBefore, ASN1_TIME *notAfter)
271 vld->notBefore = notBefore;
crmf_asn.c 179 ASN1_EXP_OPT(OSSL_CRMF_OPTIONALVALIDITY, notBefore, ASN1_TIME, 0),
  /src/crypto/external/apache2/openssl/dist/include/openssl/
crmf.h.in 154 ASN1_TIME *notBefore, ASN1_TIME *notAfter);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
crmf.h.in 136 ASN1_TIME *notBefore, ASN1_TIME *notAfter);
  /src/crypto/external/bsd/openssl/dist/crypto/cmp/
cmp_msg.c 312 ASN1_TIME *notBefore = ASN1_TIME_adj(NULL, now, 0, 0);
315 if (notBefore == NULL
317 || !OSSL_CRMF_MSG_set0_validity(crm, notBefore, notAfter)) {
318 ASN1_TIME_free(notBefore);
  /src/crypto/external/apache2/openssl/dist/crypto/cmp/
cmp_msg.c 342 ASN1_TIME *notBefore = ASN1_TIME_adj(NULL, now, 0, 0);
345 if (notBefore == NULL
347 || !OSSL_CRMF_MSG_set0_validity(crm, notBefore, notAfter)) {
348 ASN1_TIME_free(notBefore);

Completed in 47 milliseconds

1 2