Skip to content
Snippets Groups Projects
Select Git revision
  • 04a969835eb06efbb0895a202d7c8d0c3b6c0780
  • main default protected
2 results

namesys

user avatar
W. Trevor King authored
RFC 6763 requires printable ASCII except '=' for the key [1], but
allows any character including '=' in the value [2].  This patch
adjusts our parsing to avoid splitting on '=' in the value, and then
ignoring anything after that split.

[1]: https://tools.ietf.org/html/rfc6763#section-6.4
[2]: https://tools.ietf.org/html/rfc6763#section-6.5
04a96983
History
Name Last commit Last update
..