networksecurity/tls/ts_tls/T_TLS_cntrl.h
branchRCL_3
changeset 58 8d540f55e491
parent 57 abbed5a4b42a
child 75 c1029e558ef5
equal deleted inserted replaced
57:abbed5a4b42a 58:8d540f55e491
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2003-2010 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".
    93 	TInt		iSimpleGet;
    93 	TInt		iSimpleGet;
    94 	TInt		iTestEndDelay;
    94 	TInt		iTestEndDelay;
    95 	TBuf<32>	iProtocol;
    95 	TBuf<32>	iProtocol;
    96 	TBool		iUseGenericSocket;
    96 	TBool		iUseGenericSocket;
    97 	TBool		iEAPKeyDerivation;
    97 	TBool		iEAPKeyDerivation;
    98 
    98 #ifdef HTTP_ALLOW_UNTRUSTED_CERTIFICATES
       
    99 	TBool      iTLSDialogMode;
       
   100 	TInt       iTLSDialogModeValue;
       
   101 	TInt       iExpectedErrorCode;       
       
   102 #endif  // HTTP_ALLOW_UNTRUSTED_CERTIFICATES
    99 	RSemaphore	iSemaphore;	
   103 	RSemaphore	iSemaphore;	
   100 
   104 
   101 	};
   105 	};
   102 
   106 
   103 #endif
   107 #endif