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

/vbox/include/iprt/crypto/
H A Dtaf.h93 RTCRTAFCERTPATHCONTROLS CertPath; member in struct:RTCRTAFTRUSTANCHORINFO
/vbox/src/VBox/Runtime/common/crypto/
H A Dtaf-template.h59 RTASN1TMPL_MEMBER_OPT_ITAG_EX( CertPath, RTCRTAFCERTPATHCONTROLS, RTCrTafCertPathControls, ASN1_TAG_SEQUENCE, RTASN1TMPL_ITAG_F_UC, RT_NOTHING);
H A Dstore.cpp261 if ( RTCrTafCertPathControls_IsPresent(&pRet->pTaInfo->CertPath)
262 && RTCrX509Name_MatchByRfc5280(&pRet->pTaInfo->CertPath.TaName, pSubject))
H A Dx509-certpaths.cpp1155 rtCrX509NameDump(&pCurLeaf->pCertCtx->pTaInfo->CertPath.TaName, pfnPrintfV, pvUser);
1969 pThis->v.pWorkingIssuer = &pTaInfo->CertPath.TaName;
2721 *ppSubject = pLeaf->pCert ? &pLeaf->pCert->TbsCertificate.Subject : &pLeaf->pCertCtx->pTaInfo->CertPath.TaName;
/vbox/src/VBox/Runtime/tools/
H A DRTSignTool.cpp737 Assert(!RTCrTafCertPathControls_IsPresent(&TrustAnchor.CertPath));
738 rc = RTCrTafCertPathControls_Init(&TrustAnchor.CertPath, &g_RTAsn1DefaultAllocator);
741 Assert(RTCrX509Name_IsPresent(&TrustAnchor.CertPath.TaName));
742 RTCrX509Name_Delete(&TrustAnchor.CertPath.TaName);
743 rc = RTCrX509Name_Clone(&TrustAnchor.CertPath.TaName, &Certificate.TbsCertificate.Subject,
747 RTAsn1Core_ResetImplict(RTCrX509Name_GetAsn1Core(&TrustAnchor.CertPath.TaName)); /* temporary hack. */
748 rc = RTCrX509Name_RecodeAsUtf8(&TrustAnchor.CertPath.TaName, &g_RTAsn1DefaultAllocator);

Completed in 62 milliseconds