os/security/cryptoservices/certificateandkeymgmt/tpkcs12intgrtn/data/ini/encryptedusingdifferentalg.ini
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 ;Negative Test: Created the PKCS12 file with the authSafe contentInfo Encrypted Data using different algorithm which is not supported.
     2 
     3 [main]
     4 file=C:\tpkcs12intg\data\pkcs12_encryptedusingdifferentAlg.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=2
    16 contentinfo1=ContentInfo_1
    17 contentinfo2=ContentInfo_2
    18 
    19 [ContentInfo_1]
    20 ContentInfoType=6                            
    21 ; optional / unit tests
    22 ExpectedError=-6                              ;Encrypted using different algorithm which is not supported.
    23 ExpectedResult=0		
    24 
    25