Home
last modified time | relevance | path

Searched refs:CERT_FLAG_PATHKLUDGE (Results 1 – 4 of 4) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/cert/
H A Dcert.h132 #define CERT_FLAG_PATHKLUDGE 0x20 /* Certificate is a PKIX path kludge */ macro
H A Dchk_chn.c1048 ( !( subjectCertInfoPtr->flags & CERT_FLAG_PATHKLUDGE ) ) )
H A Dchk_cert.c94 if( !( certInfoPtr->flags & CERT_FLAG_PATHKLUDGE ) ) in isPathKludge()
H A Dchain.c905 certInfoPtr->flags |= CERT_FLAG_PATHKLUDGE;