Skip to content

Commit

Permalink
Merge pull request #678 from h1-mod/dependabot/submodules/deps/libtom…
Browse files Browse the repository at this point in the history
…crypt-7e863d2

Bump deps/libtomcrypt from `fae62af` to `7e863d2`
alicealys authored Dec 15, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents a96589c + 17a69ca commit 739d406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/libtomcrypt
Submodule libtomcrypt updated 54 files
+4 −1 .ci/valgrind.sh
+12 −8 .github/workflows/main.yml
+73 −4 CMakeLists.txt
+1 −3 demos/gcm-file/gcm_filehandle.c
+30 −14 doc/crypt.tex
+2 −1 helper.pl
+3 −4 libtomcrypt.pc.in
+8 −0 libtomcrypt_VS2008.vcproj
+5 −0 makefile
+4 −1 makefile.mingw
+4 −1 makefile.msvc
+18 −2 makefile.shared
+12 −2 makefile.unix
+23 −14 makefile_include.mk
+2 −0 sources.cmake
+5 −19 src/ciphers/aes/aes.c
+244 −0 src/ciphers/aes/aes_desc.c
+371 −0 src/ciphers/aes/aesni.c
+3 −0 src/encauth/ccm/ccm_memory.c
+8 −8 src/encauth/ccm/ccm_test.c
+1 −3 src/encauth/gcm/gcm_memory.c
+28 −7 src/headers/tomcrypt_cfg.h
+64 −50 src/headers/tomcrypt_cipher.h
+6 −0 src/headers/tomcrypt_custom.h
+14 −15 src/headers/tomcrypt_mac.h
+21 −16 src/headers/tomcrypt_macros.h
+37 −35 src/headers/tomcrypt_pk.h
+4 −2 src/headers/tomcrypt_pkcs.h
+25 −0 src/headers/tomcrypt_private.h
+3 −1 src/math/fp/ltc_ecc_fp_mulmod.c
+6 −0 src/misc/crypt/crypt.c
+1 −0 src/misc/crypt/crypt_register_all_ciphers.c
+3 −0 src/misc/pkcs5/pkcs_5_test.c
+1 −1 src/misc/ssh/ssh_encode_sequence_multi.c
+1 −1 src/pk/asn1/der/choice/der_decode_choice.c
+2 −2 src/pk/asn1/der/custom_type/der_encode_custom_type.c
+1 −1 src/pk/asn1/der/sequence/der_encode_sequence_ex.c
+3 −2 src/pk/asn1/der/utf8/der_decode_utf8_string.c
+8 −8 src/pk/dsa/dsa_import.c
+4 −1 src/pk/ecc/ecc_get_key.c
+3 −3 src/pk/ecc/ecc_import_pkcs8.c
+19 −9 src/pk/pkcs1/pkcs_1_oaep_decode.c
+17 −8 src/pk/pkcs1/pkcs_1_oaep_encode.c
+7 −6 src/pk/rsa/rsa_decrypt_key.c
+5 −4 src/pk/rsa/rsa_encrypt_key.c
+1 −1 src/pk/rsa/rsa_verify_hash.c
+33 −18 src/prngs/rng_get_bytes.c
+8 −0 tests/cipher_hash_test.c
+34 −29 tests/der_test.c
+26 −0 tests/ecc_test.c
+2 −2 tests/pkcs_1_eme_test.c
+4 −4 tests/pkcs_1_test.c
+62 −43 tests/rsa_test.c
+1 −0 tests/test.c

0 comments on commit 739d406

Please sign in to comment.