eduardsui / tlse

Single C file TLS 1.2/1.3 implementation, using tomcrypt as crypto library
Other
540 stars 89 forks source link

TLS 1.3 server incompatible with openssl #65

Closed RomiRand closed 3 years ago

RomiRand commented 3 years ago

Server returns with Cipher UNKNOWN when trying to connect on TLS 1.3 with default openssl configurations and other tls client implementations. Only managed to connect TLSe itself.

How to reproduce:

  1. Install some ecc key/certificate
  2. Run examples/tlssimpleserver.c
  3. openssl s_client -tls1_3 -connect 127.0.0.1:2000

result: Server doesn't establish connection, says Cipher UNKNOWN