Commit History

Author SHA1 Message Date
  Jacob Barthelmeh 9dcc48c8f7 update copyright to 2023 1 year ago
  John Bland b36d585335 remove http header length check for CRL verification 1 year ago
  jordan 246ce8dbe1 Cleanup spaces. 1 year ago
  jordan 87113cc88d Fix mingw-w64 build issues on windows. 1 year ago
  Per Allansson 68dc01e7b7 fix bug with wolfIO_TcpConnect not working with timeout 1 year ago
  Juliusz Sosinowicz 112fc540bb Fix build errors and warnings for MSVC with DTLS 1.3 1 year ago
  David Garske 232a750cc2 Whitespace cleanup. 1 year ago
  David Garske 2695f36642 Fixes for building with 32-bit and socket size sign/unsigned mismatch. 1 year ago
  Sean Parkinson 56be09005f Merge pull request #5427 from julek-wolfssl/dtls-timeout-and-closed-socket 1 year ago
  Juliusz Sosinowicz ebcfa31993 Refactor checking socket type into a function 1 year ago
  Juliusz Sosinowicz 67d518544b EmbedReceiveFrom: fix when using a TCP socket 1 year ago
  Juliusz Sosinowicz fb2feee9b6 Fix dtls + async multi-test misc errors 1 year ago
  Jacob Barthelmeh 8eaa85e412 update copyright year to 2022 1 year ago
  JacobBarthelmeh 032d59b077 adjust sizeof type for getsockopt argument 1 year ago
  JacobBarthelmeh 7379e377ab cast for g++ warning 1 year ago
  Juliusz Sosinowicz 251642a44a sendto can't specify addr on a TCP socket 1 year ago
  Juliusz Sosinowicz 7ea13bf5bf Apply connected to sendto and address code review 1 year ago
  Juliusz Sosinowicz d72edd03b8 dtls: wolfSSL_set_dtls_fd_connected 1 year ago
  Anthony Hu 099afe4419 errant if 2 years ago
  Anthony Hu beddc777d4 milliseconds not only for DTLS13 2 years ago
  Anthony Hu f05bcb30e0 div by 4 in milliseconds 2 years ago
  Anthony Hu ff4eabb17f same fix to MicriumReceive 2 years ago
  Anthony Hu 1e84d1eb67 Change inspired by Rizlik review comments. 2 years ago
  Anthony Hu 73435389ed Fix missing WOLFSSL_DTLS in Micrium build 2 years ago
  Marco Oliverio d1924928c0 dtls13: support retransmission 2 years ago
  kaleb-himes 3bcdef1972 Fix various warnings and an uninitialized XFILE 2 years ago
  Daniel Pouzzner 5988f35593 src/wolfio.c: in EmbedReceiveFrom((), clear peer before recvfrom() to fix clang-analyzer-core.UndefinedBinaryOperatorResult; add DTLS_ prefix to macros SENDTO_FUNCTION and RECVFROM_FUNCTION, and gate their definitions on their being undefined to allow overrides. 2 years ago
  John Safranek 40063f7487 Merge pull request #5109 from rizlik/dtls_peer_matching_fix 2 years ago
  Marco Oliverio 6df65c0162 wolfio: dtls: fix incorrect peer matching check 2 years ago
  Daniel Pouzzner c4920021d8 print errors to stderr, not stdout; 2 years ago