Daniel Pouzzner
|
a5250482ce
|
examples/: refactor a couple help strings to avoid hitting clang-tidy bugprone-suspicious-missing-comma.
|
2022-06-23 15:25:23 -05:00 |
Daniel Pouzzner
|
768737d21e
|
configure.ac: support --enable-dh=const, and link with libm ("LT_LIB_M") only if ENABLED_DH = yes.
|
2022-06-23 15:00:59 -05:00 |
David Garske
|
e2ad62b3d1
|
Merge pull request #5266 from rizlik/udp_help
examples: update usage() with DTLSv1.3 version
|
2022-06-23 09:27:53 -07:00 |
Sean Parkinson
|
8d804f6378
|
Merge pull request #5260 from dgarske/sp_ecc_nb_hash
Fix for SP math ECC non-blocking to always check `hashLen`
|
2022-06-23 07:59:28 +10:00 |
Marco Oliverio
|
fdc4cdf5ec
|
examples: update usage() with DTLSv1.3 version
|
2022-06-22 18:50:18 +02:00 |
Sean Parkinson
|
acc9f3701a
|
Merge pull request #5261 from dgarske/sha3_shake_flags
Configure fixes for SHA3 and SHAKE256
|
2022-06-22 11:50:28 +10:00 |
David Garske
|
deb0c3e6fa
|
Merge pull request #5272 from lealem47/skip
Display SKIP instead of PASS when tests skipped for make check
|
2022-06-21 16:06:58 -07:00 |
David Garske
|
4db7732d78
|
Fixes for `--enable-sha3` reproducibility with `small`. Fixes for shake256 typo and making sure `WOLFSSL_NO_SHAKE256` gets set when disabled. Replaces PR #4225.
|
2022-06-21 16:02:42 -07:00 |
David Garske
|
74d692d6d5
|
Fix for SP math ECC non-blocking to always check `hashLen`. ZD14141
|
2022-06-21 15:54:01 -07:00 |
Chris Conlon
|
9e1ecf3fb5
|
Merge pull request #5194 from TakayukiMatsuo/heaphint
|
2022-06-21 16:39:07 -06:00 |
Chris Conlon
|
7dbf1a5154
|
Merge pull request #5262 from miyazakh/qt_unit_failure
|
2022-06-21 16:35:37 -06:00 |
Chris Conlon
|
bd536d3c9d
|
Merge pull request #5229 from miyazakh/sce_example_update
|
2022-06-21 16:33:54 -06:00 |
Lealem Amedie
|
40d9473e6a
|
Display SKIP instead of PASS when tests skipped for make check
|
2022-06-21 13:11:08 -07:00 |
David Garske
|
b8cff49044
|
Merge pull request #5268 from anhu/micrium_dtls_guard
Fix missing WOLFSSL_DTLS guard in Micrium build
|
2022-06-21 12:01:47 -07:00 |
Anthony Hu
|
099afe4419
|
errant if
|
2022-06-21 11:33:08 -04:00 |
Anthony Hu
|
beddc777d4
|
milliseconds not only for DTLS13
|
2022-06-21 11:07:19 -04:00 |
Anthony Hu
|
f05bcb30e0
|
div by 4 in milliseconds
|
2022-06-21 10:48:48 -04:00 |
Anthony Hu
|
ff4eabb17f
|
same fix to MicriumReceive
|
2022-06-21 10:42:20 -04:00 |
Anthony Hu
|
1e84d1eb67
|
Change inspired by Rizlik review comments.
|
2022-06-21 10:22:44 -04:00 |
David Garske
|
d41745cd28
|
Merge pull request #5269 from anhu/micrium_xstr
Fixup XSTR processing for MICRIUM
|
2022-06-20 16:23:06 -07:00 |
Anthony Hu
|
0b0518bd55
|
Fixup XSTR processing for MICRIUM
|
2022-06-20 17:00:24 -04:00 |
Anthony Hu
|
73435389ed
|
Fix missing WOLFSSL_DTLS in Micrium build
|
2022-06-20 16:33:04 -04:00 |
David Garske
|
38ac96aefb
|
Merge pull request #5267 from douzzer/20220620-multi-test-fixes
20220620-multi-test-fixes
|
2022-06-20 12:13:39 -07:00 |
Daniel Pouzzner
|
69ca1d37c0
|
fixes for defects identified by wolfssl-multi-test: whitespace, missing void in arg lists, and -Wunused-but-set-variable found by clang-15 (prerelease).
|
2022-06-20 10:54:55 -05:00 |
David Garske
|
db6c14e7f9
|
Merge pull request #5265 from SparkiDev/dh_api_names
DH: Fix names wolSSL_* -> wolfSSL_*
|
2022-06-19 20:24:12 -07:00 |
Sean Parkinson
|
fab05f2527
|
DH: Fix names wolSSL_* -> wolfSSL_*
|
2022-06-20 08:58:35 +10:00 |
Sean Parkinson
|
59e19cfd6c
|
Merge pull request #5258 from dgarske/stm32u5_bench
Fixes for STM32 Hash/PKA and additional benchmark
|
2022-06-20 08:33:25 +10:00 |
Hideki Miyazaki
|
b5cac49be9
|
fix qt_unit_test_failure
add/remove spaces and line-feed to be the same as before
|
2022-06-18 10:04:10 +09:00 |
David Garske
|
390908bccc
|
Merge pull request #5236 from SparkiDev/mem_zero
Check memory is zeroized
|
2022-06-17 12:01:34 -07:00 |
David Garske
|
92fcea39db
|
Fix for DES3 with STM32 and `STM32_CRYPTO_AES_ONLY` (broken in #5223) . Add U5 PKA support and benchmarks. Fix MD5 with `OPENSSL_EXTRA` and `HAVE_MD5_CUST_API`.
|
2022-06-17 11:50:29 -07:00 |
David Garske
|
9c5821569f
|
For STM32 hashing to wait for hash done on block size + 1 word. Updated the STM32U5 benchmarks. Added note about new GCM_TABLE_4BIT.
|
2022-06-17 09:07:45 -07:00 |
David Garske
|
2f6b5a97a4
|
Merge pull request #5257 from SparkiDev/i2d_RSA_fix
i2d AIPs move pointer on when a pointer to a buffer is passed in
|
2022-06-16 21:44:23 -07:00 |
Sean Parkinson
|
6a0682d422
|
i2d AIPs move pointer on when a pointer to a buffer is passed in
Restore behaviour to be compatible with OpenSSL.
Replace comparison of DER data using AsserStrEQ to use memcmp.
|
2022-06-17 12:36:06 +10:00 |
Sean Parkinson
|
66775d90d4
|
Merge pull request #5250 from dgarske/rsa_public
Fix to expose the RSA public DER export functions with certgen
|
2022-06-17 12:25:19 +10:00 |
Sean Parkinson
|
4fc709d2af
|
Merge pull request #5256 from dgarske/cert_chain_der
Fixes for loading a DER/ASN.1 certificate chain
|
2022-06-17 11:55:49 +10:00 |
David Garske
|
6795e1bf21
|
Attempt to fix issue with duplicate prototype `wc_RsaKeyToPublicDer` with FIPS v2 selftest.
|
2022-06-16 16:51:51 -07:00 |
David Garske
|
e34dda9383
|
Fix to expose the RSA public DER export function with certgen. The core function `SetRsaPublicKey` was being compiled, but the wrappers `wc_RsaKeyToPublicDer` and `wc_RsaKeyToPublicDer_ex` were not included.
|
2022-06-16 16:36:17 -07:00 |
David Garske
|
128ebf54e9
|
Fix for loading certificate DER chain longer than 2 deep. Fix to properly trap BUFFER_E in `ProcessUserChain`. ZD14048.
|
2022-06-16 16:19:37 -07:00 |
Hideki Miyazaki
|
fe8169c830
|
Add multi thread use case for RA6M4
fix devId conflict while using multi threads
update README
Fix TSIP examples bcause of updating user context
|
2022-06-17 07:44:12 +09:00 |
Sean Parkinson
|
2834c22ce0
|
Merge pull request #5204 from lealem47/basicConst
Encoding the X509 Basic Constraint when CA:FALSE
|
2022-06-17 08:33:57 +10:00 |
David Garske
|
f2abf1892c
|
Merge pull request #5255 from lealem47/i2d_RSA
Call RSA_To_Der instead of RSA_To_Der_ex in i2dd_RSA key funcs
|
2022-06-16 14:43:58 -07:00 |
David Garske
|
1322c1a0b2
|
Merge pull request #5248 from lealem47/no_aes
Fix build failure caused by missing NO_AES macro guard
|
2022-06-16 13:18:09 -07:00 |
Lealem Amedie
|
911f361285
|
Call RSA_To_Der instead of RSA_To_Der_ex in i2d_RSA key funcs
|
2022-06-16 12:26:47 -07:00 |
David Garske
|
8c0157c035
|
Merge pull request #5253 from rizlik/clang_uninit
kdf: fix clang uninitialized.Assign
|
2022-06-16 11:06:43 -07:00 |
John Safranek
|
8f7db87f01
|
Merge pull request #5249 from dgarske/rsa_ifc
Cleanup the RSA consistency check
|
2022-06-16 09:14:08 -07:00 |
Lealem Amedie
|
5e63740c6c
|
Ensuring that X509 Basic Constraint is set when CA:FALSE
|
2022-06-16 08:46:52 -07:00 |
David Garske
|
7560199f18
|
Merge pull request #5254 from rizlik/nigthly_fixes
dtls: abide deadstore static analyzer warnings
|
2022-06-16 07:42:38 -07:00 |
David Garske
|
8f0da12824
|
Merge pull request #5252 from SparkiDev/mod_zero
TFM: mp_exptmod_ex didn't handle exceptional cases
|
2022-06-16 07:42:17 -07:00 |
Marco Oliverio
|
6a0c6049ce
|
dtls: abide deadstore static analyzer warnings
|
2022-06-16 14:02:09 +02:00 |
Marco Oliverio
|
621f4f14af
|
kdf: fix clang uninitialized.Assign
commit f1ce0cc95d tigger static analyzer warnings
about unitialized assign.
|
2022-06-16 13:55:46 +02:00 |