diff options
author | Adam Tkac <atkac@redhat.com> | 2010-07-21 09:08:24 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2010-07-21 09:08:24 +0000 |
commit | 5bf73fbb2a3d9ca8374d8ac587785dc76bb3fb63 (patch) | |
tree | ca0f9b404e2766ad65425c2fd5aac467514fe0b3 /common/rfb/SSecurityVeNCrypt.cxx | |
parent | 4395823664775e9c0e23e82890e705088b79a700 (diff) | |
download | tigervnc-5bf73fbb2a3d9ca8374d8ac587785dc76bb3fb63.tar.gz tigervnc-5bf73fbb2a3d9ca8374d8ac587785dc76bb3fb63.zip |
[Development] Implement X509 VeNCrypt subtypes on the server side.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4105 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/SSecurityVeNCrypt.cxx')
-rw-r--r-- | common/rfb/SSecurityVeNCrypt.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/common/rfb/SSecurityVeNCrypt.cxx b/common/rfb/SSecurityVeNCrypt.cxx index c704d1e5..ac4f16f3 100644 --- a/common/rfb/SSecurityVeNCrypt.cxx +++ b/common/rfb/SSecurityVeNCrypt.cxx @@ -38,16 +38,6 @@ using namespace std; static LogWriter vlog("SVeNCrypt");
-StringParameter SSecurityVeNCrypt::X509_CertFile
-("x509cert",
- "specifies path to the x509 certificate in PEM format",
- "", ConfServer);
-
-StringParameter SSecurityVeNCrypt::X509_KeyFile
-("x509key",
- "specifies path to the key of the x509 certificate in PEM format",
- "", ConfServer);
-
SSecurityVeNCrypt::SSecurityVeNCrypt(Security *sec) : security(sec)
{
ssecurity = NULL;
|