mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-13 22:50:17 +02:00
added Context::preferServerCiphers()
This commit is contained in:
@@ -334,6 +334,12 @@ public:
|
||||
/// values from the Protocols enumeration, e.g.:
|
||||
///
|
||||
/// context.disableProtocols(PROTO_SSLV2 | PROTO_SSLV3);
|
||||
|
||||
void preferServerCiphers();
|
||||
/// When choosing a cipher, use the server's preferences instead of the client
|
||||
/// preferences. When not called, the SSL server will always follow the clients
|
||||
/// preferences. When called, the SSL/TLS server will choose following its own
|
||||
/// preferences.
|
||||
|
||||
private:
|
||||
void init(const Params& params);
|
||||
|
Reference in New Issue
Block a user