lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <331569ef-6387-4703-9d72-4ab704259efa@openvpn.net>
Date: Fri, 6 Sep 2024 14:26:25 +0200
From: Antonio Quartulli <antonio@...nvpn.net>
To: Sabrina Dubroca <sd@...asysnail.net>
Cc: netdev@...r.kernel.org, kuba@...nel.org, pabeni@...hat.com,
 ryazanov.s.a@...il.com, edumazet@...gle.com, andrew@...n.ch,
 steffen.klassert@...unet.com, antony.antony@...unet.com
Subject: Re: [PATCH net-next v6 03/25] net: introduce OpenVPN Data Channel
 Offload (ovpn)

On 05/09/2024 16:38, Sabrina Dubroca wrote:
> 2024-08-27, 14:07:43 +0200, Antonio Quartulli wrote:
>> diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
>> index 9920b3a68ed1..c5743288242d 100644
>> --- a/drivers/net/Kconfig
>> +++ b/drivers/net/Kconfig
>> @@ -115,6 +115,19 @@ config WIREGUARD_DEBUG
>>   
>>   	  Say N here unless you know what you're doing.
>>   
>> +config OVPN
>> +	tristate "OpenVPN data channel offload"
>> +	depends on NET && INET
>> +	select NET_UDP_TUNNEL
>> +	select DST_CACHE
>> +	select CRYPTO
>> +	select CRYPTO_AES
>> +	select CRYPTO_GCM
>> +	select CRYPTO_CHACHA20POLY1305
> 
> and STREAM_PARSER for TCP encap?

Right, thanks!

> 
>> +	help
>> +	  This module enhances the performance of the OpenVPN userspace software
>> +	  by offloading the data channel processing to kernelspace.
>> +
> 

-- 
Antonio Quartulli
OpenVPN Inc.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ