energostack / bisquitt

Bisquitt, a transparent MQTT-SN gateway
Eclipse Public License 2.0
19 stars 3 forks source link

Add DTLS PSK support #70

Closed janvrska closed 4 weeks ago

janvrska commented 1 month ago

Summary:

Added support for PSK (DTLS preshared-key) in BISQUITT, enhancing security options. This feature integrates an HTTP API to obtain PSK keys, introducing API caching to optimize performance. With this update, users have the flexibility to choose between certificates and PSK for authentication, though both methods cannot be used simultaneously.

Changes:

Notes: