From db45d988237dfcbb9f131fa1cd715750b439c865 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Mon, 23 Sep 2024 13:38:33 +0200 Subject: [PATCH] Disable data v3 implementation The current data v3 implementation does not take into account that GCM should only used a certain number of blocks. Signed-off-by: Arne Schwabe --- openvpn/ssl/proto.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openvpn/ssl/proto.hpp b/openvpn/ssl/proto.hpp index 42888275..fcbe93cd 100644 --- a/openvpn/ssl/proto.hpp +++ b/openvpn/ssl/proto.hpp @@ -1104,8 +1104,10 @@ class ProtoContext : public logging::LoggingMixin