Commit a076ea2
committed
Updated wolfssl submodule
1 parent f6e23cd commit a076ea2
1 file changed
+1
-1
lines changed- .github/workflows/async.yml+1-1
- .gitignore-10
- .wolfssl_known_macro_extras+25-16
- Makefile.am+1
- README-async.md+558
- SCRIPTS-LIST-2
- async-check.sh-104
- autogen.sh+2-10
- configure.ac+11-15
- doc/dox_comments/header_files/rsa.h+2-2
- examples/async/README.md+1-4
- linuxkm/Kbuild+7-1
- linuxkm/linuxkm_memory.c+1-1
- linuxkm/linuxkm_wc_port.h+35-25
- linuxkm/lkcapi_sha_glue.c+3
- linuxkm/module_exports.c.template+3
- linuxkm/module_hooks.c+27-15
- linuxkm/pie_redirect_table.c+6-2
- scripts/include.am+1
- scripts/rsapss.test+92
- src/include.am+11
- src/internal.c+459-711
- src/ssl.c+1-1
- src/ssl_load.c+8
- src/tls.c+3-3
- src/tls13.c+31-16
- tests/api/test_rsa.c-4
- wolfcrypt/benchmark/benchmark.c-3
- wolfcrypt/src/aes.c+293-162
- wolfcrypt/src/async.c+1.2k
- wolfcrypt/src/error.c+3
- wolfcrypt/src/evp.c+14-8
- wolfcrypt/src/pkcs7.c+8
- wolfcrypt/src/port/cavium/README.md+263-2
- wolfcrypt/src/port/cavium/README_Octeon.md+234-2
- wolfcrypt/src/port/cavium/cavium_nitrox.c+1.2k
- wolfcrypt/src/port/cypress/README.md+81-23
- wolfcrypt/src/port/cypress/psoc6_crypto.c+1.0k-10
- wolfcrypt/src/port/intel/README.md+409-1
- wolfcrypt/src/port/intel/quickassist.c+5.1k
- wolfcrypt/src/port/intel/quickassist_mem.c+1.1k
- wolfcrypt/src/port/st/stm32.c+2-2
- wolfcrypt/src/random.c+7-880
- wolfcrypt/src/sha256.c+1-1
- wolfcrypt/src/sha512.c+1-1
- wolfcrypt/src/sp_arm32.c+2-53
- wolfcrypt/src/sp_cortexm.c+2-58
- wolfcrypt/src/wc_mlkem.c+8
- wolfcrypt/src/wc_port.c+6-6
- wolfcrypt/src/wolfentropy.c+906
- wolfcrypt/test/test.c+28-16
- wolfssl/internal.h+10-1
- wolfssl/wolfcrypt/aes.h+9
- wolfssl/wolfcrypt/async.h+442
- wolfssl/wolfcrypt/error-crypt.h+4-2
- wolfssl/wolfcrypt/include.am+1
- wolfssl/wolfcrypt/port/cavium/cavium_nitrox.h+217
- wolfssl/wolfcrypt/port/cypress/psoc6_crypto.h+84-7
- wolfssl/wolfcrypt/port/intel/quickassist.h+520
- wolfssl/wolfcrypt/port/intel/quickassist_mem.h+64
- wolfssl/wolfcrypt/port/st/stm32.h+2
- wolfssl/wolfcrypt/random.h-13
- wolfssl/wolfcrypt/settings.h+9-1
- wolfssl/wolfcrypt/wc_port.h+6-6
- wolfssl/wolfcrypt/wolfentropy.h+72
- wrapper/rust/wolfssl/Makefile+1
- wrapper/rust/wolfssl/build.rs+5-5
- wrapper/rust/wolfssl/src/wolfcrypt.rs+44
- wrapper/rust/wolfssl/src/wolfcrypt/aes.rs+227-275
- wrapper/rust/wolfssl/src/wolfcrypt/ecc.rs+1
- wrapper/rust/wolfssl/src/wolfcrypt/kdf.rs+4-5
- wrapper/rust/wolfssl/src/wolfcrypt/random.rs+168-12
- wrapper/rust/wolfssl/src/wolfcrypt/rsa.rs+30-49
- wrapper/rust/wolfssl/src/wolfcrypt/sha.rs+2-2
- wrapper/rust/wolfssl/tests/test_random.rs+25
- wrapper/rust/wolfssl/tests/test_wolfcrypt.rs+11
0 commit comments