ryru / strongswan

strongSwan - IPsec-based VPN
https://www.strongswan.org
Other
0 stars 1 forks source link

Implement missing TLS extensions and cipher suites constants #9

Closed ryru closed 4 years ago

ryru commented 4 years ago

TLS extensions:

cipher suites

openssl is offering these when used with openssl s_client -curves prime256v1 -connect localhost:8443 -debug -keylogfile tls13-secrets.keys in combination with ./scripts/tls_test --listen localhost --port 8443 --key caKey.der --cert cert.der --debug 2