Details
-
Task
-
Resolution: Done
-
P2: Important
-
6.1
-
None
-
-
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
For Gerrit Dashboard: QTBUG-90953 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
332475,21 | Port QSslKey to the new plugin-based implementation | 6.1 | qt/qtbase | Status: MERGED | +2 | 0 |
334665,6 | Port QSslKey to the new plugin-based implementation | dev | qt/qtbase | Status: MERGED | +2 | 0 |
334874,2 | Move 'Cipher' enum out of QSslKeyPrivate | 6.1 | qt/qtbase | Status: DEFERRED | +2 | 0 |
335588,3 | QtNetwork: Fix build with QT_NO_SSL | dev | qt/qtbase | Status: MERGED | +2 | 0 |
335763,2 | QtNetwork: Fix build with QT_NO_SSL | 6.1 | qt/qtbase | Status: MERGED | +2 | 0 |