You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tlshd: Read TLS session tag configuration information
TLS session tags are defined in files that reside in
/etc/tlshd/tags.d/*.{yaml,yml}. On daemon start-up, the tag
definitions are read into a data structure that is shared with
forked children processes.
Unfortunately the libyaml parser is nothing more than a token
emitter. A nicer API exists in libcyaml, but that library does not
appear to be available in many distributions. Thus the new tag
config file parsing code implements a full finite state parser of
the session tags files.
Session tag configuration errors are reported but are not fatal.
Nothing is done with these tags yet, and documentation is added
in a subsequent patch.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
0 commit comments