diff options
author | Ladislav Zezula <ladislav.zezula@avg.com> | 2014-08-27 14:00:15 +0200 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avg.com> | 2014-08-27 14:00:15 +0200 |
commit | d740634db4313d7adde780fbd3daae2bb9b9d520 (patch) | |
tree | 6bc23cf6a35a60b76d5d60050d1286e394661cbf /StormLib.vcproj | |
parent | d0e8db518d33913c54b96886808bcf2c1dd683e9 (diff) |
+ Added support for signing MPQ archive (weak signature).v9.10
+ Added test cases for signature support
+ Release 9.10
Diffstat (limited to 'StormLib.vcproj')
-rw-r--r-- | StormLib.vcproj | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/StormLib.vcproj b/StormLib.vcproj index be45757..db947a7 100644 --- a/StormLib.vcproj +++ b/StormLib.vcproj @@ -4228,6 +4228,62 @@ > </File> <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_bit_string.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_boolean.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_ia5_string.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_integer.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_object_identifier.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_octet_string.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_printable_string.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_sequence_ex.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_sequence_multi.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_set.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_setof.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_short_integer.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_utctime.c" + > + </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\asn1\der_encode_utf8_string.c" + > + </File> + <File RelativePath=".\src\libtomcrypt\src\pk\asn1\der_length_bit_string.c" > </File> @@ -4320,9 +4376,17 @@ > </File> <File + RelativePath=".\src\libtomcrypt\src\pk\pkcs1\pkcs_1_pss_encode.c" + > + </File> + <File RelativePath=".\src\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_decode.c" > </File> + <File + RelativePath=".\src\libtomcrypt\src\pk\pkcs1\pkcs_1_v1_5_encode.c" + > + </File> </Filter> <Filter Name="rsa" @@ -4344,6 +4408,10 @@ > </File> <File + RelativePath=".\src\libtomcrypt\src\pk\rsa\rsa_sign_hash.c" + > + </File> + <File RelativePath=".\src\libtomcrypt\src\pk\rsa\rsa_verify_hash.c" > </File> |