- now logs if -rootcertificates="" was used to disable payment request authentication via X.509 certificates
- also logs which file is used as trusted root cert, if -rootcertificates is set
[Qt] add debug logging for -rootcertificates option #5666
pull Diapolo wants to merge 1 commits into bitcoin:master from Diapolo:pr_cert_logging changing 1 files +10 −7-
Diapolo commented at 1:33 PM on January 15, 2015: none
-
0c03a93e70
[Qt] add debug logging for -rootcertificates option
- now logs if -rootcertificates="" was used to disable payment request authentication via X.509 certificates - also logs which file is used as trusted root cert, if -rootcertificates is set
- laanwj added the label GUI on Jan 15, 2015
- laanwj merged this on Jan 16, 2015
- laanwj closed this on Jan 16, 2015
- laanwj referenced this in commit c29568a686 on Jan 16, 2015
-
in src/qt/paymentserver.cpp:None in 0c03a93e70
135 | QList<QSslCertificate> certList; 136 | 137 | - if (certFile != "-system-") 138 | - { 139 | + if (certFile != "-system-") { 140 | + qDebug() << QString("PaymentServer::%1: Using \"%2\" as trusted root certificate.").arg(__func__).arg(certFile);
Diapolo deleted the branch on Jan 16, 2015DrahtBot locked this on Sep 8, 2021
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-21 18:15 UTC
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-21 18:15 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me