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] [day] [month] [year] [list]
Message-ID: <aByU-B19He-Ud7Iz@calendula>
Date: Thu, 8 May 2025 13:26:48 +0200
From: Pablo Neira Ayuso <pablo@...filter.org>
To: Colin Ian King <colin.i.king@...il.com>
Cc: Jozsef Kadlecsik <kadlec@...filter.org>,
	"David S . Miller" <davem@...emloft.net>,
	Eric Dumazet <edumazet@...gle.com>,
	Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
	Simon Horman <horms@...nel.org>, netfilter-devel@...r.kernel.org,
	coreteam@...filter.org, netdev@...r.kernel.org,
	kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] [NETFILTER]: nf_conntrack_h323: Fix spelling
 mistake "authenticaton" -> "authentication"

Hi,

On Thu, Feb 27, 2025 at 10:59:28PM +0000, Colin Ian King wrote:
> There is a spelling mistake in a literal string. Fix it.

I can see ASN1 h225 refers to authenticaton, not authenticaton

> Signed-off-by: Colin Ian King <colin.i.king@...il.com>
> ---
>  net/netfilter/nf_conntrack_h323_types.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/net/netfilter/nf_conntrack_h323_types.c b/net/netfilter/nf_conntrack_h323_types.c
> index fb1cb67a5a71..4f6433998418 100644
> --- a/net/netfilter/nf_conntrack_h323_types.c
> +++ b/net/netfilter/nf_conntrack_h323_types.c
> @@ -1108,7 +1108,7 @@ static const struct field_t _SecurityCapabilities[] = {	/* SEQUENCE */
>  	 _NonStandardParameter},
>  	{FNAME("encryption") CHOICE, 2, 3, 3, SKIP | EXT, 0,
>  	 _SecurityServiceMode},
> -	{FNAME("authenticaton") CHOICE, 2, 3, 3, SKIP | EXT, 0,
> +	{FNAME("authentication") CHOICE, 2, 3, 3, SKIP | EXT, 0,
>  	 _SecurityServiceMode},
>  	{FNAME("integrity") CHOICE, 2, 3, 3, SKIP | EXT, 0,
>  	 _SecurityServiceMode},
> -- 
> 2.47.2
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ