summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* Doc: be more explicit about need to set expected SSL cert in errorsArnaud Bienner2014-05-271-1/+2
* Ensure all encrypted bytes are sent when closing QSslSocket.Richard J. Moore2014-05-261-0/+2
* Avoid accessing the internals of the SSL_CIPHER struct.Richard J. Moore2014-05-193-3/+4
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-122-23/+24
|\
| * Ignore expired certificate during certificate validationDaniel Molkentin2014-05-112-23/+24
* | Fix build against older OpenSSL.Sérgio Martins2014-04-141-0/+2
|/
* Support for DH and ECDH key exchange for QSslSocket serversRichard J. Moore2014-04-093-0/+80
* Ensure we initialize things before checking the openssl version.Richard J. Moore2014-04-081-0/+3
* Fix crash if SSL_get0_next_proto_negotiated() cannot be resolved.Friedemann Kleint2014-03-201-4/+6
* Replace Note: with \note in documentationKurt Pattyn2014-03-133-6/+6
* Fix some typosSergio Ahumada2014-03-031-1/+1
* QSslCipher: make QString constructor explicitMarc Mutz2014-02-211-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-8/+11
|\
| * Correct the documentation of the return types of subjectInfo and issuerInfo.Richard J. Moore2014-02-121-8/+11
* | SSL: add support for the Next Protocol Negotiation extensionPeter Hartmann2014-02-119-3/+255
* | Fix the QSslSocket::setCiphers(const QString &) overload.Richard J. Moore2014-02-023-6/+24
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-211-3/+0
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-3/+0
| |\|
| | * Prevent spurious SSL errors from local certificates.Richard J. Moore2014-01-161-3/+0
* | | Ensure weak ciphers are not part of the default SSL configuration.Richard J. Moore2014-01-213-2/+7
|/ /
* / expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-132-21/+21
|/
* SSL: blacklist ANSSI intermediate certificatePeter Hartmann2013-12-101-0/+2
* QSslConfiguration: rename [get]session() to [get]sessionTicket()Peter Hartmann2013-11-085-18/+18
* use private linkage where possibleOswald Buddenhagen2013-10-311-1/+1
* use the right scopeOswald Buddenhagen2013-10-311-1/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-087-33/+33
* Fix ssh root certificates path for Blackberry playbook OS.sfabry2013-10-031-0/+1
* 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-272-16/+24
* Resolve error caused by server-initiated TLS renegotiationScott Deboy2013-09-171-5/+16
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-144-29/+222
|\
| * Android: Get SSL root certificates from TrustManagerPaul Olav Tvete2013-07-294-29/+220
| * QNX: hardcode on-demand SSL root cert loadingPeter Hartmann2013-07-261-0/+2
* | OSX: Make QSslSocket compile on 10.9Liang Qi2013-08-062-15/+15
* | 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-043-3/+11
|\|
| * Fixes: QtNetwork compilation for OpenSSL < 1.0.0aavit2013-05-233-3/+11
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-233-10/+6
|\|
| * Improve support for <MODULE>_PATH optionsMatt Fischer2013-05-101-5/+1
| * Utilize the new Q_OS_MACX define.Jake Petroules2013-05-092-5/+5
* | QSslConfiguration: add API to persist and resume SSL sessionsPeter Hartmann2013-05-1011-9/+141
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-293-4/+13
|\|
| * SSL internals: do not write after shutting down the socketPeter Hartmann2013-04-233-4/+13
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-221-2/+6
|\|
| * SSL internals: fix memory corruption using QSslConfigurationPrivatePeter Hartmann2013-04-181-2/+6
* | SSL namespace: Add enum to disable SSL session sharingPeter Hartmann2013-04-223-2/+5
|/
* SSL code: store SSL parameters for debugging, guarded by definePeter Hartmann2013-03-221-0/+35