summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslcertificate.h
Commit message (Expand)AuthorAgeFilesLines
* 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