(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.31 and 1.32

version 1.31, 2008/02/26 19:24:16 version 1.32, 2008/05/27 17:41:16
Line 203 
Line 203 
     friend class SSLCallbackInfo;     friend class SSLCallbackInfo;
 }; };
  
 class SSLContextRep  class PEGASUS_COMMON_LINKAGE SSLContextRep
 { {
 public: public:
  
Line 252 
Line 252 
  
     SSLCertificateVerifyFunction* getSSLCertificateVerifyFunction() const;     SSLCertificateVerifyFunction* getSSLCertificateVerifyFunction() const;
  
       /**
           Checks if the certificate associated with this SSL context has expired
           or is not yet valid.
           @exception SSLException if the certificate is determined to be invalid.
       */
       void validateCertificate();
   
 private: private:
  
 #ifdef PEGASUS_HAS_SSL #ifdef PEGASUS_HAS_SSL


Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2