Browse code

FreeBSD DCO: support AES-192-GCM

As of 2c58d0cb3bb3e3a5b714ffac940500efbe5303ca FreeBSD also allows
AES-192-GCM in DCO. Announce this support.

Signed-off-by: Kristof Provost <kprovost@netgate.com>
Acked-by: Arne Schwabe <arne@rfc2549.org>
Message-Id: <20221111102031.8402-2-kprovost@netgate.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg25506.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>

Kristof Provost authored on 2022/11/11 19:20:31
Showing 1 changed files
... ...
@@ -667,7 +667,7 @@ dco_event_set(dco_context_t *dco, struct event_set *es, void *arg)
667 667
 const char *
668 668
 dco_get_supported_ciphers()
669 669
 {
670
-    return "none:AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305";
670
+    return "none:AES-256-GCM:AES-192-GCM:AES-128-GCM:CHACHA20-POLY1305";
671 671
 }
672 672
 
673 673
 #endif /* defined(ENABLE_DCO) && defined(TARGET_FREEBSD) */