os/security/cryptoservices/certificateandkeymgmt/tpkcs12intgrtn/data/ini/bagattributenotaseq.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 with the bagattribute not a sequence.
     2 
     3 [main]
     4 file=C:\tpkcs12intg\data\pkcs12_bagattributenotaseq.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 contentinfo2=ContentInfo_2	
    18 
    19 [ContentInfo_1]
    20 ContentInfoType=6
    21 privacypassword=password
    22 
    23 [BagData1]
    24 BagType=3
    25 safeBagprivacypassword=password
    26 BagValue=c:\tpkcs12intg\data\root5ca_key.der
    27 CertType=1.2.840.113549.1.9.22.1
    28 numattributes=2
    29 attr1=bag1attr1
    30 attr2=bag1attr2
    31 ;unit test/optional
    32 ExpectedError=-6; KErrArgument ; Here the bagattribute is not sequence
    33 ExpectedResult=0
    34 
    35 
    36 
    37