sl@0
|
1 |
; Negative Test: Created the PKCS12 file with PFX structure version not a Integer.
|
sl@0
|
2 |
|
sl@0
|
3 |
[main]
|
sl@0
|
4 |
file=C:\tpkcs12intg\data\pkcs12_version_notinteger.p12
|
sl@0
|
5 |
integritymode=password
|
sl@0
|
6 |
integritypassword=password
|
sl@0
|
7 |
PrivacyPassword1=password
|
sl@0
|
8 |
PrivacyPassword2=password
|
sl@0
|
9 |
verifyintegritypassword =password
|
sl@0
|
10 |
MacPresent=False
|
sl@0
|
11 |
integrity_valid=1
|
sl@0
|
12 |
unittest=True
|
sl@0
|
13 |
|
sl@0
|
14 |
;optional/unit test
|
sl@0
|
15 |
ExpectedError =-6 ; here the PFX structure version is not a Integer.
|
sl@0
|
16 |
ExpectedResult=0 |