summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslcontext_openssl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add tst_QOcsp auto-testTimur Pocheptsov2018-12-061-3/+21
* Ssl: clang-tidy modernize-use-nullptrMårten Nordheim2018-08-091-7/+8
* Expand Config to Configuration in method namesEdward Welbourne2018-03-131-2/+2
* Introduce QSslConfiguration::backendConfigLars Schmertmann2018-01-261-0/+71
* QSslSocket: OpenSSL 1.1 backendRichard J. Moore2017-07-041-306/+3
* QSslDiffieHellmanParameters: make fit for releaseMarc Mutz2016-08-121-1/+1
* Fix inconsistency between the #if guards in SSL PSK code - Part 2Liang Qi2016-06-221-2/+2
* Add settable QSslDiffieHellmanParameters for QSslSocket-based servers.Mikkel Krautz2016-05-251-20/+19
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-1/+1
|\
| * QtNetwork: port the last remaining Q_FOREACH loop and add QT_NO_FOREACHMarc Mutz2016-05-121-1/+1
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-5/+6
|\|
| * QtNetwork: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-05-041-1/+2
| * QtNetwork: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-04-251-1/+1
| * QtNetwork: eradicate Q_FOREACH loops [already const]Marc Mutz2016-04-251-3/+3
* | Add support for PSK on server sideAndré Klitzing2016-05-021-0/+5
* | qsslsocket/context_openssl - ALPN and NPN, not ALPN or NPNTimur Pocheptsov2016-05-021-5/+4
* | qsslsocket/qsslcontext - add ALPN (OpenSSL only)Timur Pocheptsov2016-03-211-1/+19
|/
* QSslContext: provide sharedFromConfiguration()Marc Mutz2016-01-201-0/+7
* QSslContext: separate creation and initializationMarc Mutz2016-01-191-10/+13
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QtNetwork: convert some QDateTime::currentDateTime() to currentDateTimeUtc()Marc Mutz2015-10-271-1/+3
* QSslSocket: fix compilation errorNikita Baryshnikov2015-03-041-1/+1
* QSslSocket: Factor out error message about failure to set the elliptic curves.Friedemann Kleint2015-02-251-2/+7
* Use d2i_DHparams instead of poking around inside the DH struct.Richard J. Moore2015-02-161-41/+10
* QSsl: add TlsV1_0OrLater, TlsV1_1OrLater, TlsV1_2OrLaterMikkel Krautz2015-02-131-0/+16
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-0/+6
|\
| * Fix compile error if openssl is built with no-ssl3-methodAndré Klitzing2015-01-161-0/+6
* | Remove legacy ifdefs for ancient openssl.Richard J. Moore2015-02-081-2/+2
* | Stop accessing the internals of the SSL_CTX structure.Richard J. Moore2015-02-071-1/+1
* | Add elliptic curve support to QSslAndré Klitzing2015-01-181-1/+5
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-181-5/+6
|\|
| * Use categorized logging for ssl codeKai Koehne2014-12-101-5/+6
* | QSslEllipticCurve: remove a copy when setting the curvesGiuseppe D'Angelo2014-12-031-5/+6
* | SSL: let a server choose the most appropriate curve for a clientGiuseppe D'Angelo2014-11-291-5/+12
* | SSL: Add support for selecting which curves should be used by an elliptic cipherGiuseppe D'Angelo2014-11-261-0/+25
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-271-2/+5
|\|
| * Update QSsl::SecureProtocols to not include Sslv3Allan Sandfeld Jensen2014-10-241-2/+5
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-201-4/+13
|\|
| * Add information about unsupported SSL protocol when creating context.Mikołaj Siedlarek2014-10-101-4/+13
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-18/+10
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* | QSslContext: to represent a bool, use a bool, not an intGiuseppe D'Angelo2014-09-041-1/+1
|/
* SSL: split ssl files into general and "_openssl" implementationOliver Wolff2014-08-091-0/+465