JacobBarthelmeh
|
75da69911c
|
Merge pull request #7369 from dgarske/infineon_modustoolbox
Support for Infineon Modus Toolbox with wolfSSL
|
2024-04-02 17:34:07 -06:00 |
|
JacobBarthelmeh
|
04ebc966d0
|
Merge pull request #7385 from philljj/spelling_cleanup
Used codespell and fixed obvious typos.
|
2024-04-02 14:35:51 -06:00 |
|
JacobBarthelmeh
|
ed4f052215
|
Merge pull request #7382 from bandi13/reEnableTest
Revert "Disable broken library"
|
2024-04-02 10:51:50 -06:00 |
|
JacobBarthelmeh
|
b334750bf2
|
Merge pull request #7383 from embhorn/zd17763
Fix build error with RECORD_SIZE defined
|
2024-04-02 10:51:11 -06:00 |
|
jordan
|
b65e42bf4d
|
Used codespell and fixed obvious typos.
|
2024-04-02 10:19:39 -05:00 |
|
Eric Blankenhorn
|
e072677379
|
Fix build error with RECORD_SIZE defined
|
2024-04-02 10:02:35 -05:00 |
|
Andras Fekete
|
6524fbb43f
|
Revert "Disable broken library"
This reverts commit ce52a68c3d .
|
2024-04-01 18:11:42 -04:00 |
|
Daniel Pouzzner
|
d930825a92
|
Merge pull request #7362 from jpbland1/rsa-make-key-no-malloc
fix wc_MakeRsaKey and wc_RsaKeyToDer to work with WOLFSSL_NO_MALLOC
|
2024-03-30 03:19:27 -04:00 |
|
John Bland
|
d8e9e90f9d
|
refactor rawLen to avoid unused warning
|
2024-03-30 02:12:32 -04:00 |
|
Daniel Pouzzner
|
03d7eac9c4
|
Merge pull request #7337 from gojimmypi/PR-test-certbuf-256
wolfcrypt tests: improve file system gating for USE_CERT_BUFFERS
|
2024-03-30 00:43:20 -04:00 |
|
David Garske
|
5c486cb7a6
|
Merge pull request #7371 from douzzer/20240327-tls-int-overflows
20240327-tls-int-overflows
|
2024-03-29 11:37:08 -07:00 |
|
Daniel Pouzzner
|
038be95a4a
|
wolfssl/wolfcrypt/types.h: add WC_SAFE_SUM_WORD32().
src/internal.c: mitigations for potential integer overflows in figuring allocation sizes.
|
2024-03-29 11:45:11 -05:00 |
|
Daniel Pouzzner
|
3f3dd4743a
|
Merge pull request #7365 from rizlik/ecc_cmp_param_cleanup
wc_ecc_cmp_param cleanup
|
2024-03-29 01:48:46 -04:00 |
|
Daniel Pouzzner
|
1caed2139b
|
Merge pull request #7374 from gojimmypi/PR-Kyber-Init
Initialize some Kyber client variables
|
2024-03-29 01:44:56 -04:00 |
|
Daniel Pouzzner
|
7e8c0156fe
|
Merge pull request #7325 from dgarske/zephyr
Improve Zephyr support
|
2024-03-29 00:57:55 -04:00 |
|
András Fekete
|
5b3772c5d2
|
Merge pull request #7377 from douzzer/20240328-multi-test-fixes
20240328-multi-test-fixes
|
2024-03-28 16:58:30 -04:00 |
|
David Garske
|
83dc3dfac1
|
Add support for the Infineon/Cypress HAL TRNG.
|
2024-03-28 13:57:26 -07:00 |
|
Daniel Pouzzner
|
58462840c1
|
src/ssl.c: add missing cast in wolfSSL_GetSessionFromCache().
|
2024-03-28 15:14:19 -05:00 |
|
John Bland
|
7c0423eb65
|
reduce der buffer size
|
2024-03-28 12:56:26 -04:00 |
|
Daniel Pouzzner
|
7a283edd68
|
Merge pull request #7373 from bandi13/FixMultiTestWarning
Fix sanitizer complaint in multi-test script
|
2024-03-28 12:35:45 -04:00 |
|
gojimmypi
|
5bffbdb20c
|
Initialize some Kyber client variables
|
2024-03-28 09:14:53 -07:00 |
|
Andras Fekete
|
4cb176ffff
|
Fix sanitizer complaint
|
2024-03-28 11:44:12 -04:00 |
|
John Bland
|
6cc32e90b0
|
trim down buffer size
|
2024-03-28 03:01:46 -04:00 |
|
John Bland
|
254eb23443
|
add missing make call
|
2024-03-28 02:56:08 -04:00 |
|
John Bland
|
04db5baaa1
|
test wolfcrypt only
|
2024-03-28 02:56:08 -04:00 |
|
John Bland
|
6272465c44
|
use only one matrix index
|
2024-03-28 02:56:08 -04:00 |
|
John Bland
|
f63501f035
|
fix bad CFLAGS
|
2024-03-28 02:56:08 -04:00 |
|
John Bland
|
30189e5766
|
add autogen.sh to workflow
|
2024-03-28 02:56:08 -04:00 |
|
John Bland
|
71e52487bf
|
add no malloc to main workflows file
|
2024-03-28 02:55:31 -04:00 |
|
John Bland
|
76ac4fa7e3
|
add github workflow to test no malloc
|
2024-03-28 02:54:49 -04:00 |
|
John Bland
|
9cd614fcac
|
update rsa test to support no malloc
|
2024-03-28 02:54:49 -04:00 |
|
John Bland
|
4f51183b45
|
fix bad indenting
|
2024-03-28 02:54:49 -04:00 |
|
John Bland
|
305f87561d
|
break out of loop on failure instead of return
|
2024-03-28 02:54:49 -04:00 |
|
John Bland
|
fb784a2ac9
|
more changes from PR comments
|
2024-03-28 02:54:49 -04:00 |
|
John Bland
|
0bd8775eae
|
update based on PR comments
|
2024-03-28 02:54:49 -04:00 |
|
John Bland
|
d9d3f9a4f4
|
fix wc_MakeRsaKey and wc_RsaKeyToDer to work with
WOLFSSL_NO_MALLOC
|
2024-03-28 02:54:49 -04:00 |
|
Daniel Pouzzner
|
716870cbc2
|
Merge pull request #7370 from anhu/quickie
sizeof(oriType) ---> sizeof(asnDataOid)
|
2024-03-28 01:58:01 -04:00 |
|
Daniel Pouzzner
|
42a0cb23ac
|
Merge pull request #7364 from gojimmypi/PR-Kyber-Init
Initialize some Kyber variables
|
2024-03-28 00:13:43 -04:00 |
|
Daniel Pouzzner
|
2f17b756b2
|
Merge pull request #7360 from rizlik/curl-ticket-nonce-malloc
configure.ac: enable ticket_nonce_malloc when using enable-curl
|
2024-03-27 23:58:21 -04:00 |
|
Daniel Pouzzner
|
98c912c3a0
|
Merge pull request #7359 from SparkiDev/asn1_test_bad_certs
ASN.1 testing: add tests of bad DER encodings
|
2024-03-27 23:55:57 -04:00 |
|
Daniel Pouzzner
|
0f6670a437
|
Merge pull request #7357 from kareem-wolfssl/gh7349
Fix potential division by zero in example server.
|
2024-03-27 23:52:55 -04:00 |
|
Daniel Pouzzner
|
ad74fb79ac
|
Merge pull request #7354 from JacobBarthelmeh/ocsp-test
add ocsp test
|
2024-03-27 23:50:49 -04:00 |
|
Daniel Pouzzner
|
e8e3e9db43
|
Merge pull request #7285 from anhu/noMagic274
Get rid of magic number to size structs.
|
2024-03-27 23:43:28 -04:00 |
|
Daniel Pouzzner
|
f9b26d8c06
|
Merge pull request #7358 from bandi13/buildNewYoctoContainer
Build new yocto container
|
2024-03-27 23:41:46 -04:00 |
|
Daniel Pouzzner
|
708fd6003f
|
Merge pull request #7320 from bandi13/addExtraToolsToDocker
More application dependencies
|
2024-03-27 23:39:41 -04:00 |
|
David Garske
|
2d7f9d1874
|
Support for Infineon Modus Toolbox with wolfSSL.
|
2024-03-27 15:37:50 -07:00 |
|
Anthony Hu
|
28a88d1c7c
|
sizeof(oriType) ---> sizeof(asnDataOid)
|
2024-03-27 17:05:25 -04:00 |
|
Marco Oliverio
|
0a03940f5a
|
wolfcrypt: wc_ecc_cmp_param: check string len before strncmp
also return -1 on param mismatch.
|
2024-03-26 14:59:41 +01:00 |
|
gojimmypi
|
01ae240fe8
|
Initialize some Kyber variables
|
2024-03-25 14:08:47 -07:00 |
|
Andras Fekete
|
22766578fc
|
Add in powerpc cross compilation tools
|
2024-03-25 15:39:59 -04:00 |
|