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
| ||
|
Message-ID: <20231013142307.70af75d6@kernel.org> Date: Fri, 13 Oct 2023 14:23:07 -0700 From: Jakub Kicinski <kuba@...nel.org> To: Sabrina Dubroca <sd@...asysnail.net> Cc: netdev@...r.kernel.org, borisp@...dia.com, john.fastabend@...il.com Subject: Re: [PATCH net-next 08/14] tls: also use init_prot_info in tls_set_device_offload On Mon, 9 Oct 2023 22:50:48 +0200 Sabrina Dubroca wrote: > + if (mode == TLS_HW) { > + prot->aad_size = 0; > + prot->tail_size = 0; > + } Strange, tail_size doesn't matter because HW doesn't support TLS 1.3 but aad_size? Is it overwritten by SW init or something?
Powered by blists - more mailing lists