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