diff options
author | Anthony Neal <aneal@zeroc.com> | 2002-07-17 19:47:30 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2002-07-17 19:47:30 +0000 |
commit | 5f05821a9aed2607b82ae40a0964ab86252a0b78 (patch) | |
tree | acb63fae4434b822099045fc5e689e90e01ffb5d /cpp/src/IceSSL/SslConnectionOpenSSLClient.cpp | |
parent | Use IceStorm service (diff) | |
download | ice-5f05821a9aed2607b82ae40a0964ab86252a0b78.tar.bz2 ice-5f05821a9aed2607b82ae40a0964ab86252a0b78.tar.xz ice-5f05821a9aed2607b82ae40a0964ab86252a0b78.zip |
Have added new capabilities to Glacier to adjust the issued time to allow
for a certain 'grace' period for clients whose clocks are off. This is
Glacier.Starter.Certificate.IssuedAdjust.
Diffstat (limited to 'cpp/src/IceSSL/SslConnectionOpenSSLClient.cpp')
-rw-r--r-- | cpp/src/IceSSL/SslConnectionOpenSSLClient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/SslConnectionOpenSSLClient.cpp b/cpp/src/IceSSL/SslConnectionOpenSSLClient.cpp index 69c4161c08c..c2d82b52ff3 100644 --- a/cpp/src/IceSSL/SslConnectionOpenSSLClient.cpp +++ b/cpp/src/IceSSL/SslConnectionOpenSSLClient.cpp @@ -169,7 +169,7 @@ IceSSL::OpenSSL::ClientConnection::handshake(int timeout) { CertificateVerificationException certVerEx(__FILE__, __LINE__); - certVerEx._message = "ssl certificate verification error"; + certVerEx._message = getVerificationError(verifyError); string errors = sslGetErrors(); |