Mercurial > trustbridge
diff cinst/mozilla.c @ 625:2303caf56dbb
Add logging function for der data and add logging to NSS installation
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 20 Jun 2014 12:53:16 +0200 |
parents | 2c4eb4435a40 |
children | 698b6a9bd75e |
line wrap: on
line diff
--- a/cinst/mozilla.c Fri Jun 20 12:17:47 2014 +0200 +++ b/cinst/mozilla.c Fri Jun 20 12:53:16 2014 +0200 @@ -449,6 +449,7 @@ (CERT_ChangeCertTrust(CERT_GetDefaultCertDB(), cert, trust) == SECSuccess)) { + log_certificate_der (pdir, dercert->data, dercert->len, true); success = true; } else @@ -491,6 +492,7 @@ if (SEC_DeletePermCertificate(cert) == SECSuccess) { success = true; + log_certificate_der (pdir, dercert->data, dercert->len, false); } else { @@ -524,7 +526,7 @@ * formatted certificate. The function must return true on success * and false on failure. * - * This function is intended wor use with the import_cert and + * This function is intended for use with the import_cert and * remove_cert functions. * * @param[in] fn the function to apply