Daniel Pouzzner
|
b26fa6cf59
Merge pull request #7918 from SparkiDev/type_conversion_fixes_3
|
3 months ago |
Sean Parkinson
|
ed7beb4e0e
Type conversion fixes
|
3 months ago |
Daniel Pouzzner
|
b178138d83
src/internal.c: in wolfSSL_ERR_reason_error_string(), add missing error string for SCR_DIFFERENT_CERT_E, and de-gate error strings previously gated on HAVE_HTTP_CLIENT.
|
3 months ago |
Sean Parkinson
|
893a486ae1
Kyber: fix TLS usage
|
3 months ago |
Andras Fekete
|
a0b2da98e6
Remove `if(ptr) XFREE(ptr)`
|
4 months ago |
Anthony Hu
|
b1dcdabcd4
Check the return code when calling post handshake auth functions
|
5 months ago |
JacobBarthelmeh
|
31a6a2bf59
update copyright to 2024
|
5 months ago |
JacobBarthelmeh
|
ebdc8b9a32
rename of macros, add descriptions, minor fixes
|
6 months ago |
JacobBarthelmeh
|
288fe430f5
tying in lean staticmemory build with --enable-staticmemory=small
|
6 months ago |
Andras Fekete
|
bf92797cbc
Fix conversion error in client.c
|
7 months ago |
Andras Fekete
|
affd0a318e
Fix sign conversion errors
|
7 months ago |
Kareem
|
d867405ffb
Fix floating point comparison.
|
9 months ago |
Kareem
|
4d4f4e3f30
Fix potential division by zero in example server.
|
9 months ago |
Anthony Hu
|
9be390250d
Adding support for dual key/signature certificates. (#7112)
|
11 months ago |
JacobBarthelmeh
|
2b1c61a013
Merge pull request #6949 from bigbrett/zd16925
|
1 year ago |
Brett Nicholas
|
ba37dc9933
Fixes bug where example server with WOLFSSL_CALLBACKS hangs when used with
|
1 year ago |
Juliusz Sosinowicz
|
aed715cb2c
dtls 1.3: allow to skip cookie exchange on resumption
|
1 year ago |
JacobBarthelmeh
|
79a6e1eb04
Merge pull request #6808 from SparkiDev/sp_sm2
|
1 year ago |
Sean Parkinson
|
0cc21a42f3
SP updates for SM2
|
1 year ago |
Juliusz Sosinowicz
|
85a596e54a
DTLS 1.3: allow fragmenting the second ClientHello message
|
1 year ago |
Eric Blankenhorn
|
7262a30074
Fixes for NO_FILESYSTEM config
|
1 year ago |
Daniel Pouzzner
|
e51ca7941f
fixes for code warned by clang-tidy:18 and cppcheck-2.11:
|
1 year ago |
Juliusz Sosinowicz
|
67d6d438c5
Port testing to wolfSSL threading interface
|
1 year ago |
Takashi Kojo
|
136738fd33
Avoid mult-byte code error
|
1 year ago |
Juliusz Sosinowicz
|
3d68bcd6f7
Jenkins fixes
|
1 year ago |
Juliusz Sosinowicz
|
bff2cf5690
Add crl monitor unit testing
|
1 year ago |
gojimmypi
|
6b240fa41a
Refactor HAVE_PTHREAD and _POSIX_THREADS (#6536)
|
1 year ago |
Sean Parkinson
|
8851065848
cppcheck fixes
|
1 year ago |
David Garske
|
fc6d693dae
Update logging enter, exit, msg to match function names. Fix some typos and improper use of "enter". Fix internal uses of `SSL_SUCCESS` and `SSL_FAILURE`. Add `WOLFSSL_DEBUG_NONBLOCK` option to allow printing iterations without debug enabled.
|
1 year ago |
Sean Parkinson
|
b624fc8377
TLS 1.3 PSK: add option to require only PSK with DHE
|
1 year ago |