Skip to content

Commit

Permalink
Bump deps/libtomcrypt from 427ce33 to cbb01b3
Browse files Browse the repository at this point in the history
Bumps [deps/libtomcrypt](https://github.com/libtom/libtomcrypt) from `427ce33` to `cbb01b3`.
- [Release notes](https://github.com/libtom/libtomcrypt/releases)
- [Commits](libtom/libtomcrypt@427ce33...cbb01b3)

---
updated-dependencies:
- dependency-name: deps/libtomcrypt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 5d0805e commit 873a45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/libtomcrypt
Submodule libtomcrypt updated 46 files
+1 −1 .github/workflows/main.yml
+4 −0 README.md
+11 −2 demos/CMakeLists.txt
+3 −1 demos/pem-info.c
+34 −23 doc/crypt.tex
+4 −0 libtomcrypt_VS2008.vcproj
+8 −8 makefile.mingw
+8 −8 makefile.msvc
+8 −8 makefile.unix
+8 −8 makefile_include.mk
+233 −0 notes/ccm_tv.txt
+157 −103 notes/cipher_tv.txt
+35 −0 notes/eax_tv.txt
+34 −0 notes/gcm_tv.txt
+35 −0 notes/ocb3_tv.txt
+35 −0 notes/ocb_tv.txt
+35 −0 notes/omac_tv.txt
+35 −0 notes/pmac_tv.txt
+1 −0 sources.cmake
+6 −6 src/ciphers/aes/aes_desc.c
+4 −1 src/ciphers/aes/aesni.c
+4 −4 src/ciphers/blowfish.c
+377 −0 src/ciphers/sm4.c
+3 −0 src/encauth/ccm/ccm_add_nonce.c
+6 −9 src/headers/tomcrypt_cfg.h
+20 −1 src/headers/tomcrypt_cipher.h
+2 −3 src/headers/tomcrypt_custom.h
+12 −5 src/headers/tomcrypt_private.h
+4 −1 src/misc/crypt/crypt.c
+3 −0 src/misc/crypt/crypt_register_all_ciphers.c
+3 −0 src/misc/crypt/crypt_sizes.c
+4 −4 src/misc/pem/pem_pkcs.c
+31 −4 src/misc/pem/pem_read.c
+3 −3 src/misc/pem/pem_ssh.c
+1 −1 tests/cipher_hash_test.c
+2 −1 tests/common.c
+27 −0 tests/pem/pkcs/extra/rsa_cryptx_issue110_2407279713
+1 −0 tests/pem/pkcs/invalid/single_line
+1 −0 tests/pem/pkcs/invalid/single_line.pub
+9 −0 tests/pem/pkcs/invalid/tall_multi_line
+7 −0 tests/pem/pkcs/invalid/tall_multi_line.pub
+6 −0 tests/pem/pkcs/invalid/weird_multi_line.pub
+8 −0 tests/pem/pkcs/invalid_but_supported/narrow_multi_line
+6 −0 tests/pem/pkcs/invalid_but_supported/narrow_multi_line.pub
+9 −0 tests/pem_test.c
+3 −0 tests/test.c

0 comments on commit 873a45c

Please sign in to comment.