]> git.ipfire.org Git - thirdparty/bird.git/commit
Nest: Allow specifying security keys as hex bytes as well as strings
authorToke Høiland-Jørgensen <toke@toke.dk>
Wed, 14 Apr 2021 19:39:43 +0000 (21:39 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Sun, 6 Jun 2021 14:28:18 +0000 (16:28 +0200)
commit35f88b305ab6a0e27b5ff1b445f63f544986e14e
tree76051c919ed62297191e1b18eab1525429b43068
parentf1a824190c22f8159ad0f9378c2dd23e521eaf61
Nest: Allow specifying security keys as hex bytes as well as strings

Add support for specifying a password in hexadecimal format, The result
is the same whether a password is specified as a quoted string or a
hex-encoded byte string, this just makes it more convenient to input
high-entropy byte strings as MAC keys.
conf/cf-lex.l
conf/conf.h
conf/confbase.Y
doc/bird.sgml
lib/string.h
lib/strtoul.c
nest/config.Y