os/security/cryptoservices/certificateandkeymgmt/tpkcs12intgrtn/data/ini/emptycontentinfo.ini
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/security/cryptoservices/certificateandkeymgmt/tpkcs12intgrtn/data/ini/emptycontentinfo.ini Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,24 @@
1.4 +;Negative Test: Created the PKCS12 file with the AuthSafe ContentData is absent, Check for NULL.
1.5 +
1.6 +
1.7 +[main]
1.8 +file=C:\tpkcs12intg\data\pkcs12_emptycontentinfo.p12
1.9 +integritymode=password
1.10 +integritypassword=password
1.11 +PrivacyPassword1=password
1.12 +PrivacyPassword2=password
1.13 +verifyintegritypassword=password
1.14 +MacPresent=False
1.15 +integrity_valid=1
1.16 +unittest=True
1.17 +
1.18 +[authsafe]
1.19 +numcontentinfos=1
1.20 +contentinfo1=ContentInfo_1
1.21 +
1.22 +[ContentInfo_1]
1.23 +ContentInfoType=1
1.24 +privacypassword=password
1.25 +;unit test/optional
1.26 +ExpectedError = 0 ; ContentData is not present. Check for NULL.
1.27 +ExpectedResult = 0
1.28 \ No newline at end of file