diff options
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> |