Skip to content
Success

Changes

Summary

  1. dtls.c: Reduce logging for unsupported tls extensions (details)
  2. dtls_prng_posix.c: Fix random() only support (details)
Commit 11c8e7d61208f366cbef57dad97e67e18c9f8d11 by Achim Kraus
dtls.c: Reduce logging for unsupported tls extensions

Every unsupported tls extension is logged using dtls_warn(), and the default
logging level is set to DTLS_LOG_WARN.

Update logging call to dtls_notice(), to reduce logging output noise.

Signed-off-by: Jon Shallow <supjps-libcoap@jpshallow.com>
The file was modified dtls.c (diff)
Commit a5fa982aa501135702cd768704a667ab6d12164f by Achim Kraus
dtls_prng_posix.c: Fix random() only support

Use of random() requires that _GNU_SOURCE is defined.
Cannot use variables named rand.

Make sure that dtls_prng.o is rebuilt whenever any of the
platform-specific/dtls_prng_*.c files are updated.

Signed-off-by: Jon Shallow <supjps-libcoap@jpshallow.com>
The file was modified Makefile.in (diff)
The file was modified platform-specific/dtls_prng_posix.c (diff)