diff options
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; // |