0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00
Commit Graph

3 Commits

Author SHA1 Message Date
Antonio Quartulli
6eb1680099
ovpn-dco: add support for configuring ChaCha20Poly1305 as data channel cipher
Extend the ovpn-dco module to allow the user to specify ChaCha20Poly1305
as data channel cipher.
Same as AES-GCM, it also belongs to the AEAD family and its nonce length
is 12 bytes.

Signed-off-by: Antonio Quartulli <antonio@openvpn.net>
2020-11-17 15:49:36 +01:00
Lev Stipakov
8ce41b76f8
ovpn-dco: remove cbc-hmac crypto
Since modern OpenVPN deployments negotiate AES-GCM,
there is no need to support AES-CBC / HMAC.

ovpn-dco doesn't support it, so clean up core as well.

Signed-off-by: Lev Stipakov <lev@openvpn.net>
2020-11-16 01:24:02 +01:00
Lev Stipakov
99f5285bcc kovpn: move away kovpn code
Since our plans have changed and we released
ovpn-dco instead of kovpn, move kovpn-specific code away.

Signed-off-by: Lev Stipakov <lev@openvpn.net>
2020-10-14 14:16:19 +03:00