networksecurity/tls/ts_tls/T_Autossl_Const.h
branchRCL_3
changeset 75 c1029e558ef5
parent 58 8d540f55e491
equal deleted inserted replaced
67:bb2423252ea3 75:c1029e558ef5
     1 // Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    35 _LIT( KCfgFailureThreshold, "FailureThreshold" );
    35 _LIT( KCfgFailureThreshold, "FailureThreshold" );
    36 _LIT( KCfgMaxThreshold, "MaxThreshold" );
    36 _LIT( KCfgMaxThreshold, "MaxThreshold" );
    37 _LIT( KCfgProtocol, "Protocol" );
    37 _LIT( KCfgProtocol, "Protocol" );
    38 _LIT( KCfgUseGenericSocket, "UseGenericSocket");
    38 _LIT( KCfgUseGenericSocket, "UseGenericSocket");
    39 _LIT( KCfgEAPKeyDerivation, "EAPKeyDerivation");
    39 _LIT( KCfgEAPKeyDerivation, "EAPKeyDerivation");
    40 #ifdef HTTP_ALLOW_UNTRUSTED_CERTIFICATES
       
    41 _LIT( KCfgSSLDialogMode, "SSLDialogMode");
       
    42 _LIT( KCfgSSLDialogModeValue, "SSLDialogModeValue");
       
    43 _LIT( KCfgExpectedErrorCode, "ExpectedErrorCode");
       
    44 #endif // HTTP_ALLOW_UNTRUSTED_CERTIFICATES
       
    45 
    40 
    46 const TInt KDefCfgCipher = 0;
    41 const TInt KDefCfgCipher = 0;
    47 const TInt KDefCfgIPPort = 0;
    42 const TInt KDefCfgIPPort = 0;
    48 const TInt KDefCfgSimpleGet = 0;
    43 const TInt KDefCfgSimpleGet = 0;
    49 const TInt KDefCfgTestEndDelay = 32;
    44 const TInt KDefCfgTestEndDelay = 32;
    50 const TInt KDefCfgFailureThreshold = 1;
    45 const TInt KDefCfgFailureThreshold = 1;
    51 const TInt KDefCfgMaxThreshold = 1000;
    46 const TInt KDefCfgMaxThreshold = 1000;
    52 const TBool KDefUseGenericSocket = EFalse;
    47 const TBool KDefUseGenericSocket = EFalse;
    53 const TBool KDefEAPKeyDerivation = EFalse;
    48 const TBool KDefEAPKeyDerivation = EFalse;
    54 #ifdef HTTP_ALLOW_UNTRUSTED_CERTIFICATES
       
    55 const TBool KDefSSLDialogMode = EFalse;
       
    56 const TInt KDefSSLDialogModeValue = 0;
       
    57 const TInt KDefErrorValue = 0;
       
    58 #endif  // HTTP_ALLOW_UNTRUSTED_CERTIFICATES
       
    59 
    49 
    60 _LIT( KDefCfgIPAddress, "default" );
    50 _LIT( KDefCfgIPAddress, "default" );
    61 _LIT( KDefCfgDNSName, "www.default.com" );
    51 _LIT( KDefCfgDNSName, "www.default.com" );
    62 _LIT( KDefCfgPage, "default.htm" );
    52 _LIT( KDefCfgPage, "default.htm" );
    63 _LIT( KDefCfgCipherSuites, "0" );
    53 _LIT( KDefCfgCipherSuites, "0" );