Commit History

Author SHA1 Message Date
  CallumMcLoughlin 565d1b33e5 Update examples to allow post quantum KEM within DTLS 1.3 2 years ago
  David Garske a0448155d5 Fix for type warnings in example for DTLS CID `./configure --enable-dtls --enable-dtlscid --enable-dtls13`. 2 years ago
  Marco Oliverio 90fcd95f9b server/client: add --cid option to use ConnectionID extension 2 years ago
  Daniel Pouzzner 969ad96dee examples/{client,server}/{client,server}.c: remove spurious commas in --pqc help strings, and mollify clang-tidy bugprone-suspicious-missing-comma re --force-curve help strings. (#5480) 2 years ago
  David Garske 995100eed1 Fix for handling `WC_PENDING_E` from decrypt session ticket callback. ZD14420 2 years ago
  Jacob Barthelmeh 8eaa85e412 update copyright year to 2022 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
  Marco Oliverio fd4836772b examples: support DTLS version downgrading 2 years ago
  Chris Conlon 14c65e0117 Merge pull request #5281 from miyazakh/example_japanese_translate 2 years ago
  Hideki Miyazaki c34c32f621 translated Japanese messages 2 years ago
  Daniel Pouzzner a5250482ce examples/: refactor a couple help strings to avoid hitting clang-tidy bugprone-suspicious-missing-comma. 2 years ago
  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
  kaleb-himes 96d5814bfe Implement peer review feedback 2 years ago
  kaleb-himes 3bcdef1972 Fix various warnings and an uninitialized XFILE 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
  David Garske 84a33183a6 Various scan-build fixes. 2 years ago
  David Garske c905c613e9 Support for Intel QuickAssist ECC KeyGen acceleration. 2 years ago
  Juliusz Sosinowicz 1fd090d094 Update `wolfSSL_get_session` docs 2 years ago
  David Garske dd8fb41f66 Fixes for TLS v1.3 early data with async. 2 years ago
  Juliusz Sosinowicz 3c64731c4f Don't force a ECC CA when a custom CA is passed with `-A` 2 years ago