Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Fixed
-
Affects Version/s: 5.15.2
-
Fix Version/s: 6.2
-
Component/s: Network: SSL
-
Labels:None
Description
We get the following errors from valgrind after we used QSslCertificate::extensions.
See leak.txt
Snippet:
const auto& ext = cert.extensions(); const bool foundOcspResponder = std::any_of(ext.cbegin(), ext.cend(), [&ocsp](const auto& entry){ return entry.name() == QLatin1String("authorityInfoAccess") && entry.value().toMap().value(QStringLiteral("OCSP")).toString() == ocsp; });