os/security/cryptoservices/certificateandkeymgmt/tpkcs12intgrtn/data/ini/pm007.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_pm007.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\pm007_mac
    22 MacSalt=c:\tpkcs12intg\data\pm007_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 ;unit test/optional
    36 Cipher=12 ; ECipherRC2_CBC_40_5
    37 IV=
    38 Salt=
    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 CertValue=
    55 ;unit test/optional
    56 ExpectedError=-6 ; KErrArgument
    57 
    58 
    59 [BagData2]
    60 BagType=2
    61 safeBagprivacypassword=password
    62 BagValue=c:\tpkcs12intg\data\safebag_shrouded_pm007.der
    63 EncodedBagValue=c:\tpkcs12intg\data\root5ca_key.pk8
    64 numattributes=1
    65 attr1=bag2attr1
    66 
    67 ;optional / unit tests
    68 
    69 ExpectedError=-6; KErrArgument	
    70 ExpectedError2=-5 ; KErrNotSupported
    71 
    72 [bag2attr1]
    73 id=1.2.840.113549.1.9.21
    74 numvalues=1
    75 value1=c:\tpkcs12intg\data\localkeyid.der
    76 
    77