summaryrefslogtreecommitdiff
path: root/StormLib_dll.vcproj
diff options
context:
space:
mode:
authorLadislav Zezula <ladislav.zezula@avg.com>2014-08-27 14:00:15 +0200
committerLadislav Zezula <ladislav.zezula@avg.com>2014-08-27 14:00:15 +0200
commitd740634db4313d7adde780fbd3daae2bb9b9d520 (patch)
tree6bc23cf6a35a60b76d5d60050d1286e394661cbf /StormLib_dll.vcproj
parentd0e8db518d33913c54b96886808bcf2c1dd683e9 (diff)
+ Added support for signing MPQ archive (weak signature).v9.10
+ Added test cases for signature support + Release 9.10
Diffstat (limited to 'StormLib_dll.vcproj')
-rw-r--r--StormLib_dll.vcproj68
1 files changed, 68 insertions, 0 deletions
diff --git a/StormLib_dll.vcproj b/StormLib_dll.vcproj
index 1850ed4..0b8d247 100644
--- a/StormLib_dll.vcproj
+++ b/StormLib_dll.vcproj
@@ -1874,6 +1874,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>
@@ -1966,9 +2022,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"
@@ -1990,6 +2054,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>