diff -r 000000000000 -r bde4ae8d615e os/security/cryptoservices/certificateandkeymgmt/tpkcs12intgrtn/data/ini/attributevaluechanged.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/security/cryptoservices/certificateandkeymgmt/tpkcs12intgrtn/data/ini/attributevaluechanged.ini Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,45 @@ +;Negative Test: Created PKCS12 file with the attribute value changed, the comparison will fail. + +[main] +file=C:\tpkcs12intg\data\pkcs12_corruptedattrval.p12 +integritymode=password +integritypassword=password +PrivacyPassword1=password +PrivacyPassword2=password +verifyintegritypassword=password +MacPresent=False +integrity_valid=1 +unittest=True + +[authsafe] +numcontentinfos=1 +contentinfo1=ContentInfo_1 + +[ContentInfo_1] +ContentInfoType=1 +privacypassword=password + +[BagData1] +BagType=2 +safeBagprivacypassword=password +BagValue=c:\tpkcs12intg\data\root5ca_key.der +EncodedBagValue=c:\tpkcs12intg\data\root5ca_key.pk8 +numattributes=2 +attr1=bag1attr1 +attr2=bag1attr2 +;unit test/optional +ExpectedError=0; KErrArgument +ExpectedResult=0 ; Here the attribute value is changed, the comparison will fail. + +[bag1attr1] +id=1.2.840.113549.1.9.21 +numvalues=1 +value1=c:\tpkcs12intg\data\attrvalchangedlocalkeyid + +[bag1attr2] +id=1.2.840.113549.1.9.20 +numvalues=1 +value1=c:\tpkcs12intg\data\attrvalchangedfriendlyname + + +