Skip to content

Changes

#1800 (Feb 28, 2024, 11:23:16 AM)

  1. dtls_debug.c: only enable _GNU_SOURCE for MinGW builds. — Achim Kraus / githubweb

#1799 (Feb 7, 2024, 11:23:29 AM)

  1. dtls.c: add check for valid handshake message type when version is 1.0. — Achim Kraus / githubweb
  2. dtls_debug.h: explicitly cast macro parameter to size_t. — Achim Kraus / githubweb
  3. dtls-server.c: check for left cli-arguments. — Achim Kraus / githubweb
  4. dtls-client.c: accept options after arguments. — Achim Kraus / githubweb
  5. dtls-client.c: apply option for local port. — Achim Kraus / githubweb
  6. Add client dtls connection ID. — Achim Kraus / githubweb
  7. dtls-client.c: add support_cid option. — Achim Kraus / githubweb
  8. dtls.c: Handle DTLS1.3 ClientHello when calculating cookie — Achim Kraus / githubweb

#1798 (Jan 16, 2024, 11:23:25 AM)

  1. dtls_debug.c: enable _GNU_SOURCE to prevent %zu error on MinGW build. — Achim Kraus / githubweb

#1797 (Sep 29, 2023, 11:23:18 AM)

  1. crypto.c: Support -O3 compiler builds — Achim Kraus / githubweb

#1796 (Aug 7, 2023, 11:23:21 AM)

  1. dtls.c: explain calculation for cipher suites (max). — Achim Kraus / githubweb
  2. Fix includes for zephyr 3.2.99. — Achim Kraus / githubweb

#1795 (Jul 27, 2023, 11:23:19 AM)

  1. dtls-client.c: set NI_MAXSERV if not defined — obgm / githubweb
  2. tests/Makefile.in: set _POSIX_C_SOURCE=200112L — obgm / githubweb
  3. peer.c: Include <string.h> to fix memcpy() warning — obgm / githubweb
  4. dtls.c: add RFC5746 minimal version implementation. — obgm / githubweb
  5. Add renegotiation info to test clients. — obgm / githubweb

#1794 (Jul 24, 2023, 11:23:20 AM)

  1. session.h: Move inclusion of string.h into .c files — obgm / githubweb
  2. tests: Fix compiler clash over index usage in test suites — obgm / githubweb
  3. dtls_debug: mock dsrv_log() when NDEBUG is set — Achim Kraus / githubweb

#1793 (Jul 14, 2023, 11:23:17 AM)

  1. dtls.c: fix length checks in check_certificate_request. — Achim Kraus / githubweb
  2. dtls.c: fix length checks in SKIP_VAR_FIELD. — Achim Kraus / githubweb

#1792 (Jul 13, 2023, 11:23:21 AM)

  1. ccm.c: Remove documentation erroneous return statement for void function — obgm / githubweb
  2. dtls.c: remove rudiments of renegotiation. — Achim Kraus / githubweb

#1791 (Apr 26, 2023, 11:23:19 AM)

  1. Amend source formatting with rule for function definitions with multiple — Achim Kraus / githubweb

#1790 (Apr 24, 2023, 11:23:16 AM)

  1. dtls.c: Reduce logging for unsupported tls extensions — Achim Kraus / githubweb
  2. dtls_prng_posix.c: Fix random() only support — Achim Kraus / githubweb

#1789 (Apr 17, 2023, 11:23:19 AM)

  1. dtls.c: add callback for peer specific selection of parameters as cipher — Achim Kraus / githubweb
  2. Fix some typos and return values. — Achim Kraus / githubweb
  3. Add cipher suite selection to test applications. — Achim Kraus / githubweb