diff options
author | Anthony Neal <aneal@zeroc.com> | 2002-02-15 15:36:54 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2002-02-15 15:36:54 +0000 |
commit | 99cec34e98a3f6c5a861e5770219f7785ba29456 (patch) | |
tree | f363e279380b5d78bb4cb480637c6174bb37e9a6 /cpp/config/TestUtil.py | |
parent | bug fix for command-line arg parsing (diff) | |
download | ice-99cec34e98a3f6c5a861e5770219f7785ba29456.tar.bz2 ice-99cec34e98a3f6c5a861e5770219f7785ba29456.tar.xz ice-99cec34e98a3f6c5a861e5770219f7785ba29456.zip |
Added functionality for certificate verification, and certificate
verifiers. Added implementation of Base64 encoding to IceUtil. Added
the RSA Certificate abstraction and RSA Certificate Generation class.
Installed initial hooks into Glacier for certificate generation.
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index 57d364473a2..403293a5b1e 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -14,8 +14,8 @@ # protocol. Otherwise TCP is used. # -#protocol = "ssl" -protocol = "" +protocol = "ssl" +#protocol = "" # # Set the host to the host name the test servers are running on. If not |