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