summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslkey_openssl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ssl: clang-tidy modernize-use-nullptrMårten Nordheim2018-08-091-21/+21
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-291-16/+25
|\
| * Fix build if openssl is configured with no-des or no-rc2André Klitzing2018-05-241-16/+25
* | Fix loading pkcs#8 encrypted DER-encoded keys in opensslMårten Nordheim2018-04-111-2/+2
|/
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-0/+3
|\
| * Fix crash when reading a PKCS12 file with no private keyEdward Welbourne2017-08-171-0/+3
* | QSslSocket: OpenSSL 1.1 backendRichard J. Moore2017-07-041-26/+53
|/
* Updated license headersJani Heikkinen2016-01-151-14/+20
* ssl: add openssl-based QSslKeyPrivate::encrypt / decryptJeremy Lainé2015-07-201-0/+49
* QtNetwork: Fix const correctness in old style castsThiago Macieira2015-03-121-4/+4
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Use a union for different openssl typesAndré Klitzing2015-02-111-4/+4
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* Add elliptic curve support to QSslAndré Klitzing2015-01-181-4/+56
* Fix memcpy with incorrect destinationAndré Klitzing2014-11-181-1/+1
* ssl: common key parser support for encrypted keysJeremy Lainé2014-09-021-1/+2
* ssl: disable (broken) i/o on DER encoded keysJeremy Lainé2014-08-301-3/+2
* SSL backend: Add a decodeDer() method to the private APIAndrew Knight2014-08-111-0/+6
* SSL: split ssl files into general and "_openssl" implementationOliver Wolff2014-08-091-0/+218