Details
-
Type:
Task
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 6.1
-
Fix Version/s: 6.1.0 Beta 1
-
Component/s: Network: SSL
-
Labels:None
-
Platform/s:
-
Commits:0352cf8e1bf57615b9faf3f6f383896444e762ac (qt/qtbase/6.1) 43d933bf5095170aef1f8223d333a13ea07c3031 (qt/qtbase/dev)
Description
QSslKey is one of classes that has backend-specific implementations. At the moment, such code contained both in "q-class" and "d-class" implementation, e.g such code is placed in qsslkey_openssl.cpp or qsslkey_qt.cpp + qsslkey_mac.cpp + qsslkey_schannel.cpp (the latter two needed to read/write password protected encrypted keys). To convert these into plugin-based design, all public/private classes' code must be backend-neutral.
Attachments
Issue Links
- is required for
-
QTBUG-65922 Pluggable SSL backends
-
- Closed
-