os/security/cryptoservices/certificateandkeymgmt/tpkcs12intgrtn/data/ini/attributevaluechanged.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 PKCS12 file with the attribute value changed, the comparison will fail.
     2 
     3 [main]
     4 file=C:\tpkcs12intg\data\pkcs12_corruptedattrval.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 	
    18 [ContentInfo_1]
    19 ContentInfoType=1
    20 privacypassword=password
    21 
    22 [BagData1]
    23 BagType=2
    24 safeBagprivacypassword=password
    25 BagValue=c:\tpkcs12intg\data\root5ca_key.der
    26 EncodedBagValue=c:\tpkcs12intg\data\root5ca_key.pk8
    27 numattributes=2
    28 attr1=bag1attr1
    29 attr2=bag1attr2
    30 ;unit test/optional
    31 ExpectedError=0; KErrArgument
    32 ExpectedResult=0 ; Here the attribute value is changed, the comparison will fail.
    33 
    34 [bag1attr1]
    35 id=1.2.840.113549.1.9.21
    36 numvalues=1
    37 value1=c:\tpkcs12intg\data\attrvalchangedlocalkeyid
    38 
    39 [bag1attr2]
    40 id=1.2.840.113549.1.9.20
    41 numvalues=1
    42 value1=c:\tpkcs12intg\data\attrvalchangedfriendlyname
    43 
    44 
    45