summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslcertificate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct the documentation of the return types of subjectInfo and issuerInfo.Richard J. Moore2014-02-121-8/+11
* SSL: blacklist ANSSI intermediate certificatePeter Hartmann2013-12-101-0/+2
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-8/+8
* Fix loading of SSL certificate of DER files.BogDan Vatra2013-02-081-4/+10
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* SSL certificates: blacklist mis-issued Turktrust certificatesPeter Hartmann2013-01-041-0/+3
* Fix typo in docs.Richard Moore2012-12-211-1/+1
* Add more qtbase implictly-shared classes to the listGiuseppe D'Angelo2012-11-301-0/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QtNetwork: add member-swap to shared classesMarc Mutz2012-07-061-0/+8
* QSslCertificate::fromPath fix wildcard handlingMartin Petersson2012-07-031-23/+30
* Change QSslCertificate::toText() to return a QString.Richard Moore2012-05-211-6/+6
* Doc: Modularize QtNetwork documentation.Casper van Donderen2012-05-091-1/+1
* Various minor fixes for qdoc warnings.Richard Moore2012-05-061-7/+9
* Document new APIs in 5.0Shane Kearns2012-05-031-0/+8
* Document QSslCertificate deprecated functionsShane Kearns2012-05-031-4/+16
* Trivial doc fix.Richard Moore2012-04-161-0/+4
* QtNetwork: blacklist two more certificatesMartin Petersson2012-03-081-0/+2
* QSslCertificate - make lazy initialisation thread safeShane Kearns2012-03-061-0/+9
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Remove unused QT_NO_TEXTSTREAM.David Faure2012-01-111-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* SSL certificate blacklist: reformat serial numbers to hexadecimalPeter Hartmann2011-11-251-10/+10
* Always use the hex format for certificate serial numbers.Richard Moore2011-11-151-16/+8
* Deprecate QSslCertificate::isValid() replace with isBlacklisted()Richard Moore2011-11-141-11/+18
* SSL: blacklist intermediate certificates that issued weak certsPeter Hartmann2011-11-081-0/+3
* SSL certificates: add functionality to read extensionsRichard Moore2011-11-061-9/+236
* QSslCertificate: block all DigiNotar (intermediate and root) certsPeter Hartmann2011-09-071-2/+25
* QSslCertificate: also check common name for blacklisted certificatesPeter Hartmann2011-09-021-11/+12
* QSslCertificate: blacklist fraudulent *.google.comPeter Hartmann2011-08-301-0/+1
* QSslCertificate: deprecate alternateSubjectNames()Peter Hartmann2011-08-041-4/+4
* QSslCertificate: extend documentation for new verify methodPeter Hartmann2011-07-121-2/+6
* Add the ability to verify a chain of certificatesRichard Moore2011-07-121-0/+12
* QSslCertificate: rename "tag" to "attribute", as in the RFCPeter Hartmann2011-07-121-14/+14
* SSL: Move the code for extracting the name of an ASN1_OBJECTRichard Moore2011-07-111-12/+15
* SSL: Add methods to access the tags of the subject and issuer of a certRichard Moore2011-07-111-0/+38
* SSL: Make the internals of certificate name info match the externals.Richard Moore2011-07-111-17/+17
* SSL: Store x509 name entries that have no short name as their OID.Richard Moore2011-07-111-2/+14
* Certificates can have each issuer and subject field many timesRichard Moore2011-06-271-9/+15
* SSL certificate printing: increase max certificate sizePeter Hartmann2011-06-221-2/+2
* Add the ability to convert a certificate to textRichard Moore2011-06-211-0/+37
* Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-251-17/+17
|\
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* | fix coding style for merge request re. utf8 characters in SSL certsPierre Rossi2011-05-231-7/+6
* | Use OpenSSL X509_NAME_ENTRY API to parse UTF8 subjectName/issuerNameRaul Metsma2011-05-231-33/+14
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+858