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: <Zpf8q731wtyXMpkd@hog>
Date: Wed, 17 Jul 2024 19:17:31 +0200
From: Sabrina Dubroca <sd@...asysnail.net>
To: Antonio Quartulli <antonio@...nvpn.net>
Cc: netdev@...r.kernel.org, kuba@...nel.org, ryazanov.s.a@...il.com,
	pabeni@...hat.com, edumazet@...gle.com, andrew@...n.ch
Subject: Re: [PATCH net-next v5 21/25] ovpn: implement key add/del/swap via
 netlink

2024-06-27, 15:08:39 +0200, Antonio Quartulli wrote:
> This change introduces the netlink commands needed to add, delete and
> swap keys for a specific peer.
> 
> Userspace is expected to use these commands to create, destroy and
> rotate session keys for a specific peer.
> 
> Signed-off-by: Antonio Quartulli <antonio@...nvpn.net>
> ---
>  Documentation/netlink/specs/ovpn.yaml |   2 +-
>  drivers/net/ovpn/netlink-gen.c        |   2 +-
>  drivers/net/ovpn/netlink.c            | 199 +++++++++++++++++++++++++-
>  3 files changed, 198 insertions(+), 5 deletions(-)
> 
> diff --git a/Documentation/netlink/specs/ovpn.yaml b/Documentation/netlink/specs/ovpn.yaml
> index 68ed88d03732..21c89f0bdcbb 100644
> --- a/Documentation/netlink/specs/ovpn.yaml
> +++ b/Documentation/netlink/specs/ovpn.yaml
> @@ -153,7 +153,7 @@ attribute-sets:
>            decryption
>          type: u32
>          checks:
> -          max: 2
> +          max: 7

Looks like this got squashed into the wrong patch.

-- 
Sabrina


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ