Daniel Pouzzner
|
6a5dc482fd
|
linuxkm/Kbuild: set OBJECT_FILES_NON_STANDARD=y for wolfcrypt/src/wc_mlkem_asm.o ("'naked' return found").
|
2025-05-30 13:39:33 -05:00 |
|
Daniel Pouzzner
|
8f347e68f5
|
wolfcrypt/src/wc_mlkem_poly.c and configure.ac: add support for WC_MLKEM_NO_ASM, and add gates to support WC_SHA3_NO_ASM;
wolfcrypt/src/sha3.c and wolfssl/wolfcrypt/sha3.h: BlockSha3() now always WOLFSSL_LOCAL (never static) to support calls from MLKEM implementation.
|
2025-05-30 13:31:40 -05:00 |
|
Daniel Pouzzner
|
5c21551808
|
Merge pull request #8816 from philljj/crypto_sig_sign_ret_value
linuxkm rsa: fix ret value usage for crypto_sig_sign.
|
2025-05-29 22:44:13 -05:00 |
|
philljj
|
9bd58344d9
|
Merge pull request #8817 from douzzer/20250529-WC_SHA3_NO_ASM
20250529-WC_SHA3_NO_ASM
|
2025-05-29 22:24:36 -05:00 |
|
Daniel Pouzzner
|
aeae9cb3b6
|
Merge pull request #8807 from philljj/linuxkm_ecdsa_small_cleanup
linuxkm ecdsa: small debug msg cleanup.
|
2025-05-29 17:16:40 -05:00 |
|
jordan
|
0b64a5549c
|
linuxkm rsa: fix ret value usage for crypto_sig_sign.
|
2025-05-29 16:22:40 -05:00 |
|
Daniel Pouzzner
|
245042a342
|
add WC_SHA3_NO_ASM, mainly for the benefit of linuxkm-defaults and KASAN compatibility.
|
2025-05-29 16:21:34 -05:00 |
|
philljj
|
429ed8d0be
|
Merge pull request #8814 from douzzer/20250529-linuxkm-fix-AesGcmCrypt_1-no-stream
20250529-linuxkm-fix-AesGcmCrypt_1-no-stream
|
2025-05-29 14:36:07 -05:00 |
|
Daniel Pouzzner
|
4d19f55c3f
|
linuxkm/lkcapi_aes_glue.c: in AesGcmCrypt_1(), in !WOLFSSL_AESGCM_STREAM version, don't call skcipher_walk_done(&sk_walk, ...) -- doesn't work, and not needed.
|
2025-05-29 12:10:02 -05:00 |
|
Daniel Pouzzner
|
2a9269e654
|
Merge pull request #8796 from philljj/linuxkm_rsa_sig
linuxkm rsa: add sig_alg support for linux 6.13
|
2025-05-29 01:15:13 -05:00 |
|
philljj
|
8ce0a3bf83
|
Merge pull request #8810 from douzzer/20250528-linuxkm-aes-kmemleaks
20250528-linuxkm-aes-kmemleaks
|
2025-05-28 19:45:49 -05:00 |
|
Daniel Pouzzner
|
5c0a278c7f
|
linuxkm/lkcapi_aes_glue.c: add error path cleanups for dangling skcipher_walks.
|
2025-05-28 16:30:43 -05:00 |
|
David Garske
|
5c82757eb4
|
Merge pull request #8809 from douzzer/20250528-fix-mldsa_nosign
20250528-fix-mldsa_nosign
|
2025-05-28 14:12:06 -07:00 |
|
Daniel Pouzzner
|
b9ef6c583a
|
wolfcrypt/test/test.c: in test_dilithium_decode_level(), on early malloc failure, stay in the flow to assure cleanup;
.wolfssl_known_macro_extras: remove unneeded entry for WOLFSSL_DILITHIUM_VERIFY_NO_MALLOC.
|
2025-05-28 12:48:36 -05:00 |
|
jordan
|
7212fd0483
|
linuxkm ecdsa: small debug msg cleanup.
|
2025-05-28 11:43:44 -05:00 |
|
Sean Parkinson
|
8ea01056c3
|
Merge pull request #8788 from julek-wolfssl/gh/8765
tls13: handle malformed CCS and CCS before CH
|
2025-05-28 09:45:09 +10:00 |
|
David Garske
|
3032e977a8
|
Merge pull request #8802 from kojo1/csharp
fix C# Release build
|
2025-05-27 15:46:28 -07:00 |
|
David Garske
|
6de7bb74ed
|
Merge pull request #8787 from julek-wolfssl/refactor-GetHandshakeHeader
Refactor GetHandshakeHeader/GetHandShakeHeader into one
|
2025-05-27 15:26:24 -07:00 |
|
Sean Parkinson
|
71a9e48701
|
Merge pull request #8801 from rlm2002/coverity
coverity: misc changes to api.c
|
2025-05-28 07:28:40 +10:00 |
|
Daniel Pouzzner
|
8179367412
|
Merge pull request #8798 from dgarske/mldsa_nosign
Fix for ML-DSA with `WOLFSSL_DILITHIUM_NO_SIGN`
|
2025-05-27 14:44:44 -05:00 |
|
Ruby Martin
|
2eddc32eed
|
coverity: fix use after free, improper use of negative value, initialize src variable
|
2025-05-27 09:43:44 -06:00 |
|
Sean Parkinson
|
6c7edeba38
|
Merge pull request #8800 from douzzer/20250523-WC_NID_netscape_cert_type
20250523-WC_NID_netscape_cert_type
|
2025-05-26 08:19:22 +10:00 |
|
Takashi Kojo
|
7b8f30bb25
|
fix Release build
|
2025-05-24 14:03:55 +09:00 |
|
jordan
|
da9410565d
|
linuxkm rsa: km_pkcs1_sign should return sig_len on success.
|
2025-05-23 22:29:16 -05:00 |
|
Daniel Pouzzner
|
ec842be582
|
wolfssl/wolfcrypt/asn.h: add a real value for WC_NID_netscape_cert_type.
|
2025-05-23 14:05:51 -05:00 |
|
Juliusz Sosinowicz
|
2ec6b92b41
|
tls13: handle malformed CCS and CCS before CH
- fix incorrect alert type being sent
- error out when we receive a CCS before a CH
- error out when we receive an encrypted CCS
|
2025-05-23 15:04:22 +02:00 |
|
Sean Parkinson
|
999641d9b1
|
Merge pull request #8642 from rizlik/dtls_no_span_records
DTLS: drop records that span datagrams
|
2025-05-23 14:57:24 +10:00 |
|
Sean Parkinson
|
d1312c87bb
|
Merge pull request #8792 from rlm2002/coverity-src
Coverity: remove dead code issue in ssl.c
|
2025-05-23 09:27:39 +10:00 |
|
Sean Parkinson
|
2ecd4d75e3
|
Merge pull request #8795 from dgarske/stm32_aes_gcm_oldcube
Fix for STM32 AES GCM and older STM32Cube HAL that does not support `HeaderWidthUnit`
|
2025-05-23 08:00:35 +10:00 |
|
Sean Parkinson
|
fb6f0c8b73
|
Merge pull request #8797 from douzzer/20250522-FIPS-v5-no-implicit-DES
20250522-FIPS-v5-no-implicit-DES
|
2025-05-23 07:50:34 +10:00 |
|
David Garske
|
607d7489bc
|
Add no malloc support for Dilithium tests. Fixes for WOLFSSL_DILITHIUM_NO_ASN1.
|
2025-05-22 14:34:34 -07:00 |
|
Ruby Martin
|
5352e100db
|
Add NO_OLD_TLS macroguard, remove dead code
|
2025-05-22 14:21:38 -06:00 |
|
Daniel Pouzzner
|
b06a921697
|
tests/api.c: add missing NO_SHA gates in test_wc_PKCS12_create().
|
2025-05-22 14:56:31 -05:00 |
|
David Garske
|
d0085834cd
|
Fix for ML-DSA with WOLFSSL_DILITHIUM_NO_SIGN. ZD 19948.
|
2025-05-22 12:36:46 -07:00 |
|
Daniel Pouzzner
|
7e9460c377
|
configure.ac: remove implicit enablements of DES/DES3 on FIPS v5+.
|
2025-05-22 14:19:28 -05:00 |
|
jordan
|
402ebec3b7
|
linuxkm rsa: comments, cleanup work buffer useage.
|
2025-05-22 11:07:36 -05:00 |
|
Sean Parkinson
|
807e95f35f
|
Merge pull request #8785 from julek-wolfssl/checkGroup
TLSX_UseSupportedCurve: Check group correctness outside of TLS 1.3 too
|
2025-05-22 14:10:14 +10:00 |
|
David Garske
|
cc78e3f5d1
|
Fix for older STM32Cube HAL that does not support hcryp->Init.HeaderWidthUnit. ZD 19926.
|
2025-05-21 16:42:52 -07:00 |
|
Sean Parkinson
|
9fdb40caa4
|
Merge pull request #8790 from philljj/fix_coverity
coverity: misc fixes
|
2025-05-22 08:40:59 +10:00 |
|
Sean Parkinson
|
85a4e34705
|
Merge pull request #8782 from kojiws/support_aes_cbc_pkcs12_export
Support PBE_AES(256|128)_CBC key encryptions on wc_PKCS12_create()
|
2025-05-22 08:39:11 +10:00 |
|
Sean Parkinson
|
2398a94cf8
|
Merge pull request #8784 from rlm2002/coverity
coverity: init dgst variable test_sha3.c and issues in api.c
|
2025-05-22 08:34:11 +10:00 |
|
Sean Parkinson
|
005ce08380
|
Merge pull request #8794 from kareem-wolfssl/multiFixes
Add missing DH_MAX_SIZE define for FIPS, correct wolfssl.rc FILETYPE to VFT_DLL
|
2025-05-22 08:26:24 +10:00 |
|
jordan
|
54104887ca
|
linuxkm rsa: clean up duplicate code.
|
2025-05-21 16:59:02 -05:00 |
|
jordan
|
d396987863
|
linuxkm rsa: don't forget to unregister pkcs1pad akcipher.
|
2025-05-21 16:32:39 -05:00 |
|
jordan
|
8fef82cc59
|
linuxkm rsa: linux 6.13 support.
|
2025-05-21 16:07:46 -05:00 |
|
Kareem
|
08f063d8b3
|
Correct wolfssl.rc FILETYPE to VFT_DLL. It was previously set to 0x7L which is VFT_STATIC_LIB.
|
2025-05-21 12:34:09 -07:00 |
|
Kareem
|
4d63d7dedf
|
Fix missing DH_MAX_SIZE define when building FIPS 140-3 with OpenSSL compatibility layer dh.h.
|
2025-05-21 12:33:37 -07:00 |
|
philljj
|
be5b62b1a1
|
Merge pull request #8791 from douzzer/20250521-fix-WC_SIPHASH_NO_ASM
20250521-fix-WC_SIPHASH_NO_ASM
|
2025-05-21 12:23:46 -05:00 |
|
Daniel Pouzzner
|
e2def987d4
|
wolfcrypt/src/siphash.c: for WC_SIPHASH_NO_ASM, don't define WOLFSSL_NO_ASM if it's already defined.
|
2025-05-21 10:03:10 -05:00 |
|
Ruby Martin
|
a170624118
|
coverity: init dgst variable test_sha3.c
improper use of neg val api.c
copy-paste error in test_wolfSSL_PEM_read_bio_ECPKParameters
|
2025-05-21 08:29:44 -06:00 |
|