cryptoservices/certificateandkeymgmt/tcertstore/readme first.txt
changeset 56 c11c717470d0
parent 55 581b7c2ef978
child 60 11c66574c2a2
equal deleted inserted replaced
55:581b7c2ef978 56:c11c717470d0
     1 Current state of filecertstore tests
       
     2 
       
     3 Scripts
       
     4 
       
     5 UNIFIEDCERTSTORE1-CONF1.txt - All tests pass 
       
     6 
       
     7 UNIFIEDCERTSTORE2-CONF1.txt - All tests pass (use techview mode)
       
     8 
       
     9 UNIFIEDCERTSTORE3-CONF1.txt - Most tests pass (expect 41 to fail)
       
    10 Failure occurs because the tests attempt to add some certificates for which private keys do not exist yet AND because the test tries to do filtered listing on user certificates for a number of different keyId and key usage combinations.
       
    11 
       
    12 To resolve these issues we need to 
       
    13 (a) generate a couple more certificates with keys that have restricted usages, and import the keys at the beginning of the script (with the appropriate usage)
       
    14 
       
    15 (b) Rewrite the filtering tests to use the appropriate combinations
       
    16 
       
    17 So far, I've added 3 certificates based on 3 different RSA keys with all usage (rsacert1, rsacert2 and rsacert3) and 1 certificate based on a NR key with NR usage (nrcert)