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: <093805eb-2ea3-4745-bbd0-fef54040bd1f@arista.com> Date: Thu, 5 Oct 2023 18:10:39 +0100 From: Dmitry Safonov <dima@...sta.com> To: Jonathan Corbet <corbet@....net> Cc: David Ahern <dsahern@...nel.org>, Eric Dumazet <edumazet@...gle.com>, Paolo Abeni <pabeni@...hat.com>, Jakub Kicinski <kuba@...nel.org>, "David S. Miller" <davem@...emloft.net>, linux-kernel@...r.kernel.org, Andy Lutomirski <luto@...capital.net>, Ard Biesheuvel <ardb@...nel.org>, Bob Gilligan <gilligan@...sta.com>, Dan Carpenter <error27@...il.com>, David Laight <David.Laight@...lab.com>, Dmitry Safonov <0x7f454c46@...il.com>, Donald Cassidy <dcassidy@...hat.com>, Eric Biggers <ebiggers@...nel.org>, "Eric W. Biederman" <ebiederm@...ssion.com>, Francesco Ruggeri <fruggeri05@...il.com>, "Gaillardetz, Dominik" <dgaillar@...na.com>, Herbert Xu <herbert@...dor.apana.org.au>, Hideaki YOSHIFUJI <yoshfuji@...ux-ipv6.org>, Ivan Delalande <colona@...sta.com>, Leonard Crestez <cdleonard@...il.com>, "Nassiri, Mohammad" <mnassiri@...na.com>, Salam Noureddine <noureddine@...sta.com>, Simon Horman <simon.horman@...igine.com>, "Tetreault, Francois" <ftetreau@...na.com>, netdev@...r.kernel.org, linux-doc@...r.kernel.org Subject: Re: [PATCH v13 net-next 23/23] Documentation/tcp: Add TCP-AO documentation Hi Jonathan, On 10/4/23 23:56, Jonathan Corbet wrote: > Dmitry Safonov <dima@...sta.com> writes: > >> It has Frequently Asked Questions (FAQ) on RFC 5925 - I found it very >> useful answering those before writing the actual code. It provides answers >> to common questions that arise on a quick read of the RFC, as well as how >> they were answered. There's also comparison to TCP-MD5 option, >> evaluation of per-socket vs in-kernel-DB approaches and description of >> uAPI provided. >> >> Hopefully, it will be as useful for reviewing the code as it was for writing. > > It looks like useful information; I just have one request... > >> Cc: Jonathan Corbet <corbet@....net> >> Cc: linux-doc@...r.kernel.org >> Signed-off-by: Dmitry Safonov <dima@...sta.com> >> Acked-by: David Ahern <dsahern@...nel.org> [..] >> +1. Introduction >> +=============== >> + >> +.. list-table:: Short and Limited Comparison of TCP-AO and TCP-MD5 >> + >> + * - >> + - TCP-MD5 >> + - TCP-AO >> + * - Supported hashing algorithms >> + - MD5 (cryptographically weak). >> + - Must support HMAC-SHA1 (chosen-prefix attacks) and CMAC-AES-128 >> + (only side-channel attacks). May support any hashing algorithm. > > ...can you please avoid using list-table if possible? It makes the > plain-text version nearly impossible to read. Sure, I also find it unpleasant to look in plain-text. As long as you don't suggest something else, I'll go with plain table:: for the next version - that seems to look a bit better. Originally I went with list-table as that seems quite spread over Documentation/, but probably worth avoiding another entry there: [dima@...dolluin linux-master]$ git grep -ho '[^ ]*table::' Documentation/ | sort | uniq -c 4 acceptable:: 4 csv-table:: 1 executable:: 594 flat-table:: 133 list-table:: 41 table:: Thanks, Dmitry
Powered by blists - more mailing lists