On 25 May 2022, at 09:16, <Tobias.Wolf@xxxxxxxxxxxxx> <Tobias.Wolf@xxxxxxxxxxxxx> wrote:I’ve a server application and need to support RSA and ECC clients at the same time. On a protocol layer - have a look at the Client Hello which the client sent to the server prior to selection: Have a look at ; https://tls12.ulfheim.net. / The Illustrated TLS 1.2 Connection To understand this. On coding level; in openssl - most of this `should’ simply work if you’ve set up OpenSSL correctly. The code behind s_server is a good start. Other good resources are Dw. |