summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslcertificate.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Don't forward declare types form openssl in public headersLars Knoll2011-11-241-2/+0
* Deprecate QSslCertificate::isValid() replace with isBlacklisted()Richard Moore2011-11-141-1/+10
* SSL certificates: add functionality to read extensionsRichard Moore2011-11-061-0/+2
* QSslCertificate: deprecate alternateSubjectNames()Peter Hartmann2011-08-041-2/+6
* Add the ability to verify a chain of certificatesRichard Moore2011-07-121-0/+3
* QSslCertificate: rename "tag" to "attribute", as in the RFCPeter Hartmann2011-07-121-4/+4
* SSL: Add methods to access the tags of the subject and issuer of a certRichard Moore2011-07-111-0/+2
* Certificates can have each issuer and subject field many timesRichard Moore2011-06-271-5/+8
* Add the ability to convert a certificate to textRichard Moore2011-06-211-0/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+139