cryptoservices/certificateandkeymgmt/tpkcs12intgrtn/data/ini/authsafe_oidnotoctetstring.ini
equal
deleted
inserted
replaced
|
1 ; Negative test: Created the PKCS12 file with PFX structure authsafe contentType tag is not a OctetString. |
|
2 |
|
3 [main] |
|
4 file=C:\tpkcs12intg\data\pkcs12_authsafe_oidnotoctetstring.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 ; optional / unit tests |
|
18 ExpectedError = -6;KErrArgument ;here the authsafe contentType tag is not a OctetString |
|
19 ExpectedResult=0 |
|
20 |