Commit 90d8535
committed
Update wolfssl to master
1 parent 0101438 commit 90d8535
1 file changed
+1
-1
lines changed- .github/workflows/linuxkm.yml+54
- .wolfssl_known_macro_extras+5
- ChangeLog.md+2-1
- IDE/Renesas/e2studio/RA6M4/common/user_settings.h+3-3
- IDE/Renesas/e2studio/RA6M4/test/src/wolf_client.c+1-1
- IDE/Renesas/e2studio/RA6M4/test/src/wolfssl_sce_unit_test.c+8-5
- README+2-1
- README.md+2-1
- doc/dox_comments/header_files/pkcs7.h+129
- linuxkm/Kbuild+12-1
- linuxkm/Makefile+4
- linuxkm/linuxkm_wc_port.h+124-79
- linuxkm/module_hooks.c+4
- m4/ax_harden_compiler_flags.m4+6-2
- src/bio.c+1-1
- src/internal.c+36-4
- src/keys.c+2-2
- src/ssl.c+14-10
- src/ssl_asn1.c+4-6
- src/ssl_sess.c+1-1
- src/tls.c+23-2
- src/tls13.c+17
- src/wolfio.c+1-1
- src/x509.c+7-7
- src/x509_str.c+1-1
- tests/api.c+474-2
- tests/api/test_asn.c+44
- tests/api/test_asn.h+3-1
- tests/api/test_hash.c+2-2
- tests/api/test_mldsa.c+5-2
- wolfcrypt/src/asn.c+132-61
- wolfcrypt/src/cryptocb.c+1-1
- wolfcrypt/src/dh.c+1-1
- wolfcrypt/src/ed448.c+3-1
- wolfcrypt/src/error.c+3
- wolfcrypt/src/logging.c+2-2
- wolfcrypt/src/memory.c+3-1
- wolfcrypt/src/misc.c+2-1
- wolfcrypt/src/pkcs7.c+171-26
- wolfcrypt/src/port/Espressif/esp32_sha.c+5-2
- wolfcrypt/src/port/Espressif/esp_sdk_mem_lib.c+102-5
- wolfcrypt/src/port/Renesas/renesas_common.c+20-88
- wolfcrypt/src/port/Renesas/renesas_fspsm_aes.c+107-18
- wolfcrypt/src/port/Renesas/renesas_fspsm_rsa.c+1-1
- wolfcrypt/src/port/Renesas/renesas_fspsm_sha.c+1-1
- wolfcrypt/src/port/Renesas/renesas_fspsm_util.c+121-72
- wolfcrypt/src/port/Renesas/renesas_tsip_aes.c+55-30
- wolfcrypt/src/port/Renesas/renesas_tsip_sha.c+12-11
- wolfcrypt/src/port/Renesas/renesas_tsip_util.c+175-155
- wolfcrypt/src/random.c+1-1
- wolfcrypt/src/rsa.c+4-1
- wolfcrypt/src/wc_port.c+6-6
- wolfcrypt/test/test.c+1-1
- wolfssl/internal.h+3-2
- wolfssl/wolfcrypt/aes.h+1-1
- wolfssl/wolfcrypt/asn.h+9-3
- wolfssl/wolfcrypt/error-crypt.h+5-6
- wolfssl/wolfcrypt/hash.h+3
- wolfssl/wolfcrypt/include.am+1
- wolfssl/wolfcrypt/pkcs7.h+15-1
- wolfssl/wolfcrypt/port/Espressif/esp-sdk-lib.h+15
- wolfssl/wolfcrypt/port/Renesas/renesas-fspsm-crypt.h+6-250
- wolfssl/wolfcrypt/port/Renesas/renesas-tsip-crypt.h+9-152
- wolfssl/wolfcrypt/port/Renesas/renesas_fspsm_internal.h+281
- wolfssl/wolfcrypt/port/Renesas/renesas_tsip_internal.h+169
- wolfssl/wolfcrypt/rsa.h+1-1
- wolfssl/wolfcrypt/settings.h+37-11
- wolfssl/wolfcrypt/sha256.h+1-1
- wolfssl/wolfcrypt/sha512.h+1-1
- wolfssl/wolfio.h+7-4
0 commit comments