Sean Parkinson
|
7ef328548d
Merge pull request #8274 from douzzer/20241210-update-wolfssl_known_macro_extras
|
2 days ago |
JacobBarthelmeh
|
59ea24f915
Merge pull request #8225 from gojimmypi/pr-espressif-improve-sha-msg
|
2 days ago |
Daniel Pouzzner
|
6a05ba7cce
.wolfssl_known_macro_extras: regenerate
|
2 days ago |
JacobBarthelmeh
|
1208a7499b
Merge pull request #8272 from douzzer/20241210-fixes
|
2 days ago |
Daniel Pouzzner
|
d257a59087
add support for WOLFSSL_NO_OPTIONS_H:
|
2 days ago |
JacobBarthelmeh
|
e443366748
Merge pull request #8270 from julek-wolfssl/actions-ubuntu-22.04
|
2 days ago |
Juliusz Sosinowicz
|
1d2acd9de6
Revert to ubuntu-22.04
|
2 days ago |
JacobBarthelmeh
|
0772cf692d
Merge pull request #8262 from embhorn/zd18968
|
3 days ago |
Daniel Pouzzner
|
ba59f1af19
wolfssl/wolfcrypt/settings.h: use #warning, not #error, for "No configuration for wolfSSL detected, check header order", to avoid unnecessary breakage of old projects with nonstandard custom settings.
|
3 days ago |
gojimmypi
|
7bc026540b
Improve Espressif SHA HW/SW mutex messages
|
3 days ago |
Daniel Pouzzner
|
e248d8499a
move !defined(EXTERNAL_OPTS_OPENVPN) assert from src/internal.c to wolfssl/wolfcrypt/types.h with refinements; refine logic+message of assert in wolfssl/wolfcrypt/settings.h re "wolfssl/options.h included in compiled wolfssl library object..".
|
3 days ago |
Eric Blankenhorn
|
fcce09a4d3
Fix from review
|
3 days ago |
Eric Blankenhorn
|
c77bea6691
Disable hitch OSP test
|
3 days ago |
Eric Blankenhorn
|
3d0cc250b9
Add sanity check for configuration method
|
6 days ago |
JacobBarthelmeh
|
67fb29a6f6
Merge pull request #8255 from julek-wolfssl/nss-interop
|
3 days ago |
Juliusz Sosinowicz
|
ba4d1e6815
Add nss interop
|
1 week ago |
JacobBarthelmeh
|
f764dbeee1
Merge pull request #8254 from douzzer/20241204-WOLF_AGG_DUMMY_MEMBER
|
6 days ago |
Daniel Pouzzner
|
0ad072a34b
src/internal.c: in HashSkeData(), remove unneeded logically faulty nullness check around XFREE(ssl->buffers.digest.buffer, ...).
|
6 days ago |
Daniel Pouzzner
|
0381a47d7e
peer review: refactor HAVE_ANONYMOUS_INLINE_AGGREGATES and HAVE_EMPTY_AGGREGATES to conform to wolfssl convention -- defined() for true, !defined() for false -- while retaining ability for user override-off by passing in explicit 0 definition.
|
6 days ago |
Daniel Pouzzner
|
447d5ea6ee
fips-check.sh: add support for WOLFSSL_REPO and noautogen option; tweak git fetching to keep wolfssl and fips tags distinct, and fetch all needed tags by name to assure availability for checkout. also, hide stdout noise from pushd/popd.
|
1 week ago |
Daniel Pouzzner
|
aec0345f90
update fips-check.sh for cert #4718: remap linuxv5 as an alias for linuxv5.2.1, and add linuxv5-RC12.
|
1 week ago |
Daniel Pouzzner
|
27e0df040f
src/ssl_crypto.c: revert FIPS gate threshold in wolfSSL_AES_decrypt() changed in d85c108952 -- original value was correct, misdiagnosed by faulty test.
|
1 week ago |
Daniel Pouzzner
|
3dcc12b30a
wolfssl/wolfcrypt/types.h and wolfssl/wolfcrypt/hash.h: define WOLF_AGG_DUMMY_MEMBER, pivoting on HAVE_EMPTY_AGGREGATES, and use WOLF_AGG_DUMMY_MEMBER in wc_Hashes.
|
1 week ago |
Daniel Pouzzner
|
37acac2eb3
configure.ac: fix SC1105 ("Shells disambiguate (( differently or not at all.").
|
1 week ago |
Daniel Pouzzner
|
66c874bded
configure.ac: add --enable-fips=cert4718 alias for v5, and make --enable-fips=v5 set FIPS to 5.2.1; set DEF_FAST_MATH and DEF_SP_MATH to "no" when "yes" would conflict with user-supplied arguments.
|
1 week ago |
JacobBarthelmeh
|
86b24ef6fa
Merge pull request #8261 from julek-wolfssl/libspdm-action
|
6 days ago |
Juliusz Sosinowicz
|
6cede13478
Add libspdm action
|
6 days ago |
David Garske
|
0ed187e16d
Merge pull request #8256 from LinuxJedi/ADA-7461
|
6 days ago |
Andrew Hutchings
|
158d62591f
Fix broken verify on Ada wrapper
|
1 week ago |
JacobBarthelmeh
|
20643577e6
Merge pull request #8258 from dgarske/get_verify
|
1 week ago |