cryptoservices/certificateandkeymgmt/tpkcs12intgrtn/data/ini/pm010.ini
changeset 0 2c201484c85f
child 8 35751d3474b7
equal deleted inserted replaced
-1:000000000000 0:2c201484c85f
       
     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_pm010.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\pm010_mac
       
    22 MacSalt=C:\tpkcs12intg\data\pm010_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=5 ; ECipherRC2_CBC_40
       
    37 
       
    38 Salt=C1:F6:5C:BE:6A:A5:E7:E1
       
    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 CertValue=			; certvalue need to be checked
       
    56 ;unit test/optional
       
    57 ExpectedError=-6 ; KErrArgument
       
    58 
       
    59 [BagData2]
       
    60 BagType=2
       
    61 safeBagprivacypassword=password
       
    62 BagValue=c:\tpkcs12intg\data\safebag_shrouded_pm010.der
       
    63 EncodedBagValue=c:\tpkcs12intg\data\root5ca_key.pk8
       
    64 numattributes=2
       
    65 attr1=bag2attr1
       
    66 attr2=bag2attr2
       
    67 ;optional / unit tests
       
    68 PrivateKeyInfoVersion=0
       
    69 PrivateKeyInfoAlgorithm=ERSA
       
    70 
       
    71 ExpectedError1=-6 ; KErrArgument
       
    72 ExpectedError2=-5 ; KErrNotSupported
       
    73 
       
    74 [bag2attr1]
       
    75 id=1.2.840.113549.1.9.20
       
    76 numvalues=1
       
    77 value1=c:\tpkcs12intg\data\friendlyname.der
       
    78 
       
    79 [bag2attr2]
       
    80 id=1.2.840.113549.1.9.21
       
    81 numvalues=1
       
    82 value1=c:\tpkcs12intg\data\localkeyid.der
       
    83