Searched refs:xmlsec_trace (Results 1 – 6 of 6) sorted by relevance
/trunk/main/xmlsecurity/source/xmlsec/nss/ |
H A D | nssinitializer.cxx | 147 xmlsec_trace("The root certifificates module \"%s" 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() 273 xmlsec_trace("%s",error); in nsscrypto_initialize() 280 xmlsec_trace("Initializing NSS without profile."); in nsscrypto_initialize() 283 xmlsec_trace("Initializing NSS without profile failed."); in nsscrypto_initialize() 289 xmlsec_trace("%s",error); in nsscrypto_initialize() 338 xmlsec_trace("Added new root certificate module " in nsscrypto_initialize() 379 xmlsec_trace( "Unloaded module \"" ROOT_CERTS "\"."); in nsscrypto_finalize() [all …]
|
H A D | secerror.cxx | 76 xmlsec_trace("Bad certification path:"); in printChainFailure() 82 xmlsec_trace("Certificate: %d. %s %s:", depth, in printChainFailure() 86 xmlsec_trace(" ERROR %ld: %s", node->error, in printChainFailure() 152 xmlsec_trace("%s", specificError); in printChainFailure() 154 xmlsec_trace("%s", issuer); in printChainFailure()
|
H A D | securityenvironment_nssimpl.cxx | 795 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()
|
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/ |
H A D | securityenvironment_mscryptimpl.cxx | 115 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() 1078 xmlsec_trace("Overall error status (all chains):"); in verifyCertificate() 1082 xmlsec_trace("Error status of first chain: "); in verifyCertificate() 1116 xmlsec_trace("Certificate is valid.\n"); in verifyCertificate() 1127 xmlsec_trace("Certificate is valid.\n"); in verifyCertificate() 1134 xmlsec_trace("Certificate is invalid.\n"); in verifyCertificate() [all …]
|
/trunk/main/xmlsecurity/source/xmlsec/ |
H A D | diagnose.hxx | 31 void xmlsec_trace(const char* pszFormat, ...);
|
H A D | diagnose.cxx | 48 void xmlsec_trace(const char* pszFormat, ...) in xmlsec_trace() function
|
Completed in 45 milliseconds