Marco Oliverio
|
fdc4cdf5ec
examples: update usage() with DTLSv1.3 version
|
2 years ago |
Marco Oliverio
|
12a3efeca8
client/server: tolerate WANT_WRITE errors
|
2 years ago |
Marco Oliverio
|
4e112419f5
examples: client/server: support DTLSv1.3 (-u -v4)
|
2 years ago |
Marco Oliverio
|
c1dc90d9b0
server: request cert only once if doing post-handshake auth
|
2 years ago |
David Garske
|
9cfcdfc7aa
Merge pull request #5149 from julek-wolfssl/store-frags-v2
|
2 years ago |
Sean Parkinson
|
be743b2204
TLS 1.3: send ticket
|
2 years ago |
Juliusz Sosinowicz
|
6245395f34
Simulate WANT_WRITE only with async I/O support
|
2 years ago |
Juliusz Sosinowicz
|
50c0b3d2a2
Add testing/docs for blocking write
|
2 years ago |
Daniel Pouzzner
|
c4920021d8
print errors to stderr, not stdout;
|
2 years ago |
Juliusz Sosinowicz
|
44be4e1cc8
Reset ret in client and server after wolfSSL_dtls_got_timeout()
|
2 years ago |
Juliusz Sosinowicz
|
9914da3046
Fix resumption failure and use range in connect state logic
|
2 years ago |
Juliusz Sosinowicz
|
a31b76878f
DTLS fixes with WANT_WRITE simulations
|
2 years ago |
John Safranek
|
798d81723b
Merge pull request #5128 from rizlik/dtls_bidrectional_shutdown
|
2 years ago |
Juliusz Sosinowicz
|
257c55a311
examples: allow bidirectional shutdown in UDP
|
2 years ago |
Daniel Pouzzner
|
26673a0f28
where appropriate, use strcmp/strcasecmp, not strncmp/strncasecmp;
|
2 years ago |
Marco Oliverio
|
d133fa6143
server: check that the first packet of udp connection is clientHello
|
2 years ago |
elms
|
29392ac6b3
spell fix: OSCP -> OCSP
|
2 years ago |
David Garske
|
dd8fb41f66
Fixes for TLS v1.3 early data with async.
|
2 years ago |
David Garske
|
3839b0e675
Fixes for building wolfSSL along side openssl.
|
2 years ago |
David Garske
|
6dd7a289e7
Fix for "set but not used".
|
2 years ago |
Juliusz Sosinowicz
|
ceff401269
Fixes for Jenkins tests
|
2 years ago |
Daniel Pouzzner
|
6a56d3e131
jumbo patch of fixes for clang-tidy gripes (with some bug fixes).
|
2 years ago |
Marco Oliverio
|
231a0bbb84
dtls-srtp: no ekm cross check on single threaded/no pthread conf
|
2 years ago |
David Garske
|
8e0ece920b
Test cleanups. Fix possible leak in `TLSX_UseSRTP`.
|
2 years ago |
Marco Oliverio
|
86ba0ef643
tests: support test for SRTP
|
2 years ago |
David Garske
|
eade8ecdf1
DTLS SRTP improvements. Added support for client to send list of profiles. Added support for more SRTP profiles.
|
2 years ago |
David Garske
|
6ccbd8776f
DTLS SRTP (RFC5764) support (adds `--enable-srtp`). Used with WebRTC to agree on profile for new real-time session keys.
|
2 years ago |
Anthony Hu
|
7d4c13b9a4
--with-liboqs now defines HAVE_LIBOQS and HAVE_PQC
|
3 years ago |
Daniel Pouzzner
|
0b4f34d62a
typographic cleanup: fix whitespace, remove unneeded UTF-8, convert C++ comment constructs to C.
|
3 years ago |
Juliusz Sosinowicz
|
6d89de4f11
Check correct var for `server.c` echo return.
|
3 years ago |