← All stories
● Covered by 1 source · 1 reportLow impact1 neutral

Proxylity Introduces Serverless DTLS Listeners for Encrypted UDP Applications

🔄 Updated 4h ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • DTLS Listeners add TLS-style encryption to UDP applications.
  • Supports DTLS 1.2 and DTLS 1.3 sessions.
  • Manages server certificates and private keys.
  • Offers options for DTLS-PSK and cookie exchange for security.

Introduction of DTLS Listeners

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.

Application and Use Cases

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.

Technical Details and Configuration

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 →

The daily brief

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.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~16 min · 14 stories · Sep 10

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

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.