Searched refs:mft_asn1 (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.sbin/rpki-client/
H A Dmft.c318 Manifest *mft_asn1; local
323 if ((mft_asn1 = d2i_Manifest(NULL, &d, dsz)) == NULL) {
333 if (!valid_econtent_version(fn, mft_asn1->version, 0))
336 mft->seqnum = x509_convert_seqnum(fn, mft_asn1->manifestNumber);
344 if (ASN1_STRING_length(mft_asn1->thisUpdate) != GENTIME_LENGTH) {
348 if (ASN1_STRING_length(mft_asn1->nextUpdate) != GENTIME_LENGTH) {
353 if (!x509_get_time(mft_asn1->thisUpdate, &mft->thisupdate)) {
357 if (!x509_get_time(mft_asn1->nextUpdate, &mft->nextupdate)) {
367 if (OBJ_obj2nid(mft_asn1->fileHashAlg) != NID_sha256) {
370 nid2str(OBJ_obj2nid(mft_asn1
[all...]

Completed in 122 milliseconds