diff options
author | Mark Spruiell <mes@zeroc.com> | 2009-01-14 16:45:19 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2009-01-14 16:45:19 -0800 |
commit | 0dca8d4a9d838264e866371cd4447acd7f81737f (patch) | |
tree | ec9a89d1121ff41a527554473830fb2b5c7ffe08 /cpp/include/IceSSL/Plugin.h | |
parent | removing bogus commit in php/bin (diff) | |
download | ice-0dca8d4a9d838264e866371cd4447acd7f81737f.tar.bz2 ice-0dca8d4a9d838264e866371cd4447acd7f81737f.tar.xz ice-0dca8d4a9d838264e866371cd4447acd7f81737f.zip |
bug 3266 - fix IceSSL/C++ for custom contexts
Diffstat (limited to 'cpp/include/IceSSL/Plugin.h')
-rw-r--r-- | cpp/include/IceSSL/Plugin.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/include/IceSSL/Plugin.h b/cpp/include/IceSSL/Plugin.h index 6834ad7d101..bd9c3e92580 100644 --- a/cpp/include/IceSSL/Plugin.h +++ b/cpp/include/IceSSL/Plugin.h @@ -457,8 +457,11 @@ public: // invoke initializePlugins on the PluginManager. // // When the application supplies its own OpenSSL context, the - // plug-in skips its normal property-based configuration. + // plug-in ignores configuration properties related to certificates, + // keys, and passwords. // + // Note that the plugin assumes ownership of the given context. + // virtual void setContext(SSL_CTX*) = 0; // |