os/security/cryptoservices/certificateandkeymgmt/tpkcs12intgrtn/data/ini/certbag_notasequence.ini
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 ;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