Details
-
Task
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
Description
currently we have one allowRootCertOnDemandLoading in QSslConfiguration and one in QSslSocket. We should only have one in the configuration and toggle that, as each socket has a configuration anyhow.
patch https://codereview.qt-project.org/#change,44754 is required for this.
Once this is in, the patch at https://codereview.qt-project.org/#change,45013 can be changed so that QSslContext::fromConfiguration does not need a 3rd parameter (the bool) anymore.