applayerprotocols/httpexamples/t_securitypolicy/test/securitypolicy.ini
changeset 0 b16258d2340f
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 
       
     2 [Security Policy]
       
     3 ValidateUntrustedServerCert= ACCEPT
       
     4 WTLSCipherSuites= {0;0},{1;1},{2;2},{3;3},{4;4},{5;5},{6;6},{7;7}
       
     5 WTLSKeyExchangeSuites= {0;0;""},{1;1;""},{2;2;""},{3;254;""},{4;255;""}
       
     6 TLSCipherSuites= 
       
     7 Policy= testname = testvalue
       
     8 
       
     9 
       
    10 endscript
       
    11 
       
    12 # This file contains a default security policy used by t_securitypolicy. It must exist as
       
    13 # c:\httptest\securitypolicy\securitypolicy.ini to be correctly read
       
    14 
       
    15 
       
    16 # ValidateUntrustedServerCert can be either ACCEPT or REJECT
       
    17 # WTLSBulkEncryptionAlgorithms, WTLSMacEncryptionAlgorithms and WTLSKeyExchangeSuites
       
    18 # are comma seperated lists of numbers. These correspond to the enums in WSPTypes.h
       
    19 # TLSCipherSuites is a comma separated list of numbers. These are parsed and then the a string
       
    20 # made up of the character codes of the numbers is formed. Each cipher suite is a 2 byte pair.
       
    21 # No validation is done
       
    22 # Named policies are set using POLICY and have the form of <name>=<value>