summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslcertificate.h
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant qsharedpointer.h #includesAhmad Samir2023-01-311-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtNetwork: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [1/2]: public...Marc Mutz2022-04-051-1/+1
* QtNetwork: compile-optimize inline swap functionsMarc Mutz2022-03-171-1/+1
* Convert QSslSocket(Backend)Private into pluginTimur Pocheptsov2021-03-171-2/+0
* Fix a BIC introduced by extending the namespace QSsl in _p.h filesTimur Pocheptsov2021-03-051-7/+0
* Move QSslCertificate's details and cert-related code to the pluginsTimur Pocheptsov2021-03-021-9/+1
* Introduce QSsl::X509Certificate interface and its implementationsTimur Pocheptsov2021-02-181-0/+11
* Remove dead codeLars Knoll2020-10-121-8/+0
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-1/+0
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-2/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-4/+4
|\
| * Move the default arguments of fromPath away from the deprecated overloadLars Knoll2020-03-191-11/+6
* | Remove QRegExp usage from QSslCertificate and QSslSocketLars Knoll2020-03-311-12/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-2/+2
|\|
| * QSslCertificate: Turn enum into enum class and expand abbreviationMårten Nordheim2020-03-041-2/+2
* | Cleanup QSsl code a bitTimur Pocheptsov2020-02-111-4/+0
|/
* QSslCertificate: migrate to QRegularExpressionSamuel Gaist2020-01-231-1/+19
* Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-011-2/+0
* Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-4/+4
* Add displayName getters to QSslCertificateAllan Sandfeld Jensen2018-08-171-0/+3
* Provide access to QSslCertificate on OpenSSL free Windows buildsAllan Sandfeld Jensen2018-07-061-4/+4
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Add qtnetworkglobal.h and qtnetworkglobal_p.hLars Knoll2016-07-031-0/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QtNetwork: convert some QDateTime::currentDateTime() to currentDateTimeUtc()Marc Mutz2015-10-271-1/+1
* QtNetwork: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-191-1/+1
* QtNetwork: make all Q_DECLARE_SHARED types nothrow move-assignableMarc Mutz2015-06-301-1/+4
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* [QSSL] Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-01-281-0/+4
* Use camel case in PKCS#12 functionAlejandro Exojo2014-11-241-1/+1
* Add qHash(QSslCertificate) overloadMarc Mutz2014-10-191-0/+6
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Move the PKCS#12 support from QSslSocket to QSslCertificate.Richard J. Moore2014-05-141-0/+5
* Provide new API: QSslCertificate::isSelfSigned()Daniel Molkentin2014-04-301-0/+1
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix compile when verify is already definedAndy Shaw2013-01-141-0/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QtNetwork: declare some classes as sharedMarc Mutz2012-08-231-0/+1
* QtNetwork: unbreak QT_NO_SSL buildMarc Mutz2012-07-261-5/+4
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-0/+2
* QtNetwork: add member-swap to shared classesMarc Mutz2012-07-061-0/+4
* Change QSslCertificate::toText() to return a QString.Richard Moore2012-05-211-1/+1
* QtNetwork: make some constructors explicitMarc Mutz2012-03-141-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Style fix for QSslCertificate constructor.Jonas M. Gastal2012-01-271-2/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Add a new QT_NO_SSL feature macro.Richard Moore2012-01-061-2/+2