JacobBarthelmeh
|
2409971b14
Merge pull request #8224 from julek-wolfssl/dtls-server-demux
|
5 days ago |
Daniel Pouzzner
|
ad8f74b650
examples/client/client.c and examples/client/client.c: use XSTRLCPY() to assure proper null termination.
|
1 week ago |
Juliusz Sosinowicz
|
ca4b1667ee
strcpy -> strncpy
|
1 week ago |
jordan
|
b5c47d27e0
fedora crypto-policies: initial support.
|
1 week ago |
David Garske
|
14e3372826
Enable support for using certificate manager only. Fixes for building without TLS enabled (NO_TLS). ZD 19054. Tested using `./configure --disable-tlsv12 --disable-tls13 CFLAGS="-DNO_TLS" && make check`
|
2 weeks ago |
JacobBarthelmeh
|
1bfbdb6c7f
Merge pull request #8257 from dgarske/settings_h
|
3 weeks ago |
David Garske
|
1e9607b65e
Fixes for ML-DSA and LMS cast warnings and spelling errors.
|
3 weeks ago |
David Garske
|
ef67b1c06a
Support for building without wolfssl/openssl header files. ZD 18465
|
1 month ago |
Daniel Pouzzner
|
165b4afbeb
Merge pull request #8143 from SparkiDev/kyber_plus_mlkem
|
1 month ago |
Daniel Pouzzner
|
aa18bbca55
assorted cleanups and refactors for C89 conformance, codespell and check-source-text, and consistent heap shim usage.
|
1 month ago |
Sean Parkinson
|
7d42ddae48
Kyber/ML-KEM: make both available
|
1 month ago |
Daniel Pouzzner
|
950ee40111
additional fixes and enhancements for -DOPENSSL_EXTRA -DOPENSSL_COEXIST:
|
1 month ago |
Daniel Pouzzner
|
cf95fdc071
Globally remap & refactor conflicting symbols to allow -DOPENSSL_EXTRA -DOPENSSL_COEXIST, or equivalently, --enable-opensslextra --enable-opensslcoexist.
|
1 month ago |
Juliusz Sosinowicz
|
99a99e3d6e
Implement DTLS 1.2 Connection ID (CID)
|
3 months ago |
Daniel Pouzzner
|
b26fa6cf59
Merge pull request #7918 from SparkiDev/type_conversion_fixes_3
|
3 months ago |
Sean Parkinson
|
ed7beb4e0e
Type conversion fixes
|
4 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.
|
4 months ago |
Sean Parkinson
|
893a486ae1
Kyber: fix TLS usage
|
4 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
|
7 months ago |
JacobBarthelmeh
|
288fe430f5
tying in lean staticmemory build with --enable-staticmemory=small
|
7 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 |