diff -r 000000000000 -r 2c201484c85f cryptoservices/certificateandkeymgmt/tpkcs12intgrtn/data/ini/bagattributeoid_notoctet.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cryptoservices/certificateandkeymgmt/tpkcs12intgrtn/data/ini/bagattributeoid_notoctet.ini Wed Jul 08 11:25:26 2009 +0100 @@ -0,0 +1,38 @@ +;Negative Test: Created the PKCS12 file with the bagattribute OID tag not a octetstring. + +[main] +file=C:\tpkcs12intg\data\pkcs12_bagattributeoid_notoctet.p12 +integritymode=password +integritypassword=password +PrivacyPassword1=password +PrivacyPassword2=password +verifyintegritypassword=password +MacPresent=False +integrity_valid=1 +unittest=True + +[authsafe] +numcontentinfos=1 +contentinfo1=ContentInfo_1 +contentinfo2=ContentInfo_2 + +[ContentInfo_1] +ContentInfoType=6 +privacypassword=password + +[BagData1] +BagType=3 +safeBagprivacypassword=password +BagValue=c:\tpkcs12intg\data\root5ca_key.der +CertType=1.2.840.113549.1.9.22.1 +numattributes=2 +attr1=bag1attr1 +attr2=bag1attr2 +;unit test/optional +ExpectedError=-6; KErrArgument +ExpectedResult=0 ; Here the bagattribute OID tag is not octetstring. + + + + +