os/security/cryptoservices/certificateandkeymgmt/tcertstore/scripts/apipolicing.script
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/security/cryptoservices/certificateandkeymgmt/tcertstore/scripts/apipolicing.script	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,678 @@
     1.4 +//
     1.5 +// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +// All rights reserved.
     1.7 +// This component and the accompanying materials are made available
     1.8 +// under the terms of the License "Eclipse Public License v1.0"
     1.9 +// which accompanies this distribution, and is available
    1.10 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +//
    1.12 +// Initial Contributors:
    1.13 +// Nokia Corporation - initial contribution.
    1.14 +//
    1.15 +// Contributors:
    1.16 +//
    1.17 +// Description: 
    1.18 +//
    1.19 +
    1.20 +// Test cert store API policing of filetokens cert store
    1.21 +
    1.22 +// 
    1.23 +
    1.24 +// This test should be run in configuration 1, with only the file cert store
    1.25 +
    1.26 +// present
    1.27 +
    1.28 +
    1.29 +
    1.30 +// Test add CA
    1.31 +
    1.32 +// Test set app, set trust
    1.33 +
    1.34 +// Test not protected list, get, get apps, get trust, retrieve
    1.35 +
    1.36 +// Test remove CA
    1.37 +
    1.38 +// Test add user
    1.39 +
    1.40 +// Test not protected list, get
    1.41 +
    1.42 +// Test retrieve
    1.43 +
    1.44 +// Test remove user
    1.45 +
    1.46 +// Test add peer
    1.47 +
    1.48 +// Test retrieve
    1.49 +
    1.50 +// Test remove peer
    1.51 +
    1.52 +
    1.53 +
    1.54 +// 0. Setup
    1.55 +
    1.56 +
    1.57 +
    1.58 +START_TESTCASE                SEC-TCERTSTORE-APIPOLICING-0.1.1
    1.59 +
    1.60 +//! @SYMTestCaseID            SEC-TCERTSTORE-APIPOLICING-0.1.1
    1.61 +
    1.62 +//! @file                     
    1.63 +
    1.64 +//! @SYMTestCaseDesc          Opening a CertificateAppInfoManager
    1.65 +
    1.66 +//! @SYMREQ                   REQ3466
    1.67 +
    1.68 +//! @SYMTestCasePriority      High
    1.69 +
    1.70 +//! @SYMTestExpectedResults   KErrNone
    1.71 +
    1.72 +//! @SYMTestActions           1) 0.1.1, Opening a CertificateAppInfoManager
    1.73 +
    1.74 +RUN_TEST_STEP                 -1    CTestHandler        initappmanager      
    1.75 +
    1.76 +END_TESTCASE                  SEC-TCERTSTORE-APIPOLICING-0.1.1
    1.77 +
    1.78 +
    1.79 +
    1.80 +
    1.81 +
    1.82 +START_TESTCASE                SEC-TCERTSTORE-APIPOLICING-0.1.2
    1.83 +
    1.84 +//! @SYMTestCaseID            SEC-TCERTSTORE-APIPOLICING-0.1.2
    1.85 +
    1.86 +//! @file                     
    1.87 +
    1.88 +//! @SYMTestCaseDesc          Adding client A1
    1.89 +
    1.90 +//! @SYMREQ                   REQ3466
    1.91 +
    1.92 +//! @SYMTestCasePriority      High
    1.93 +
    1.94 +//! @SYMTestExpectedResults   KErrNone
    1.95 +
    1.96 +//! @SYMTestActions           1) 0.1.2, Adding client A1
    1.97 +
    1.98 +RUN_TEST_STEP                 -1    CTestHandler        addclient              apipolicing.ini   SEC-TCERTSTORE-APIPOLICING-0.1.2-001
    1.99 +
   1.100 +END_TESTCASE                  SEC-TCERTSTORE-APIPOLICING-0.1.2
   1.101 +
   1.102 +
   1.103 +
   1.104 +
   1.105 +
   1.106 +START_TESTCASE                SEC-TCERTSTORE-APIPOLICING-0.1.3
   1.107 +
   1.108 +//! @SYMTestCaseID            SEC-TCERTSTORE-APIPOLICING-0.1.3
   1.109 +
   1.110 +//! @file                     
   1.111 +
   1.112 +//! @SYMTestCaseDesc          Adding client A2
   1.113 +
   1.114 +//! @SYMREQ                   REQ3466
   1.115 +
   1.116 +//! @SYMTestCasePriority      High
   1.117 +
   1.118 +//! @SYMTestExpectedResults   KErrNone
   1.119 +
   1.120 +//! @SYMTestActions           1) 0.1.3, Adding client A2
   1.121 +
   1.122 +RUN_TEST_STEP                 -1    CTestHandler        addclient              apipolicing.ini   SEC-TCERTSTORE-APIPOLICING-0.1.3-001
   1.123 +
   1.124 +END_TESTCASE                  SEC-TCERTSTORE-APIPOLICING-0.1.3
   1.125 +
   1.126 +
   1.127 +
   1.128 +
   1.129 +
   1.130 +START_TESTCASE                SEC-TCERTSTORE-APIPOLICING-0.1.4
   1.131 +
   1.132 +//! @SYMTestCaseID            SEC-TCERTSTORE-APIPOLICING-0.1.4
   1.133 +
   1.134 +//! @file                     
   1.135 +
   1.136 +//! @SYMTestCaseDesc          Adding client A3
   1.137 +
   1.138 +//! @SYMREQ                   REQ3466
   1.139 +
   1.140 +//! @SYMTestCasePriority      High
   1.141 +
   1.142 +//! @SYMTestExpectedResults   KErrNone
   1.143 +
   1.144 +//! @SYMTestActions           1) 0.1.4, Adding client A3
   1.145 +
   1.146 +RUN_TEST_STEP                 -1    CTestHandler        addclient              apipolicing.ini   SEC-TCERTSTORE-APIPOLICING-0.1.4-001
   1.147 +
   1.148 +END_TESTCASE                  SEC-TCERTSTORE-APIPOLICING-0.1.4
   1.149 +
   1.150 +
   1.151 +
   1.152 +
   1.153 +
   1.154 +START_TESTCASE                SEC-TCERTSTORE-APIPOLICING-0.1.5
   1.155 +
   1.156 +//! @SYMTestCaseID            SEC-TCERTSTORE-APIPOLICING-0.1.5
   1.157 +
   1.158 +//! @file                     
   1.159 +
   1.160 +//! @SYMTestCaseDesc          Adding client A4
   1.161 +
   1.162 +//! @SYMREQ                   REQ3466
   1.163 +
   1.164 +//! @SYMTestCasePriority      High
   1.165 +
   1.166 +//! @SYMTestExpectedResults   KErrNone
   1.167 +
   1.168 +//! @SYMTestActions           1) 0.1.5, Adding client A4
   1.169 +
   1.170 +RUN_TEST_STEP                 -1    CTestHandler        addclient              apipolicing.ini   SEC-TCERTSTORE-APIPOLICING-0.1.5-001
   1.171 +
   1.172 +END_TESTCASE                  SEC-TCERTSTORE-APIPOLICING-0.1.5
   1.173 +
   1.174 +
   1.175 +
   1.176 +
   1.177 +
   1.178 +START_TESTCASE                SEC-TCERTSTORE-APIPOLICING-0.1.6
   1.179 +
   1.180 +//! @SYMTestCaseID            SEC-TCERTSTORE-APIPOLICING-0.1.6
   1.181 +
   1.182 +//! @file                     
   1.183 +
   1.184 +//! @SYMTestCaseDesc          Deleting the CertificateAppInfoManager
   1.185 +
   1.186 +//! @SYMREQ                   REQ3466
   1.187 +
   1.188 +//! @SYMTestCasePriority      High
   1.189 +
   1.190 +//! @SYMTestExpectedResults   KErrNone
   1.191 +
   1.192 +//! @SYMTestActions           1) 0.1.6, Deleting the CertificateAppInfoManager
   1.193 +
   1.194 +RUN_TEST_STEP                 -1    CTestHandler        deleteappmanager    
   1.195 +
   1.196 +END_TESTCASE                  SEC-TCERTSTORE-APIPOLICING-0.1.6
   1.197 +
   1.198 +
   1.199 +
   1.200 +
   1.201 +
   1.202 +START_TESTCASE                SEC-TCERTSTORE-APIPOLICING-0.2
   1.203 +
   1.204 +//! @SYMTestCaseID            SEC-TCERTSTORE-APIPOLICING-0.2
   1.205 +
   1.206 +//! @file                     
   1.207 +
   1.208 +//! @SYMTestCaseDesc          Opening a writable certificate store manager
   1.209 +
   1.210 +//! @SYMREQ                   REQ3466
   1.211 +
   1.212 +//! @SYMTestCasePriority      High
   1.213 +
   1.214 +//! @SYMTestExpectedResults   KErrNone
   1.215 +
   1.216 +//! @SYMTestActions           1) 0.2, Opening a writable certificate store manager
   1.217 +
   1.218 +RUN_TEST_STEP                 -1    CTestHandler        init                   apipolicing.ini   SEC-TCERTSTORE-APIPOLICING-0.2-001
   1.219 +
   1.220 +END_TESTCASE                  SEC-TCERTSTORE-APIPOLICING-0.2
   1.221 +
   1.222 +
   1.223 +
   1.224 +
   1.225 +
   1.226 +START_TESTCASE                SEC-TCERTSTORE-APIPOLICING-0.3.1
   1.227 +
   1.228 +//! @SYMTestCaseID            SEC-TCERTSTORE-APIPOLICING-0.3.1
   1.229 +
   1.230 +//! @file                     
   1.231 +
   1.232 +//! @SYMTestCaseDesc          Retrieving number of writable certificate store manager
   1.233 +
   1.234 +//! @SYMREQ                   REQ3466
   1.235 +
   1.236 +//! @SYMTestCasePriority      High
   1.237 +
   1.238 +//! @SYMTestExpectedResults   KErrNone
   1.239 +
   1.240 +//! @SYMTestActions           1) 0.3.1, Retrieving number of writable certificate store manager
   1.241 +
   1.242 +RUN_TEST_STEP                 -1    CTestHandler        CUnifiedCertStore_WritableCertStoreCount   apipolicing.ini   SEC-TCERTSTORE-APIPOLICING-0.3.1-001
   1.243 +
   1.244 +END_TESTCASE                  SEC-TCERTSTORE-APIPOLICING-0.3.1
   1.245 +
   1.246 +
   1.247 +
   1.248 +
   1.249 +
   1.250 +START_TESTCASE                SEC-TCERTSTORE-APIPOLICING-0.3.2
   1.251 +
   1.252 +//! @SYMTestCaseID            SEC-TCERTSTORE-APIPOLICING-0.3.2
   1.253 +
   1.254 +//! @file                     
   1.255 +
   1.256 +//! @SYMTestCaseDesc          Retrieving number of read-only certificate store manager
   1.257 +
   1.258 +//! @SYMREQ                   REQ3466
   1.259 +
   1.260 +//! @SYMTestCasePriority      High
   1.261 +
   1.262 +//! @SYMTestExpectedResults   KErrNone
   1.263 +
   1.264 +//! @SYMTestActions           1) 0.3.2, Retrieving number of read-only certificate store manager
   1.265 +
   1.266 +RUN_TEST_STEP                 -1    CTestHandler        CUnifiedCertStore_ReadOnlyCertStoreCount   apipolicing.ini   SEC-TCERTSTORE-APIPOLICING-0.3.2-001
   1.267 +
   1.268 +END_TESTCASE                  SEC-TCERTSTORE-APIPOLICING-0.3.2
   1.269 +
   1.270 +
   1.271 +
   1.272 +
   1.273 +
   1.274 +START_TESTCASE                SEC-TCERTSTORE-APIPOLICING-0.3.3
   1.275 +
   1.276 +//! @SYMTestCaseID            SEC-TCERTSTORE-APIPOLICING-0.3.3
   1.277 +
   1.278 +//! @file                     
   1.279 +
   1.280 +//! @SYMTestCaseDesc          Retrieving number of certificate store manager
   1.281 +
   1.282 +//! @SYMREQ                   REQ3466
   1.283 +
   1.284 +//! @SYMTestCasePriority      High
   1.285 +
   1.286 +//! @SYMTestExpectedResults   KErrNone
   1.287 +
   1.288 +//! @SYMTestActions           1) 0.3.3, Retrieving number of certificate store manager
   1.289 +
   1.290 +RUN_TEST_STEP                 -1    CTestHandler        CUnifiedCertStore_CertStoreCount   apipolicing.ini   SEC-TCERTSTORE-APIPOLICING-0.3.3-001
   1.291 +
   1.292 +END_TESTCASE                  SEC-TCERTSTORE-APIPOLICING-0.3.3
   1.293 +
   1.294 +
   1.295 +
   1.296 +
   1.297 +
   1.298 +START_TESTCASE                SEC-TCERTSTORE-APIPOLICING-0.4
   1.299 +
   1.300 +//! @SYMTestCaseID            SEC-TCERTSTORE-APIPOLICING-0.4
   1.301 +
   1.302 +//! @file                     
   1.303 +
   1.304 +//! @SYMTestCaseDesc          Delete all certs
   1.305 +
   1.306 +//! @SYMREQ                   REQ3466
   1.307 +
   1.308 +//! @SYMTestCasePriority      High
   1.309 +
   1.310 +//! @SYMTestExpectedResults   KErrNone
   1.311 +
   1.312 +//! @SYMTestActions           1) 0.4, Delete all certs
   1.313 +
   1.314 +RUN_TEST_STEP                 -1    CTestHandler        deletecert             apipolicing.ini   SEC-TCERTSTORE-APIPOLICING-0.4-001
   1.315 +
   1.316 +END_TESTCASE                  SEC-TCERTSTORE-APIPOLICING-0.4
   1.317 +
   1.318 +
   1.319 +
   1.320 +
   1.321 +
   1.322 +START_TESTCASE                SEC-TCERTSTORE-APIPOLICING-0.5
   1.323 +
   1.324 +//! @SYMTestCaseID            SEC-TCERTSTORE-APIPOLICING-0.5
   1.325 +
   1.326 +//! @file                     
   1.327 +
   1.328 +//! @SYMTestCaseDesc          Import a RSA key rsacertkey1
   1.329 +
   1.330 +//! @SYMREQ                   REQ3466
   1.331 +
   1.332 +//! @SYMTestCasePriority      High
   1.333 +
   1.334 +//! @SYMTestExpectedResults   KErrNone
   1.335 +
   1.336 +//! @SYMTestActions           1) 0.5, Import a RSA key rsacertkey1
   1.337 +
   1.338 +RUN_TEST_STEP                 -1    CTestHandler        importkey              apipolicing.ini   SEC-TCERTSTORE-APIPOLICING-0.5-001
   1.339 +
   1.340 +END_TESTCASE                  SEC-TCERTSTORE-APIPOLICING-0.5
   1.341 +
   1.342 +
   1.343 +
   1.344 +
   1.345 +
   1.346 +// 1. Test CA certificates
   1.347 +
   1.348 +
   1.349 +
   1.350 +START_TESTCASE                SEC-TCERTSTORE-APIPOLICING-1.1
   1.351 +
   1.352 +//! @SYMTestCaseID            SEC-TCERTSTORE-APIPOLICING-1.1
   1.353 +
   1.354 +//! @file                     
   1.355 +
   1.356 +//! @SYMTestCaseDesc          Test add CA certificate protected by WriteDeviceData
   1.357 +
   1.358 +//! @SYMREQ                   REQ3466
   1.359 +
   1.360 +//! @SYMTestCasePriority      High
   1.361 +
   1.362 +//! @SYMTestExpectedResults   KErrNone
   1.363 +
   1.364 +//! @SYMTestActions           1) 1.1, Test add CA certificate protected by WriteDeviceData
   1.365 +
   1.366 +RUN_TEST_STEP                 -1    CTestHandler        policytest             apipolicing.ini   SEC-TCERTSTORE-APIPOLICING-1.1-001
   1.367 +
   1.368 +END_TESTCASE                  SEC-TCERTSTORE-APIPOLICING-1.1
   1.369 +
   1.370 +
   1.371 +
   1.372 +
   1.373 +
   1.374 +START_TESTCASE                SEC-TCERTSTORE-APIPOLICING-1.2
   1.375 +
   1.376 +//! @SYMTestCaseID            SEC-TCERTSTORE-APIPOLICING-1.2
   1.377 +
   1.378 +//! @file                     
   1.379 +
   1.380 +//! @SYMTestCaseDesc          Test set apps and trust for protected by WriteDeviceData
   1.381 +
   1.382 +//! @SYMREQ                   REQ3466
   1.383 +
   1.384 +//! @SYMTestCasePriority      High
   1.385 +
   1.386 +//! @SYMTestExpectedResults   KErrNone
   1.387 +
   1.388 +//! @SYMTestActions           1) 1.2, Test set apps and trust for protected by WriteDeviceData
   1.389 +
   1.390 +RUN_TEST_STEP                 -1    CTestHandler        policytest             apipolicing.ini   SEC-TCERTSTORE-APIPOLICING-1.2-001
   1.391 +
   1.392 +END_TESTCASE                  SEC-TCERTSTORE-APIPOLICING-1.2
   1.393 +
   1.394 +
   1.395 +
   1.396 +
   1.397 +
   1.398 +START_TESTCASE                SEC-TCERTSTORE-APIPOLICING-1.3
   1.399 +
   1.400 +//! @SYMTestCaseID            SEC-TCERTSTORE-APIPOLICING-1.3
   1.401 +
   1.402 +//! @file                     
   1.403 +
   1.404 +//! @SYMTestCaseDesc          Test list, retrieve get apps and get trust not protected by any capability for CA certs
   1.405 +
   1.406 +//! @SYMREQ                   REQ3466
   1.407 +
   1.408 +//! @SYMTestCasePriority      High
   1.409 +
   1.410 +//! @SYMTestExpectedResults   KErrNone
   1.411 +
   1.412 +//! @SYMTestActions           1) 1.3, Test list, retrieve get apps and get trust not protected by any capability for CA certs
   1.413 +
   1.414 +RUN_TEST_STEP                 -1    CTestHandler        policytest             apipolicing.ini   SEC-TCERTSTORE-APIPOLICING-1.3-001
   1.415 +
   1.416 +END_TESTCASE                  SEC-TCERTSTORE-APIPOLICING-1.3
   1.417 +
   1.418 +
   1.419 +
   1.420 +
   1.421 +
   1.422 +START_TESTCASE                SEC-TCERTSTORE-APIPOLICING-1.4
   1.423 +
   1.424 +//! @SYMTestCaseID            SEC-TCERTSTORE-APIPOLICING-1.4
   1.425 +
   1.426 +//! @file                     
   1.427 +
   1.428 +//! @SYMTestCaseDesc          Test remove CA certificate protected by WriteDeviceData
   1.429 +
   1.430 +//! @SYMREQ                   REQ3466
   1.431 +
   1.432 +//! @SYMTestCasePriority      High
   1.433 +
   1.434 +//! @SYMTestExpectedResults   KErrNone
   1.435 +
   1.436 +//! @SYMTestActions           1) 1.4, Test remove CA certificate protected by WriteDeviceData
   1.437 +
   1.438 +RUN_TEST_STEP                 -1    CTestHandler        policytest             apipolicing.ini   SEC-TCERTSTORE-APIPOLICING-1.4-001
   1.439 +
   1.440 +END_TESTCASE                  SEC-TCERTSTORE-APIPOLICING-1.4
   1.441 +
   1.442 +
   1.443 +
   1.444 +
   1.445 +
   1.446 +// 2. Test user certificates
   1.447 +
   1.448 +
   1.449 +
   1.450 +START_TESTCASE                SEC-TCERTSTORE-APIPOLICING-2.1
   1.451 +
   1.452 +//! @SYMTestCaseID            SEC-TCERTSTORE-APIPOLICING-2.1
   1.453 +
   1.454 +//! @file                     
   1.455 +
   1.456 +//! @SYMTestCaseDesc          Test add user certificate protected by WriteUserData
   1.457 +
   1.458 +//! @SYMREQ                   REQ3466
   1.459 +
   1.460 +//! @SYMTestCasePriority      High
   1.461 +
   1.462 +//! @SYMTestExpectedResults   KErrNone
   1.463 +
   1.464 +//! @SYMTestActions           1) 2.1, Test add user certificate protected by WriteUserData
   1.465 +
   1.466 +RUN_TEST_STEP                 -1    CTestHandler        policytest             apipolicing.ini   SEC-TCERTSTORE-APIPOLICING-2.1-001
   1.467 +
   1.468 +END_TESTCASE                  SEC-TCERTSTORE-APIPOLICING-2.1
   1.469 +
   1.470 +
   1.471 +
   1.472 +
   1.473 +
   1.474 +START_TESTCASE                SEC-TCERTSTORE-APIPOLICING-2.2
   1.475 +
   1.476 +//! @SYMTestCaseID            SEC-TCERTSTORE-APIPOLICING-2.2
   1.477 +
   1.478 +//! @file                     
   1.479 +
   1.480 +//! @SYMTestCaseDesc          Test list not protected by any capability for user certs
   1.481 +
   1.482 +//! @SYMREQ                   REQ3466
   1.483 +
   1.484 +//! @SYMTestCasePriority      High
   1.485 +
   1.486 +//! @SYMTestExpectedResults   KErrNone
   1.487 +
   1.488 +//! @SYMTestActions           1) 2.2, Test list not protected by any capability for user certs
   1.489 +
   1.490 +RUN_TEST_STEP                 -1    CTestHandler        policytest             apipolicing.ini   SEC-TCERTSTORE-APIPOLICING-2.2-001
   1.491 +
   1.492 +END_TESTCASE                  SEC-TCERTSTORE-APIPOLICING-2.2
   1.493 +
   1.494 +
   1.495 +
   1.496 +
   1.497 +
   1.498 +START_TESTCASE                SEC-TCERTSTORE-APIPOLICING-2.3
   1.499 +
   1.500 +//! @SYMTestCaseID            SEC-TCERTSTORE-APIPOLICING-2.3
   1.501 +
   1.502 +//! @file                     
   1.503 +
   1.504 +//! @SYMTestCaseDesc          Test retrieve protected by ReadUserData capability for user certs
   1.505 +
   1.506 +//! @SYMREQ                   REQ3466
   1.507 +
   1.508 +//! @SYMTestCasePriority      High
   1.509 +
   1.510 +//! @SYMTestExpectedResults   KErrNone
   1.511 +
   1.512 +//! @SYMTestActions           1) 2.3, Test retrieve protected by ReadUserData capability for user certs
   1.513 +
   1.514 +RUN_TEST_STEP                 -1    CTestHandler        policytest             apipolicing.ini   SEC-TCERTSTORE-APIPOLICING-2.3-001
   1.515 +
   1.516 +END_TESTCASE                  SEC-TCERTSTORE-APIPOLICING-2.3
   1.517 +
   1.518 +
   1.519 +
   1.520 +
   1.521 +
   1.522 +START_TESTCASE                SEC-TCERTSTORE-APIPOLICING-2.4
   1.523 +
   1.524 +//! @SYMTestCaseID            SEC-TCERTSTORE-APIPOLICING-2.4
   1.525 +
   1.526 +//! @file                     
   1.527 +
   1.528 +//! @SYMTestCaseDesc          Test remove user certificate protected by WriteUserData
   1.529 +
   1.530 +//! @SYMREQ                   REQ3466
   1.531 +
   1.532 +//! @SYMTestCasePriority      High
   1.533 +
   1.534 +//! @SYMTestExpectedResults   KErrNone
   1.535 +
   1.536 +//! @SYMTestActions           1) 2.4, Test remove user certificate protected by WriteUserData
   1.537 +
   1.538 +RUN_TEST_STEP                 -1    CTestHandler        policytest             apipolicing.ini   SEC-TCERTSTORE-APIPOLICING-2.4-001
   1.539 +
   1.540 +END_TESTCASE                  SEC-TCERTSTORE-APIPOLICING-2.4
   1.541 +
   1.542 +
   1.543 +
   1.544 +
   1.545 +
   1.546 +// 3. Test peer certificates
   1.547 +
   1.548 +
   1.549 +
   1.550 +START_TESTCASE                SEC-TCERTSTORE-APIPOLICING-3.1
   1.551 +
   1.552 +//! @SYMTestCaseID            SEC-TCERTSTORE-APIPOLICING-3.1
   1.553 +
   1.554 +//! @file                     
   1.555 +
   1.556 +//! @SYMTestCaseDesc          Test add peer certificate protected by WriteUserData
   1.557 +
   1.558 +//! @SYMTestExpectedResults   KErrNone
   1.559 +
   1.560 +//! @SYMTestActions           1) 3.1, Test add peer certificate protected by WriteUserData
   1.561 +
   1.562 +RUN_TEST_STEP                 -1    CTestHandler        policytest             apipolicing.ini   SEC-TCERTSTORE-APIPOLICING-3.1-001
   1.563 +
   1.564 +END_TESTCASE                  SEC-TCERTSTORE-APIPOLICING-3.1
   1.565 +
   1.566 +
   1.567 +
   1.568 +
   1.569 +
   1.570 +START_TESTCASE                SEC-TCERTSTORE-APIPOLICING-3.2
   1.571 +
   1.572 +//! @SYMTestCaseID            SEC-TCERTSTORE-APIPOLICING-3.2
   1.573 +
   1.574 +//! @file                     
   1.575 +
   1.576 +//! @SYMTestCaseDesc          Test list not protected by any capability for peer certs
   1.577 +
   1.578 +//! @SYMTestExpectedResults   KErrNone
   1.579 +
   1.580 +//! @SYMTestActions           1) 3.2, Test list not protected by any capability for peer certs
   1.581 +
   1.582 +RUN_TEST_STEP                 -1    CTestHandler        policytest             apipolicing.ini   SEC-TCERTSTORE-APIPOLICING-3.2-001
   1.583 +
   1.584 +END_TESTCASE                  SEC-TCERTSTORE-APIPOLICING-3.2
   1.585 +
   1.586 +
   1.587 +
   1.588 +
   1.589 +
   1.590 +START_TESTCASE                SEC-TCERTSTORE-APIPOLICING-3.3
   1.591 +
   1.592 +//! @SYMTestCaseID            SEC-TCERTSTORE-APIPOLICING-3.3
   1.593 +
   1.594 +//! @file                     
   1.595 +
   1.596 +//! @SYMTestCaseDesc          Test retrieve protected by ReadUserData capability for peer certs
   1.597 +
   1.598 +//! @SYMTestExpectedResults   KErrNone
   1.599 +
   1.600 +//! @SYMTestActions           1) 3.3, Test retrieve protected by ReadUserData capability for peer certs
   1.601 +
   1.602 +RUN_TEST_STEP                 -1    CTestHandler        policytest             apipolicing.ini   SEC-TCERTSTORE-APIPOLICING-3.3-001
   1.603 +
   1.604 +END_TESTCASE                  SEC-TCERTSTORE-APIPOLICING-3.3
   1.605 +
   1.606 +
   1.607 +
   1.608 +
   1.609 +
   1.610 +START_TESTCASE                SEC-TCERTSTORE-APIPOLICING-3.4
   1.611 +
   1.612 +//! @SYMTestCaseID            SEC-TCERTSTORE-APIPOLICING-3.4
   1.613 +
   1.614 +//! @file                     
   1.615 +
   1.616 +//! @SYMTestCaseDesc          Test remove peer certificate protected by WriteUserData
   1.617 +
   1.618 +//! @SYMTestExpectedResults   KErrNone
   1.619 +
   1.620 +//! @SYMTestActions           1) 3.4, Test remove peer certificate protected by WriteUserData
   1.621 +
   1.622 +RUN_TEST_STEP                 -1    CTestHandler        policytest             apipolicing.ini   SEC-TCERTSTORE-APIPOLICING-3.4-001
   1.623 +
   1.624 +END_TESTCASE                  SEC-TCERTSTORE-APIPOLICING-3.4
   1.625 +
   1.626 +
   1.627 +
   1.628 +
   1.629 +
   1.630 +// 4. Cleanup
   1.631 +
   1.632 +
   1.633 +
   1.634 +START_TESTCASE                SEC-TCERTSTORE-APIPOLICING-4.1
   1.635 +
   1.636 +//! @SYMTestCaseID            SEC-TCERTSTORE-APIPOLICING-4.1
   1.637 +
   1.638 +//! @file                     
   1.639 +
   1.640 +//! @SYMTestCaseDesc          Delete all certs
   1.641 +
   1.642 +//! @SYMREQ                   REQ3466
   1.643 +
   1.644 +//! @SYMTestCasePriority      High
   1.645 +
   1.646 +//! @SYMTestExpectedResults   KErrNone
   1.647 +
   1.648 +//! @SYMTestActions           1) Delete all certs
   1.649 +
   1.650 +RUN_TEST_STEP                 -1    CTestHandler        deletecert             apipolicing.ini   SEC-TCERTSTORE-APIPOLICING-4.1-001
   1.651 +
   1.652 +END_TESTCASE                  SEC-TCERTSTORE-APIPOLICING-4.1
   1.653 +
   1.654 +
   1.655 +
   1.656 +
   1.657 +
   1.658 +START_TESTCASE                SEC-TCERTSTORE-APIPOLICING-4.2
   1.659 +
   1.660 +//! @SYMTestCaseID            SEC-TCERTSTORE-APIPOLICING-4.2
   1.661 +
   1.662 +//! @file                     
   1.663 +
   1.664 +//! @SYMTestCaseDesc          Deleting the writable certificate store manager
   1.665 +
   1.666 +//! @SYMREQ                   REQ3466
   1.667 +
   1.668 +//! @SYMTestCasePriority      High
   1.669 +
   1.670 +//! @SYMTestExpectedResults   KErrNone
   1.671 +
   1.672 +//! @SYMTestActions           1) Deleting the writable certificate store manager
   1.673 +
   1.674 +RUN_TEST_STEP                 -1    CTestHandler        delete              
   1.675 +
   1.676 +END_TESTCASE                  SEC-TCERTSTORE-APIPOLICING-4.2
   1.677 +
   1.678 +
   1.679 +
   1.680 +
   1.681 +