summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/SslContextOpenSSL.h
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2002-03-14 21:03:01 +0000
committerAnthony Neal <aneal@zeroc.com>2002-03-14 21:03:01 +0000
commit55b43f367d4923ff8d4d01750f0770a779ef9cbe (patch)
treee960bf16dec4008d3000d8feb6fa2fb10acb1a46 /cpp/src/Ice/SslContextOpenSSL.h
parentcomments (diff)
downloadice-55b43f367d4923ff8d4d01750f0770a779ef9cbe.tar.bz2
ice-55b43f367d4923ff8d4d01750f0770a779ef9cbe.tar.xz
ice-55b43f367d4923ff8d4d01750f0770a779ef9cbe.zip
Updated Communicator.ice so that SSL related methods are only included when
compiling the slice with -DICE_CPP. Updated project and Makefile accordingly. Continuing cleanup.
Diffstat (limited to 'cpp/src/Ice/SslContextOpenSSL.h')
-rw-r--r--cpp/src/Ice/SslContextOpenSSL.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/Ice/SslContextOpenSSL.h b/cpp/src/Ice/SslContextOpenSSL.h
index de26f046987..a0b9071ad87 100644
--- a/cpp/src/Ice/SslContextOpenSSL.h
+++ b/cpp/src/Ice/SslContextOpenSSL.h
@@ -39,6 +39,7 @@ namespace OpenSSL
{
class System;
+class RSAKeyPair;
class Context : public IceUtil::Shared
{
@@ -73,8 +74,12 @@ protected:
void setKeyCert(const IceSSL::CertificateDesc&, const std::string&, const std::string&);
+ void checkKeyCert();
+
void addKeyCert(const IceSSL::CertificateFile&, const IceSSL::CertificateFile&);
+ void addKeyCert(const RSAKeyPair&);
+
void addKeyCert(const Ice::ByteSeq&, const Ice::ByteSeq&);
void addKeyCert(const std::string&, const std::string&);