Re: [PATCH net-next v2 3/3] sctp: Convert cookie authentication to use HMAC-SHA256

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 12 Aug 2025 21:01:21 -0700 Eric Biggers wrote:
> +	if (net->sctp.cookie_auth_enable)
> +		tbl.data = (char *)"sha256";
> +	else
> +		tbl.data = (char *)"none";
> +	tbl.maxlen = strlen(tbl.data);
> +	return proc_dostring(&tbl, 0, buffer, lenp, ppos);

I wonder if someone out there expects to read back what they wrote,
but let us find out.

It'd be great to get an ack / review from SCTP maintainers, otherwise
we'll apply by Monday..




[Index of Archives]     [Kernel]     [Gnu Classpath]     [Gnu Crypto]     [DM Crypt]     [Netfilter]     [Bugtraq]
  Powered by Linux