os/security/cryptoservices/certificateandkeymgmt/tpkcs12intgrtn/data/ini/pm006.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_pm006.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\pm006_mac
    22 MacSalt=c:\tpkcs12intg\data\pm006_macsalt
    23 IterationCount=1024
    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 ;unit test/optional
    36 Cipher=12 ; ECipherRC2_CBC_40_5
    37 IV=
    38 Salt=07:EE:43:28:2E:FF:F9:D4
    39 IterationCount=2048
    40 ExpectedError1=-6; KErrArgument
    41 ExpectedError2=-5; KErrNotSupported
    42 
    43 [ContentInfo_2]
    44 ContentInfoType=1
    45 ;unit test/optional
    46 ExpectedError1=-6; KErrArgument
    47 ExpectedError2=-5; KErrNotSupported
    48 
    49 [BagData1]
    50 BagType=3	
    51 BagValue=c:\tpkcs12intg\data\root5ca.der
    52 CertType=1.2.840.113549.1.9.22.1
    53 numattributes=0
    54 
    55 ;unit test/optional
    56 ExpectedError=-6 ; KErrArgument
    57 
    58 [BagData2]
    59 BagType=2
    60 safeBagprivacypassword=password
    61 BagValue=c:\tpkcs12intg\data\safebag_shrouded_pm006.der
    62 EncodedBagValue=c:\tpkcs12intg\data\root5ca_key.pk8
    63 numattributes=1
    64 attr1=bag2attr1
    65 ;optional / unit tests
    66 
    67 ExpectedError1=-6 ; KErrArgument
    68 ExpectedError2=-5 ; KErrNotSupported
    69 
    70 [bag2attr1]
    71 id=1.2.840.113549.1.9.21
    72 numvalues=1
    73 value1=c:\tpkcs12intg\data\localkeyid.der
    74