os/security/cryptoservices/certificateandkeymgmt/tpkcs12intgrtn/data/ini/sb001.ini
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 ;Keybag=1
     2 ;ShroudedBag=2
     3 ;Certbag=3
     4 ;CrlBag=4
     5 ;SecretBag=5
     6 ;SafeContentsBag=6
     7 
     8 [main]
     9 file=C:\tpkcs12intg\data\pkcs12_sb001.p12
    10 integritymode=password
    11 integritypassword=password
    12 verifyintegritypassword =password
    13 
    14 MacPresent=True
    15 
    16 integrity_valid=1
    17 unittest=True
    18 ; optional / unit tests
    19 [MacData]
    20 Mac=c:\tpkcs12intg\data\sb001_mac
    21 MacSalt=c:\tpkcs12intg\data\sb001_macsalt
    22 IterationCount=2048
    23 ExpectedError=-6 ;KErrArgument
    24 
    25 [authsafe]
    26 numcontentinfos=1
    27 contentinfo1=ContentInfo_1
    28 ; optional / unit tests
    29 ExpectedError=-6 ;KErrArgument			
    30 
    31 [ContentInfo_1]
    32 ContentInfoType=1
    33 ; optional / unit tests
    34 ExpectedError=-6 ;KErrArgument
    35 ExpectedError2=-5; KErrNotSupported
    36 
    37 ;CRLBag=4
    38 [BagData1]
    39 BagType=4 ; This is CRL bag, check for bagvalue, bagattributes
    40 ;unit test/optional
    41 ExpectedError=-6 ; KErrArgument
    42