commit | fad9da83da7f950997df60f23cb3d75d9c754cf9 | [log] [tgz] |
---|---|---|
author | Erwan Le Goas <elegoas@haproxy.com> | Wed Sep 14 17:24:22 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Sep 17 11:24:53 2022 +0200 |
tree | d5a4483b5d27800f88f212eac7715b5fc0d92a1b | |
parent | 9c76637fff162478ebd9ad4b705ca0745110a98a [diff] |
MINOR: anon: store the anonymizing key in the global structure Add a uint32_t key in global to hash words with it. A new CLI command 'set global-key <key>' was added to change the global anonymizing key. The global may also be set in the configuration using the global "anonkey" directive. For now this key is not used.