Rename RANK{768,1024} to MLKEM{768,1024}_RANK
RANK768 and RANK1024 are awfully short and generic names for public
constants. Before we make it worse with similarly named constants for
ML-DSA, let's fix this. This follows the naming convention used by the
other macros in the mlkem code.
ok kenjiro jsing
relayd: fix dead store and unindent carp_demote_init
Found by scan-build:
carp.c:64:7: warning: Although the value stored to 'c' is used in the
enclosing expression, the value is never actually read from 'c'
[deadcode.DeadSt ores]
64 | if ((c = carp_group_find(group)) == NULL)
Feedback from Crystal Kolipe and tb@, OK tb@
unifdef m_copypack() use
These ifdefs date back to 1990 in CSRG (SCCS rev 7.20).
m_copypack() never existed in CSRG releases as far as I can tell.
ok deraadt@ mvs@
MFC: SECURITY update to gnupg-2.4.9
No CVE listed upstream but this releases includes fixes for some (all?)
of the issues recently exposed at CCC by two researchers.
Release notes: https://dev.gnupg.org/T8001
SECURITY update to gnupg-2.4.9
No CVE listed upstream but this releases includes fixes for some (all?)
of the issues recently exposed at CCC by two researchers.
Release notes: https://dev.gnupg.org/T8001
Import py-shtab-1.8.0
DESCR:
Automagic shell tab completion for Python CLI applications, supporting
argparse and docopt, and able to output tab completion scripts for bash, zsh
and tcsh.
Feedback and OK sthen@