(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.38 and 1.39

version 1.38, 2009/05/05 09:01:28 version 1.39, 2011/08/09 07:32:48
Line 231 
Line 231 
         const String& keyPath = String::EMPTY,         const String& keyPath = String::EMPTY,
         const String& crlPath = String::EMPTY,         const String& crlPath = String::EMPTY,
         SSLCertificateVerifyFunction* verifyCert = NULL,         SSLCertificateVerifyFunction* verifyCert = NULL,
         const String& randomFile = String::EMPTY);          const String& randomFile = String::EMPTY,
           const String& cipherSuite = String::EMPTY);
  
     SSLContextRep(const SSLContextRep& sslContextRep);     SSLContextRep(const SSLContextRep& sslContextRep);
  
Line 245 
Line 246 
  
     String getKeyPath() const;     String getKeyPath() const;
  
       String getCipherSuite() const;
   
 #ifdef PEGASUS_USE_DEPRECATED_INTERFACES #ifdef PEGASUS_USE_DEPRECATED_INTERFACES
     String getTrustStoreUserName() const;     String getTrustStoreUserName() const;
 #endif #endif
Line 285 
Line 288 
     String _keyPath;     String _keyPath;
     String _crlPath;     String _crlPath;
     String _randomFile;     String _randomFile;
       String _cipherSuite;
     SSL_CTX * _sslContext;     SSL_CTX * _sslContext;
  
     Boolean _verifyPeer;     Boolean _verifyPeer;


Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2