summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to enable various SSL bug workarounds.Richard Moore2011-10-207-9/+102
* QSslCertificate: block all DigiNotar (intermediate and root) certsPeter Hartmann2011-09-072-8/+34
* QSslCertificate: also check common name for blacklisted certificatesPeter Hartmann2011-09-021-11/+12
* qssl: use reinterpret_cast instead of C-style castsCorentin Chary2011-09-021-10/+10
* qssl: add auto test to QSsl::Opaque QSslKeysCorentin Chary2011-09-021-2/+2
* qssl: add support for QSsl::Opaque keyCorentin Chary2011-08-315-15/+61
* QSslCertificate: blacklist fraudulent *.google.comPeter Hartmann2011-08-301-0/+1
* QSslCertificate: deprecate alternateSubjectNames()Peter Hartmann2011-08-045-11/+19
* SSL internals: certificate verification: use mutex lockerPeter Hartmann2011-07-141-2/+2
* QSslCertificate: extend documentation for new verify methodPeter Hartmann2011-07-121-2/+6
* Add the ability to verify a chain of certificatesRichard Moore2011-07-126-26/+182
* QSslCertificate: rename "tag" to "attribute", as in the RFCPeter Hartmann2011-07-122-18/+18
* SSL: Move the code for extracting the name of an ASN1_OBJECTRichard Moore2011-07-112-12/+16
* SSL: Add methods to access the tags of the subject and issuer of a certRichard Moore2011-07-112-0/+40
* SSL: Make the internals of certificate name info match the externals.Richard Moore2011-07-112-19/+19
* SSL: Store x509 name entries that have no short name as their OID.Richard Moore2011-07-113-2/+22
* SSL internals: rename methods in the SSL backend to reflect public onesPeter Hartmann2011-07-113-6/+6
* QSslSocket: Add accessors for SSL versionRichard Moore2011-07-116-0/+46
* Add Happy-Eyeballs style IPv6 connection establishing.Martin Petersson2011-07-042-7/+8
* Make it compile with openssl 1.0.0d, gcc 4.6Bernhard Rosenkraenzer2011-06-283-0/+12
* Certificates can have each issuer and subject field many timesRichard Moore2011-06-273-25/+41
* SSL certificate printing: increase max certificate sizePeter Hartmann2011-06-221-2/+2
* SSL certificate printing: lookup Symbian ordinalPeter Hartmann2011-06-211-0/+1
* Add the ability to convert a certificate to textRichard Moore2011-06-215-0/+42
* Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-2523-395/+395
|\
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-2423-393/+393
| * Doc: Fixed qdoc warnings.David Boddie2011-05-231-2/+2
* | fix Symbian ordinals for merge request re. utf8 characters in SSL certsPeter Hartmann2011-05-241-1/+5
* | 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-233-36/+29
|/
* Send User-Agent from the network request in http proxy CONNECT commandShane Kearns2011-05-091-0/+2
* QSslConfiguration documentation fixTaito Silvola2011-05-051-2/+2
* Initial import from the monolithic Qt.Qt by Nokia2011-04-2724-0/+9304