diff -r 000000000000 -r 95b198f216e5 omadrm/drmengine/roapstorage/inc/oids.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/omadrm/drmengine/roapstorage/inc/oids.h Thu Dec 17 08:52:27 2009 +0200 @@ -0,0 +1,39 @@ +/* +* Copyright (c) 2002-2004 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: ?Description +* +*/ + + +// Define OIDs we use in OCSP - comment out the ones we don't use + +#ifndef __OCSP_ROAP_OIDS_H__ +#define __OCSP_ROAP_OIDS_H__ + +// OCSP OIDs + +_LIT(KOCSPOidBasic, "1.3.6.1.5.5.7.48.1.1"); +_LIT(KOCSPOidNonce, "1.3.6.1.5.5.7.48.1.2"); +//_LIT(KOCSPOidCrl, "1.3.6.1.5.5.7.48.1.3"); +_LIT(KOCSPOidResponse, "1.3.6.1.5.5.7.48.1.4"); +_LIT(KOCSPOidNoCheck, "1.3.6.1.5.5.7.48.1.5"); +_LIT(KOCSPOidArchiveCutoff, "1.3.6.1.5.5.7.48.1.6"); +_LIT(KOCSPOidServiceLocator, "1.3.6.1.5.5.7.48.1.7"); + +const TUint KOCSPMaxOidEncodingLength = 20; + +#endif // __OCSP_ROAP_OIDS_H__ + + +