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.
Showing
- conf/cf-lex.l 31 additions, 0 deletionsconf/cf-lex.l
- conf/conf.h 5 additions, 0 deletionsconf/conf.h
- conf/confbase.Y 2 additions, 0 deletionsconf/confbase.Y
- doc/bird.sgml 6 additions, 1 deletiondoc/bird.sgml
- lib/string.h 1 addition, 0 deletionslib/string.h
- lib/strtoul.c 27 additions, 0 deletionslib/strtoul.c
- nest/config.Y 21 additions, 17 deletionsnest/config.Y
Loading
Please register or sign in to comment