/netbsd/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
H A D | crl.c | 578 …)((ComponentTBSCertList*)csi_attr)->thisUpdate, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_… in MatchingComponentTBSCertList() 625 …thisUpdate->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 D | crl.h | 287 ComponentTime* thisUpdate; /* Time */ member
|
/netbsd/crypto/external/bsd/heimdal/dist/lib/hx509/ |
H A D | revoke.c | 471 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 D | ocsp.asn1 | 31 thisUpdate GeneralizedTime,
|
/netbsd/external/bsd/wpa/dist/src/crypto/ |
H A D | tls_openssl_ocsp.c | 134 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 D | ocsp_local.h | 143 ASN1_GENERALIZEDTIME *thisUpdate; member
|
H A D | ocsp_asn.c | 96 ASN1_SIMPLE(OCSP_SINGLERESP, thisUpdate, ASN1_GENERALIZEDTIME),
|
H A D | ocsp_prn.c | 214 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate)) in OCSP_RESPONSE_print()
|
H A D | ocsp_srv.c | 105 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate)) in OCSP_basic_add1_status()
|
H A D | ocsp_cl.c | 299 *thisupd = single->thisUpdate; in OCSP_single_get0_status()
|
/netbsd/crypto/external/bsd/openssl/dist/crypto/ocsp/ |
H A D | ocsp_local.h | 145 ASN1_GENERALIZEDTIME *thisUpdate; member
|
H A D | ocsp_asn.c | 96 ASN1_SIMPLE(OCSP_SINGLERESP, thisUpdate, ASN1_GENERALIZEDTIME),
|
H A D | ocsp_prn.c | 214 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate)) in OCSP_RESPONSE_print()
|
H A D | ocsp_cl.c | 273 *thisupd = single->thisUpdate; in OCSP_single_get0_status()
|
H A D | ocsp_srv.c | 104 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate)) in OCSP_basic_add1_status()
|
/netbsd/external/bsd/openldap/dist/doc/rfc/ |
H A D | rfc4523.txt | 1139 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 D | schema_init.c | 484 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 D | OCSP_resp_find_status.pod | 168 An OCSP response for a certificate contains B<thisUpdate> and B<nextUpdate>
|
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | OCSP_resp_find_status.pod | 188 An OCSP response for a certificate contains B<thisUpdate> and B<nextUpdate>
|
/netbsd/crypto/external/bsd/heimdal/dist/lib/asn1/ |
H A D | rfc2459.asn1 | 481 thisUpdate Time,
|
/netbsd/crypto/external/bsd/openssl.old/dist/ |
H A D | CHANGES | 8685 between thisUpdate and nextUpdate max reject otherwise valid responses 8687 we allow thisUpdate and nextUpdate to fall within a certain period of
|