summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qtlsbackend_st.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Introduce QSsl::X509Certificate interface and its implementationsTimur Pocheptsov2021-02-071-0/+108
To enable QSslCertificate to use TLS plugins. All backend-specific code is to be moved from QSslCertificate(Private) making them backend-neutral. Pick-to: dev Task-number: QTBUG-90954 Task-number: QTBUG-65922 Change-Id: Ic9d5abf91e42ce81fe56239f95ae97b64035e950 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>