os/security/cryptoservices/certificateandkeymgmt/tx509/Scripts/tx509.script
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 //
     2 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 // All rights reserved.
     4 // This component and the accompanying materials are made available
     5 // under the terms of the License "Eclipse Public License v1.0"
     6 // which accompanies this distribution, and is available
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 //
     9 // Initial Contributors:
    10 // Nokia Corporation - initial contribution.
    11 //
    12 // Contributors:
    13 //
    14 // Description: 
    15 //
    16 
    17 START_TESTCASE                SEC-CERTMAN-TX509-0001
    18 
    19 //! @SYMTestCaseID            SEC-CERTMAN-TX509-0001
    20 
    21 //! @SYMTestCaseDesc          
    22 
    23 //! @SYMTestActions           1) TX509 Syntax Tests
    24 
    25 //!                           2) TX509 Validate Tests 01
    26 
    27 //!                           3) TX509 Validate Tests 02
    28 
    29 //!                           4) TX509 Validate Tests 03
    30 
    31 //!                           5) TX509 Validate Tests 04
    32 
    33 //!                           6) TX509 Validate Tests 05
    34 
    35 //!                           7) TX509 Validate Tests 06
    36 
    37 //!                           8) TX509 Corruption Test
    38 
    39 //! 						  9) Validates a certificate which contains the OID 1.3.14.3.2.29  - SHA1 with RSA signature
    40 
    41 RUN_TEST_STEP                 -1    CTestHandler        Syntax                 tx509.ini   SEC-CERTMAN-TX509-0001-001
    42 
    43 RUN_TEST_STEP                 -1    CTestHandler        Validate               tx509.ini   SEC-CERTMAN-TX509-0001-002
    44 
    45 RUN_TEST_STEP                 -1    CTestHandler        Validate               tx509.ini   SEC-CERTMAN-TX509-0001-003
    46 
    47 RUN_TEST_STEP                 -1    CTestHandler        Validate               tx509.ini   SEC-CERTMAN-TX509-0001-004
    48 
    49 RUN_TEST_STEP                 -1    CTestHandler        Validate               tx509.ini   SEC-CERTMAN-TX509-0001-005
    50 
    51 RUN_TEST_STEP                 -1    CTestHandler        Validate               tx509.ini   SEC-CERTMAN-TX509-0001-006
    52 
    53 RUN_TEST_STEP                 -1    CTestHandler        Validate               tx509.ini   SEC-CERTMAN-TX509-0001-007
    54 
    55 RUN_TEST_STEP                 -1    CTestHandler        Validate               tx509.ini   SEC-CERTMAN-TX509-0001-009
    56 
    57 RUN_TEST_STEP                 -1    CTestHandler        Corruption             tx509.ini   SEC-CERTMAN-TX509-0001-008
    58 
    59 END_TESTCASE                  SEC-CERTMAN-TX509-0001
    60 
    61 
    62 
    63 
    64