summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslsocket_openssl_symbols.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid accessing the internals of the SSL_CIPHER struct.Richard J. Moore2014-05-191-0/+2
* Support for DH and ECDH key exchange for QSslSocket serversRichard J. Moore2014-04-091-0/+10
* SSL: add support for the Next Protocol Negotiation extensionPeter Hartmann2014-02-111-0/+20
* Remove redundant code.Jędrzej Nowacki2013-09-291-2/+0
* Reduce QtNetwork lib size by 16111 bytes.Jędrzej Nowacki2013-09-271-1/+6
* Fix open ssl forwarding macros.Jędrzej Nowacki2013-09-271-0/+7
* QNX: adapt SSL lib file name lookup heuristicsPeter Hartmann2013-07-261-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-231-3/+3
|\
| * Fix compilation of run-time-resolved SSL on AndroidEskil Abrahamsen Blomfeldt2013-07-191-3/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-041-1/+5
|\|
| * Fixes: QtNetwork compilation for OpenSSL < 1.0.0aavit2013-05-231-1/+5
* | QSslConfiguration: add API to persist and resume SSL sessionsPeter Hartmann2013-05-101-0/+4
|/
* Fixed build of SSL when using android-no-sdk.Samuel Rødal2013-03-071-3/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-0/+14
|\
| * Remove Nokia from ssl linking exception.Frederik Gladhorn2013-02-111-0/+14
* | Try harder to locate external OpenSSL libraries on win32Erik van Pienbroek2013-02-091-7/+25
* | SSL: Use correct signature for SSL_get1_sessionMarcel Krems2013-02-091-1/+1
* | SSL: Implement session sharing and use it from QNetworkAccessManagerPeter Hartmann2013-02-061-0/+8
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix binary incompatibility between openssl versionsShane Kearns2012-12-101-0/+8
* Remove qSort usages from SSL codeGiuseppe D'Angelo2012-11-081-2/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Add support for explicit TLS 1.1 and 1.2Brendan Long2012-08-291-0/+16
* SSL: remove unneeded volatile qualificationsMarc Mutz2012-08-291-2/+2
* Improved detection of libcrypto and libssl.Niels Weber2012-04-241-12/+51
* QSslSocket: call to ERR_free_strings to free loaded error stringsMartin Petersson2012-04-201-0/+2
* Find libssl on linux using paths of loaded librariesShane Kearns2012-04-051-0/+26
* 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
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* SSL: fix build with -openssl-linked for OpenSSL 0.9.8*Peter Hartmann2011-12-221-4/+0
* SSL: fix build when compiled with -openssl-linkedPeter Hartmann2011-11-251-0/+8
* network: remove Symbian specific codePeter Hartmann2011-11-141-161/+2
* SSL certificates: add functionality to read extensionsRichard Moore2011-11-061-1/+16
* Add the ability to verify a chain of certificatesRichard Moore2011-07-121-0/+6
* SSL: Store x509 name entries that have no short name as their OID.Richard Moore2011-07-111-0/+6
* QSslSocket: Add accessors for SSL versionRichard Moore2011-07-111-0/+2
* Make it compile with openssl 1.0.0d, gcc 4.6Bernhard Rosenkraenzer2011-06-281-0/+4
* SSL certificate printing: lookup Symbian ordinalPeter Hartmann2011-06-211-0/+1
* Add the ability to convert a certificate to textRichard Moore2011-06-211-0/+2
* 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 Symbian ordinals for merge request re. utf8 characters in SSL certsPeter Hartmann2011-05-241-1/+5
* | Use OpenSSL X509_NAME_ENTRY API to parse UTF8 subjectName/issuerNameRaul Metsma2011-05-231-2/+10
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+888