Home
last modified time | relevance | path

Searched refs:thisUpdate (Results 1 – 21 of 21) sorted by relevance

/netbsd/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcrl.c578 …)((ComponentTBSCertList*)csi_attr)->thisUpdate, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_… in MatchingComponentTBSCertList()
625thisUpdate->identifier.bv_val && strncmp(comp->thisUpdate->identifier.bv_val, cr->cr_curr->ci_val.… in ExtractingComponentTBSCertList()
627 return comp->thisUpdate; in ExtractingComponentTBSCertList()
630 return ExtractingComponentTime ( mem_op, cr, comp->thisUpdate ); in ExtractingComponentTBSCertList()
739 rc = BDecComponentTime (mem_op, b, tagId1, elmtLen1, (&k->thisUpdate), &totalElmtsLen1, mode);
741 (k->thisUpdate)->identifier.bv_val = (k->thisUpdate)->id_buf;
742 (k->thisUpdate)->identifier.bv_len = strlen("thisUpdate");
743 strcpy( (k->thisUpdate)->identifier.bv_val, "thisUpdate");
936 rc = GDecComponentTime (mem_op, b, (&k->thisUpdate), bytesDecoded, mode);
938 ( k->thisUpdate)->identifier.bv_val = peek_head;
[all …]
H A Dcrl.h287 ComponentTime* thisUpdate; /* Time */ member
/netbsd/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Drevoke.c471 t = _hx509_Time2time_t(&crl->tbsCertList.thisUpdate); in verify_crl()
788 if (ocsp->ocsp.tbsResponseData.responses.val[j].thisUpdate > in hx509_revoke_verify()
1161 printable_time(ocsp->ocsp.tbsResponseData.responses.val[i].thisUpdate)); in print_ocsp()
1164 printable_time(ocsp->ocsp.tbsResponseData.responses.val[i].thisUpdate)); in print_ocsp()
1189 printable_time(_hx509_Time2time_t(&crl->crl.tbsCertList.thisUpdate))); in print_crl()
1342 if (basic.tbsResponseData.responses.val[i].thisUpdate > in hx509_ocsp_verify()
1573 c.tbsCertList.thisUpdate.element = choice_Time_generalTime; in hx509_crl_sign()
1574 c.tbsCertList.thisUpdate.u.generalTime = time(NULL) - 24 * 3600; in hx509_crl_sign()
H A Docsp.asn131 thisUpdate GeneralizedTime,
/netbsd/external/bsd/wpa/dist/src/crypto/
H A Dtls_openssl_ocsp.c134 ASN1_GENERALIZEDTIME *thisUpdate; member
195 ASN1_SIMPLE(SingleResponse, thisUpdate, ASN1_GENERALIZEDTIME),
754 txt = generalizedtime_str(sresp->thisUpdate); in check_ocsp_resp()
813 if (!ocsp_resp_valid(matching_resp->thisUpdate, in check_ocsp_resp()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/ocsp/
H A Docsp_local.h143 ASN1_GENERALIZEDTIME *thisUpdate; member
H A Docsp_asn.c96 ASN1_SIMPLE(OCSP_SINGLERESP, thisUpdate, ASN1_GENERALIZEDTIME),
H A Docsp_prn.c214 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate)) in OCSP_RESPONSE_print()
H A Docsp_srv.c105 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate)) in OCSP_basic_add1_status()
H A Docsp_cl.c299 *thisupd = single->thisUpdate; in OCSP_single_get0_status()
/netbsd/crypto/external/bsd/openssl/dist/crypto/ocsp/
H A Docsp_local.h145 ASN1_GENERALIZEDTIME *thisUpdate; member
H A Docsp_asn.c96 ASN1_SIMPLE(OCSP_SINGLERESP, thisUpdate, ASN1_GENERALIZEDTIME),
H A Docsp_prn.c214 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate)) in OCSP_RESPONSE_print()
H A Docsp_cl.c273 *thisupd = single->thisUpdate; in OCSP_single_get0_status()
H A Docsp_srv.c104 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate)) in OCSP_basic_add1_status()
/netbsd/external/bsd/openldap/dist/doc/rfc/
H A Drfc4523.txt1139 sp clea-thisUpdate
1143 clea-thisUpdate = id-thisUpdate msp Time
1147 id-thisUpdate = %x74.68.69.73.55.70.64.61.74.65 ; 'thisUpdate'
/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Dschema_init.c484 struct berval issuer_dn = BER_BVNULL, thisUpdate; in certificateListValidate() local
498 thisUpdate.bv_val = tubuf; in certificateListValidate()
499 thisUpdate.bv_len = sizeof(tubuf); in certificateListValidate()
500 if ( checkTime( &bvtu, &thisUpdate ) ) { in certificateListValidate()
507 issuer_dn.bv_val, thisUpdate.bv_val ); in certificateListValidate()
4217 thisUpdate, bvtu; in certificateListExactNormalize() local
4270 thisUpdate.bv_val = tubuf; in certificateListExactNormalize()
4271 thisUpdate.bv_len = sizeof(tubuf); in certificateListExactNormalize()
4272 if ( checkTime( &bvtu, &thisUpdate ) ) { in certificateListExactNormalize()
4278 + issuer_dn.bv_len + thisUpdate.bv_len; in certificateListExactNormalize()
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DOCSP_resp_find_status.pod168 An OCSP response for a certificate contains B<thisUpdate> and B<nextUpdate>
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DOCSP_resp_find_status.pod188 An OCSP response for a certificate contains B<thisUpdate> and B<nextUpdate>
/netbsd/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Drfc2459.asn1481 thisUpdate Time,
/netbsd/crypto/external/bsd/openssl.old/dist/
H A DCHANGES8685 between thisUpdate and nextUpdate max reject otherwise valid responses
8687 we allow thisUpdate and nextUpdate to fall within a certain period of