Mercurial > trustbridge
comparison ui/sslconnection_bare.h @ 990:2949f1842955
(issue90) Add possibility to force cipher suites in bare connection and test for this
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 01 Sep 2014 12:04:11 +0200 |
parents | eaed02defe6a |
children | 2a1aa9df8f11 |
comparison
equal
deleted
inserted
replaced
989:1cd1bfe82fc2 | 990:2949f1842955 |
---|---|
36 | 36 |
37 QDateTime getLastModifiedHeader(const QString &resource); | 37 QDateTime getLastModifiedHeader(const QString &resource); |
38 | 38 |
39 bool downloadFile(const QString &resource, const QString &filename, | 39 bool downloadFile(const QString &resource, const QString &filename, |
40 size_t maxSize); | 40 size_t maxSize); |
41 | |
42 void setCiphersuites(int ciphers[]); | |
41 | 43 |
42 private: | 44 private: |
43 x509_crt mX509PinnedCert; | 45 x509_crt mX509PinnedCert; |
44 entropy_context mEntropy; | 46 entropy_context mEntropy; |
45 ctr_drbg_context mCtr_drbg; | 47 ctr_drbg_context mCtr_drbg; |