(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.7 and 1.8

version 1.7, 2002/09/06 00:19:38 version 1.8, 2002/09/20 00:29:19
Line 54 
Line 54 
     call back function.     call back function.
     @param randomFile  file path of a random file that is used as a seed     @param randomFile  file path of a random file that is used as a seed
     for random number generation by OpenSSL.     for random number generation by OpenSSL.
     @param isCIMClient  flag indicating that the context is created by  
     the client.  
  
     @exception SSLException  exception indicating failure to create a context.     @exception SSLException  exception indicating failure to create a context.
     */     */
     SSLContextRep(     SSLContextRep(
         const String& certPath,         const String& certPath,
         SSLCertificateVerifyFunction* verifyCert = NULL,         SSLCertificateVerifyFunction* verifyCert = NULL,
         const String& randomFile = String::EMPTY,          const String& randomFile = String::EMPTY);
         Boolean isCIMClient = false);  
  
     SSLContextRep(const SSLContextRep& sslContextRep);     SSLContextRep(const SSLContextRep& sslContextRep);
  
Line 77 
Line 74 
  
     CString _certPath;     CString _certPath;
     String _randomFile;     String _randomFile;
     Boolean _isCIMClient;  
     SSL_CTX * _sslContext;     SSL_CTX * _sslContext;
 }; };
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2