Commit Graph

3 Commits

Author SHA1 Message Date
Jon Shallow
1e1edc0da6 doc: Correct Doxygen information
Dynamically build DoxygenLayout.xml to get the latest layout for the current
version of doxygen.

Update Doxyfile.in to the Ubuntu20 version.

Signed-off-by: Jon Shallow <supjps-libcoap@jpshallow.com>
2022-10-05 11:00:50 +02:00
Olaf Bergmann
d99fb8c4d9 crypto: Make key and nonce const for dtls_encrypt/decrypt
The key and nonce argument of the (deprecated) functions dtls_encrypt()
and dtls_decrypt() should be const as noted in [1]. This change requires
nonce also to be const in dtls_ccm_params_t.

[1] https://github.com/eclipse/tinydtls/issues/25

Closes #25

Change-Id: Ic6a0801d48eb88c726eee232c8971449c459be29
2020-01-14 10:24:31 +01:00
Olaf Bergmann
e1388b3980 New initial commit 2016-02-02 18:39:21 +01:00