cryptoservices/certificateandkeymgmt/tpkcs12intgrtn/data/ini/certbag_notasequence.ini
changeset 0 2c201484c85f
child 8 35751d3474b7
equal deleted inserted replaced
-1:000000000000 0:2c201484c85f
       
     1 ;Negative test: Created the PKCS12 file with certbag not a sequence.
       
     2 
       
     3 [main]
       
     4 file=C:\tpkcs12intg\data\pkcs12_certbag_notasequence.p12
       
     5 integritymode=password
       
     6 integritypassword=password
       
     7 PrivacyPassword1=password
       
     8 PrivacyPassword2=password
       
     9 verifyintegritypassword =password
       
    10 MacPresent=False
       
    11 integrity_valid=1			
       
    12 unittest=True
       
    13 
       
    14 [authsafe]
       
    15 numcontentinfos=1
       
    16 contentinfo1=ContentInfo_1
       
    17 
       
    18 [ContentInfo_1]
       
    19 ContentInfoType=1 
       
    20 privacypassword=password    
       
    21 
       
    22 [BagData1]
       
    23 BagType=3
       
    24 BagValue=c:\tpkcs12intg\data\root5ca.der
       
    25 CertType=1.2.840.113549.1.9.22.1
       
    26 numattributes=2
       
    27 attr1=bag1attr1
       
    28 attr2=bag2attr2
       
    29 ; optional / unit tests
       
    30 ExpectedError=-6; KErrArgument          ; here the certbag is not a sequence.
       
    31 ExpectedResult=0
       
    32 
       
    33