summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qocspresponse.h
Commit message (Expand)AuthorAgeFilesLines
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-211-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+3
* QtNetwork: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [1/2]: public...Marc Mutz2022-04-051-1/+1
* Convert QSslSocket(Backend)Private into pluginTimur Pocheptsov2021-03-171-1/+5
* Hide comparison operators for QtNetwork value types from non-ADLVolker Hilsheimer2020-10-301-3/+6
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-2/+2
* Mark qHash(QOcspResponse) as noexceptMarc Mutz2019-06-291-2/+2
* Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-3/+3
* OCSP response - fix APITimur Pocheptsov2019-02-181-7/+22
* QSslSocket - make ocsp response into ... ocsp responseSTimur Pocheptsov2019-01-271-3/+1
* Add class QOcspResponse, providing a bit more detailsTimur Pocheptsov2019-01-231-0/+103