Daniel Pouzzner
|
60c2499602
wolfssl/wolfcrypt/types.h: when defining fallback do-nothing SAVE_VECTOR_REGISTERS2(), also define SAVE_VECTOR_REGISTERS2_DOES_NOTHING, and likewise for fallback CAN_SAVE_VECTOR_REGISTERS, define CAN_SAVE_VECTOR_REGISTERS_ALWAYS_TRUE;
|
3 months ago |
JacobBarthelmeh
|
b96e73f9ed
Merge pull request #7936 from gojimmypi/pr-add-espressif-esp-tls-cert-bundle
|
3 months ago |
JacobBarthelmeh
|
3178ce60c6
Merge pull request #8022 from douzzer/20240927-fixes
|
3 months ago |
Daniel Pouzzner
|
794f0d8d19
src/pk.c: add missing "keySz = padded_keySz" in _DH_compute_key() ct cleanup path.
|
3 months ago |
JacobBarthelmeh
|
dd2186f68a
Merge pull request #8021 from bigbrett/cmake-curl-uintptr_t-fix
|
3 months ago |
Colton Willey
|
6414cf61a7
Update comments for new flags in settings.h
|
3 months ago |
David Garske
|
2285c02f1c
Merge pull request #7998 from SparkiDev/kyber_aarch64_asm
|
3 months ago |
Brett Nicholas
|
32ebaea158
add uintptr_t to config.h fixing curl cmake build error
|
3 months ago |
András Fekete
|
a1a3a0b04f
Merge pull request #7871 from gojimmypi/pr-repo-owner-check
|
3 months ago |
David Garske
|
46f6a60c9e
Merge pull request #8019 from JacobBarthelmeh/nds
|
3 months ago |
Sean Parkinson
|
2323a5cf59
ARM32 ChaCha20, Poly1305: assembly code
|
3 months ago |
gojimmypi
|
2a354905cb
Add wolfSSL esp-tls and Certificate Bundle Support, improve esp32_mp RSA
|
3 months ago |
Sean Parkinson
|
de657787cf
Kyber Aarch64: assembly implementations of functions
|
3 months ago |
David Garske
|
e26ac5e122
Merge pull request #8018 from JacobBarthelmeh/ci
|
3 months ago |
JacobBarthelmeh
|
45b88048c2
make macro unique to wolfSSL
|
3 months ago |
JacobBarthelmeh
|
4893017005
feature support will be listed in the next release notes
|
3 months ago |
JacobBarthelmeh
|
d72c0b372c
Merge pull request #7990 from buchstabenwurst/master
|
3 months ago |
JacobBarthelmeh
|
bea285c8ef
initialize values for -Og test
|
3 months ago |
JacobBarthelmeh
|
efd4127b84
Merge pull request #8013 from douzzer/20240924-static_assert-MSVC
|
3 months ago |
JacobBarthelmeh
|
79b5ec86f6
Merge pull request #8015 from gojimmypi/pr-mp_read_radix
|
3 months ago |
JacobBarthelmeh
|
2328a7e407
Merge pull request #8017 from philljj/misc_cleanup
|
3 months ago |
JacobBarthelmeh
|
4db1605914
Merge pull request #8012 from rizlik/dtls13-either-side
|
3 months ago |
JacobBarthelmeh
|
67b0c4d03f
Merge pull request #8009 from philljj/asn_cleanup
|
3 months ago |
jordan
|
e5109b3f41
misc cleanup: extra spaces, typos.
|
3 months ago |
Brett Nicholas
|
7592241a46
Merge pull request #8007 from billphipps/fix_cmac_cryptocb
|
3 months ago |
gojimmypi
|
393072037a
gate test mp_read_radix on OPENSSL_EXTRA || !NO_DSA || HAVE_ECC
|
3 months ago |
Bill Phipps
|
60dbe38226
Update cmac.c to eliminate extra spaces
|
3 months ago |
Bill Phipps
|
13b26bc46b
Update cryptocb.c to fix comment
|
3 months ago |
Bill Phipps
|
60e1c03e46
Update cmac.h to move CmacType down for build compatibility
|
3 months ago |
Daniel Pouzzner
|
267add1fb3
wolfssl/wolfcrypt/types.h: in static_assert setup section, test for _MSVC_LANG >= 201103L alongside __cplusplus >= 201103L.
|
3 months ago |