summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslellipticcurve.h
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtNetwork: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [1/2]: public...Marc Mutz2022-04-051-1/+1
* Convert QSslSocket(Backend)Private into pluginTimur Pocheptsov2021-03-171-1/+0
* Hide comparison operators for QtNetwork value types from non-ADLVolker Hilsheimer2020-10-301-7/+4
* Remove dead codeLars Knoll2020-10-121-3/+0
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-2/+2
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-8/+8
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-3/+3
* Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-9/+9
* QSslSocket: OpenSSL 1.1 backendRichard J. Moore2017-07-041-0/+1
* Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-201-2/+2
* Add qtnetworkglobal.h and qtnetworkglobal_p.hLars Knoll2016-07-031-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-1/+1
|\
| * Fix QT_DEPRECATED_SINCE usageJędrzej Nowacki2016-02-021-1/+1
* | Updated license headersJani Heikkinen2016-01-151-13/+19
|/
* Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-4/+8
|\
| * Define friend functions of QSslEllipticCurve outside of classKai Koehne2015-07-161-4/+8
* | Replace <qhash.h> with <qhashfunctions.h> where applicableMarc Mutz2015-04-201-0/+3
|/
* Update copyright headersJani Heikkinen2015-02-111-21/+13
* QSslEllipticCurve: add missing noexceptMarc Mutz2015-01-211-3/+3
* QSslEllipticCurve: remove unneeded includes from headerMarc Mutz2015-01-211-2/+0
* QSslEllipticCurve: add fromLongNameGiuseppe D'Angelo2015-01-211-0/+1
* QSslEllipticCurve: remove a copy when setting the curvesGiuseppe D'Angelo2014-12-031-1/+0
* SSL: Add support for selecting which curves should be used by an elliptic cipherGiuseppe D'Angelo2014-11-261-0/+104