diff options
author | Yonit Halperin <yhalperi@redhat.com> | 2010-03-18 10:21:47 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-03-18 10:21:47 +0100 |
commit | 457693fcfac7c178bdc9ca23295aa52d815ea0d6 (patch) | |
tree | f3176bcb321373b2f8974f6dcdeceb4082dba0cf /client/red_channel.cpp | |
parent | f16e16393e128a335b5e2d22c21315881409e99f (diff) | |
download | spice-457693fcfac7c178bdc9ca23295aa52d815ea0d6.tar.gz spice-457693fcfac7c178bdc9ca23295aa52d815ea0d6.tar.xz spice-457693fcfac7c178bdc9ca23295aa52d815ea0d6.zip |
client: add command line support for ciphers, ca file, and host certificate subject
Diffstat (limited to 'client/red_channel.cpp')
-rw-r--r-- | client/red_channel.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/red_channel.cpp b/client/red_channel.cpp index e360d5f4..511c1cff 100644 --- a/client/red_channel.cpp +++ b/client/red_channel.cpp @@ -396,7 +396,8 @@ void RedChannel::run() ConnectionOptions con_options(_client.get_connection_options(get_type()), _client.get_port(), _client.get_sport(), - _client.get_host_auth_options()); + _client.get_host_auth_options(), + _client.get_connection_ciphers()); RedChannelBase::connect(con_options, _client.get_connection_id(), _client.get_host().c_str(), _client.get_password().c_str()); |