0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00
openvpn3/test
Arne Schwabe 2141e23ecd Implement tls-groups option to specify eliptic curves/groups
OpenSSL 1.1+ by default only allows signatures and key exchange from the
default list of X25519:secp256r1:X448:secp521r1:secp384r1. Since in
TLS1.3 key exchange is independent from the signature/key of the
certificates, allowing all groups per default is not a sensible choice
anymore and the shorter lister is reasonable.

However, when using certificates with exotic curves the signatures of
this certificates will no longer be accepted. This option allows to
modify the list for these corner cases.

Signed-off-by: Arne Schwabe <arne@openvpn.net>
2020-05-13 16:23:36 +02:00
..
ovpncli cli: allow --peer-info option to accept a JSON file as input 2020-05-02 20:33:14 -06:00
ssl Update copyrights 2020-03-18 19:37:32 +01:00
unittests Implement tls-groups option to specify eliptic curves/groups 2020-05-13 16:23:36 +02:00
unused Update copyrights 2020-03-18 19:37:32 +01:00