Chris Conlon
|
5e453ad932
Merge pull request #5323 from SparkiDev/sha512_arm32_asm_align
|
2 years ago |
Juliusz Sosinowicz
|
e295328436
Fix window handling around word32 boundary
|
2 years ago |
Andrew Hutchings
|
34d897e433
Fixes to SE050 port
|
2 years ago |
David Garske
|
a771baf551
Merge pull request #5332 from SparkiDev/memusage_fix_2
|
2 years ago |
David Garske
|
738d79c5d5
Merge pull request #5330 from SparkiDev/aesni_no_sse4
|
2 years ago |
Daniel Pouzzner
|
2111d6b179
Merge pull request #5322 from SparkiDev/sp_math_all_arm32_div_word_fix
|
2 years ago |
Sean Parkinson
|
74baa0dafa
SP math: fix configure.ac to allow its use
|
2 years ago |
David Garske
|
644050a736
Merge pull request #5329 from douzzer/20220706-fips-and-aarch64-fixes
|
2 years ago |
David Garske
|
cb6fa921a4
Merge pull request #5328 from haydenroche5/cmake_sp_math_all_default
|
2 years ago |
John Safranek
|
8f3449ffea
Refactor DTLS Window Update (Fix #5211)
|
2 years ago |
David Garske
|
90c2f4ad00
Merge pull request #5327 from kareem-wolfssl/connectRetFix
|
2 years ago |
Sean Parkinson
|
9ba77300f9
AESNI: fix configure to use minimal compiler flags
|
2 years ago |
Sean Parkinson
|
992c7b3b6f
SP math all: fix div word for ARM32
|
2 years ago |
Daniel Pouzzner
|
82b1dc0cd0
wolfcrypt/src/asn.c: move final return in DecodeECC_DSA_Sig() outside the NO_STRICT_ECDSA_LEN gate, to avoid no-return-from-non-void.
|
2 years ago |
Daniel Pouzzner
|
eff4fe398b
src/include.am: fix gating around sha* and BUILD_ARMASM, to avoid empty-translation-unit warnings for sha{256,512}.c on armasm builds.
|
2 years ago |
Daniel Pouzzner
|
7c49449a79
wolfcrypt/src/port/arm/armv8-sha512.c: gate out Sha512_Family_GetHash() in builds that have 224 and 256 bit hashes gated out, to fix unused function warning.
|
2 years ago |
Daniel Pouzzner
|
6b6abfac54
examples/client/client.c: remove break after err_sys() to mollify clang-tidy unreachable-break sensor.
|
2 years ago |
Daniel Pouzzner
|
19106a9510
configure.ac and tests/api.c: lock out compkey on FIPS 140-3 RC12 and ready, and add backward-compat code in test_wc_ecc_export_x963_ex() to allow RC12 compkey builds to pass unit.test.
|
2 years ago |
Hayden Roche
|
d9bf39ffaa
Make changes to CMake to support SP math default.
|
2 years ago |
Kareem
|
44a49aeefa
Fix potentially uninitialized variables in Dtls13SetRecordNumberKeys.
|
2 years ago |
Kareem
|
c8f5bd3d61
Fix storage of SendBuffered's return code in wolfSSL_Connect. Store in ret initially, only store in ssl->error if there's an error. This matches the logic in wolfSSL_accept.
|
2 years ago |
David Garske
|
b2d1bf96ed
Merge pull request #5276 from rizlik/dtls13_client_downgrade
|
2 years ago |
David Garske
|
a7fa7875e4
Merge pull request #5244 from julek-wolfssl/wpas-dpp
|
2 years ago |
David Garske
|
e92034cf6f
Merge pull request #5274 from JacobBarthelmeh/Certs
|
2 years ago |
gojimmypi
|
e2484a97f2
Merge branch 'master' of https://github.com/wolfSSL/wolfssl into ESP32_HW_Update_PR
|
2 years ago |
gojimmypi
|
8bb6ff8dbb
Espressif HW acceleration update & cleanup
|
2 years ago |
Jacob Barthelmeh
|
711b2bb17a
add a test case
|
2 years ago |
David Garske
|
a171bebba4
Fix the `wc_EccPublicKeyToDer_ex` doxy.
|
2 years ago |
Marco Oliverio
|
3abffc3a3c
doc: add documentation for wolfDTLS[v1_3]_*_method()
|
2 years ago |
Marco Oliverio
|
683adb5917
tests: add dtls downgrade tests
|
2 years ago |