os/security/cryptoservices/certificateandkeymgmt/tpkcs12intgrtn/data/ini/pm002.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 ;Keybag=1
     2 ;ShroudedBag=2
     3 ;Certbag=3
     4 ;CrlBag=4
     5 ;SecretBag=5
     6 ;SafeContentsBag=6
     7 
     8 [main]
     9 file=C:\tpkcs12intg\data\pkcs12_pm002.p12
    10 integritymode=password
    11 integritypassword=password
    12 PrivacyPassword1=password
    13 PrivacyPassword2=password
    14 verifyintegritypassword =password
    15 MacPresent=True
    16 
    17 integrity_valid=1			
    18 unittest=False
    19 ; optional / unit tests
    20 [MacData]
    21 Mac=c:\tpkcs12intg\data\pm002_mac
    22 MacSalt=c:\tpkcs12intg\data\pm002_macsalt
    23 IterationCount=2048			
    24 ExpectedError=-6 ;KErrArgument				
    25 
    26 [authsafe]
    27 numcontentinfos=2			
    28 contentinfo1=ContentInfo_1
    29 contentinfo2=ContentInfo_2
    30 ; optional / unit tests
    31 ExpectedError=-6 ;KErrArgument			
    32 
    33 [ContentInfo_1]
    34 ContentInfoType=6
    35 ; optional / unit tests
    36 ;unit test/optional
    37 Cipher=10 ; ECipherARC4_40
    38 
    39 IterationCount=2048
    40 ExpectedError1=-6; KErrArgument
    41 ExpectedError2=-5; KErrNotSupported
    42 
    43 [ContentInfo_2]
    44 ContentInfoType=1
    45 ; optional / unit tests
    46 ExpectedError1=-6; KErrArgument
    47 ExpectedError2=-5; KErrNotSupported
    48 
    49 ;CertBag=3
    50 [BagData1]
    51 BagType=3
    52 BagValue=c:\tpkcs12intg\data\root5ca.der
    53 CertType=1.2.840.113549.1.9.22.1
    54 
    55 ;CertValue=
    56 ;unit test/optional
    57 ExpectedError=-6 ; KErrArgument
    58 
    59 ;ShroudedBag=2
    60 [BagData2]
    61 BagType=2
    62 safeBagprivacypassword=password
    63 BagValue=c:\tpkcs12intg\data\safebag_shrouded_pm002.der
    64 EncodedBagValue=c:\tpkcs12intg\data\root5ca_key.pk8
    65 numattributes=1
    66 attr1=bag2attr1
    67 
    68 ;optional / unit tests
    69 
    70 ExpectedError1=-6 ; KErrArgument
    71 ExpectedError2=-5 ; KErrNotSupported
    72 
    73 [bag2attr1]
    74 id=1.2.840.113549.1.9.21
    75 numvalues=1
    76 value1=c:\tpkcs12intg\data\localkeyid.der
    77