[openssl-users] TLS 1.3 and the release

2018-08-11 Thread Salz, Rich via openssl-users
You probably know by now that TLS 1.3 was just released as RFC 8446; https://www.rfc-editor.org/info/rfc8446

Re: [openssl-users] [openssl-project] TLS 1.3 and the release

2018-08-11 Thread Richard Levitte
In message <641feb77-064e-4a49-a30b-41edf1279...@akamai.com> on Sat, 11 Aug 2018 13:37:07 +, "Salz, Rich" said: rsalz> Matt has already prepared a PR (the number escapes me) https://github.com/openssl/openssl/pull/6741 -- Richard Levitte levi...@openssl.org OpenSSL Project

[openssl-users] Multi client DTLS server on OpenSSL 1.1.x broken?

2018-08-11 Thread Richard Weinberger
Hi! I have a hard time figuring how to write a DTLS UDP server that supports multiple clients. My dummy single user server works fine. To support multiple clients I tried two approaches: 1. singled threaded async IO, preferred since I have to deal with many clients 2. multi threaded, one thread