reSIProcate/stack  9694
Enumerations
resip::SecurityTypes Namespace Reference

Enumerations

enum  SSLType { SSLv23 = 1, TLSv1 = 2 }
enum  TlsClientVerificationMode { None, Optional, Mandatory }

Enumeration Type Documentation

Enumerator:
SSLv23 
TLSv1 

Definition at line 9 of file SecurityTypes.hxx.

{ 
   SSLv23 = 1, 
   TLSv1 = 2 
} SSLType;
Enumerator:
None 
Optional 
Mandatory 

Definition at line 15 of file SecurityTypes.hxx.