Proxylity has released DTLS Listeners, which integrate TLS-style encryption and authentication into UDP applications. This new feature allows applications to secure their UDP communications while preserving the datagram transport model, which is crucial for certain protocols.
DTLS Listeners are designed for applications that already support DTLS or require encrypted UDP transport while maintaining datagram boundaries. Common examples include RADIUS, various IoT protocols, real-time telemetry systems, and custom request-response protocols that cannot utilize stream-oriented TLS connections.
The service supports DTLS 1.2 and DTLS 1.3 sessions. Proxylity manages server certificates and private keys for each DTLS Listener, which are accessible via the DtlsServerCertificate CloudFormation attribute. Users can configure DTLS-PSK by providing client identities and base64-encoded keys, and enable `RequireCookies` to mitigate amplification and resource-exhaustion risks for public endpoints. DTLS 1.3 clients can also use encrypted session tickets for faster session resumption.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Proxylity has launched DTLS Listeners, providing TLS-style encryption and authentication for UDP applications without altering the datagram transport model. This allows applications like RADIUS and IoT protocols to use encrypted UDP transport while maintaining datagram boundaries.