Home
last modified time | relevance | path

Searched refs:xmlsec_trace (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/xmlsecurity/source/xmlsec/nss/
H A Dnssinitializer.cxx147 xmlsec_trace("The root certifificates module \"%s" in deleteRootsModule()
165 xmlsec_trace("Deleted module \"%s\".", RootsModule->commonName); in deleteRootsModule()
169 xmlsec_trace("Failed to delete \"%s\" : \n%s", in deleteRootsModule()
258 xmlsec_trace( "Using profile: %s", sCertDir.getStr() ); in nsscrypto_initialize()
267 xmlsec_trace("Initializing NSS with profile failed."); in nsscrypto_initialize()
272 xmlsec_trace("%s",error); in nsscrypto_initialize()
278 xmlsec_trace("Initializing NSS without profile."); in nsscrypto_initialize()
281 xmlsec_trace("Initializing NSS without profile failed."); in nsscrypto_initialize()
285 xmlsec_trace("%s",error); in nsscrypto_initialize()
333 xmlsec_trace("Added new root certificate module " in nsscrypto_initialize()
[all …]
H A Dsecerror.cxx77 xmlsec_trace("Bad certifcation path:"); in printChainFailure()
83 xmlsec_trace("Certificate: %d. %s %s:", depth, in printChainFailure()
87 xmlsec_trace(" ERROR %ld: %s", node->error, in printChainFailure()
153 xmlsec_trace("%s", specificError); in printChainFailure()
155 xmlsec_trace("%s", issuer); in printChainFailure()
H A Dsecurityenvironment_nssimpl.cxx795 xmlsec_trace("Start verification of certificate: \n %s \n", in verifyCertificate()
829 xmlsec_trace("Failed to add a temporary certificate: %s", in verifyCertificate()
836 xmlsec_trace("Added temporary certificate: %s", in verifyCertificate()
940 xmlsec_trace("Testing usage %d of %d: %s (0x%x)", i + 1, in verifyCertificate()
947 xmlsec_trace("CERT_PKIXVerifyCert returned SECSuccess."); in verifyCertificate()
958 xmlsec_trace("Certificate is valid.\n"); in verifyCertificate()
962 xmlsec_trace("Root certificate: %s", issuerCert->subjectName); in verifyCertificate()
971 xmlsec_trace("Error: , %d = %s", err, getCertError(err)); in verifyCertificate()
986 xmlsec_trace("Certificate is invalid.\n"); in verifyCertificate()
1000 xmlsec_trace("Destroying temporary certificate"); in verifyCertificate()
/AOO41X/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx115 xmlsec_trace("The certificate error status is: "); in traceTrustStatus()
117 xmlsec_trace("%s", arErrStrings[0].name); in traceTrustStatus()
121 xmlsec_trace("%s", arErrStrings[i].name); in traceTrustStatus()
965 xmlsec_trace("Added temporary certificate: \n%s", in getCertStoreForIntermediatCerts()
1000 xmlsec_trace("Start verification of certificate: \n %s", in verifyCertificate()
1065 xmlsec_trace("Verifying cert using revocation information."); in verifyCertificate()
1078 xmlsec_trace("Overall error status (all chains):"); in verifyCertificate()
1082 xmlsec_trace("Error status of first chain: "); in verifyCertificate()
1102 xmlsec_trace("Checking again but without requiring revocation information."); in verifyCertificate()
1116 xmlsec_trace("Certificate is valid.\n"); in verifyCertificate()
[all …]
/AOO41X/main/xmlsecurity/source/xmlsec/
H A Ddiagnose.hxx31 void xmlsec_trace(const char* pszFormat, ...);
H A Ddiagnose.cxx48 void xmlsec_trace(const char* pszFormat, ...) in xmlsec_trace() function