Mercurial > trustbridge
diff ui/downloader.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 | 78798d3af8f0 |
line wrap: on
line diff
--- a/ui/downloader.h Fri Aug 29 19:18:31 2014 +0200 +++ b/ui/downloader.h Mon Sep 01 12:04:11 2014 +0200 @@ -71,6 +71,14 @@ **/ SSLConnection::ErrorCode getErrorState(); + + /** + * @brief forward the setCiphersuites call to the sslconnection + * + * see sslconnection.h for details. + */ + void setCiphersuites(int suites[]); + protected: void run();