(file) Return to SSLContextRep.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/SSLContextRep.h between version 1.6 and 1.7

version 1.6, 2002/08/29 00:27:52 version 1.7, 2002/09/06 00:19:38
Line 61 
Line 61 
     */     */
     SSLContextRep(     SSLContextRep(
         const String& certPath,         const String& certPath,
         VERIFY_CERTIFICATE verifyCert = NULL,          SSLCertificateVerifyFunction* verifyCert = NULL,
         const String& randomFile = String::EMPTY,         const String& randomFile = String::EMPTY,
         Boolean isCIMClient = false);         Boolean isCIMClient = false);
  
       SSLContextRep(const SSLContextRep& sslContextRep);
   
     ~SSLContextRep();     ~SSLContextRep();
  
     SSL_CTX * getContext() const;     SSL_CTX * getContext() const;
  
 private: private:
  
     SSL_CTX * _SSLContext;      SSL_CTX * _makeSSLContext();
  
     CString _certPath;     CString _certPath;
       String _randomFile;
       Boolean _isCIMClient;
       SSL_CTX * _sslContext;
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2