On 11 Nov 2022, at 11:36, Arne Schwabe wrote:
Am 11.11.2022 um 11:20 schrieb Kristof Provost via Openvpn-devel:
Minor update, but FreeBSD's if_ovpn now also supports AES-192-GCM.
We may as well announce this support.

This seems to be missing the patch.

Git’s send-email sent it as a separate mail, which has turned up with a bit of a delay for me.
I’m hoping it’ll actually turn up for you too, but in the mean time:

        From: Kristof Provost <k...@freebsd.org>

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

        Signed-off-by: Kristof Provost <kprov...@netgate.com>
        ---
         src/openvpn/dco_freebsd.c | 2 +-
         1 file changed, 1 insertion(+), 1 deletion(-)

        diff --git a/src/openvpn/dco_freebsd.c b/src/openvpn/dco_freebsd.c
        index c8361028..8e5ee436 100644
        --- a/src/openvpn/dco_freebsd.c
        +++ b/src/openvpn/dco_freebsd.c
@@ -667,7 +667,7 @@ dco_event_set(dco_context_t *dco, struct event_set *es, void *arg)
         const char *
         dco_get_supported_ciphers()
         {
        -    return "none:AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305";
+ return "none:AES-256-GCM:AES-192-GCM:AES-128-GCM:CHACHA20-POLY1305";
         }
        
         #endif /* defined(ENABLE_DCO) && defined(TARGET_FREEBSD) */
        --
        2.38.1


Best regards,
Kristof
_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to