]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: acme: use lowercase for challenge names in configuration
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 11 Aug 2025 12:53:29 +0000 (14:53 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 11 Aug 2025 13:09:18 +0000 (15:09 +0200)
commit84589a9f48963efe76a4c6dcd21b8dbc71c296e0
tree865ba6fca303cfbc1b09f9a573351d72669c4158
parentb6702d53427a22725c125425552074c622c2f25d
MEDIUM: acme: use lowercase for challenge names in configuration

Both the RFC and the IANA registry refers to challenge names in
lowercase. If we need to implement more challenges, it's better to
use the correct naming.

In order to keep the compatibility with the previous configurations, the
parsing does a strcasecmp() instead of a strcmp().

Also rename every occurence in the code and doc in lowercase.

This was discussed in issue #1864
doc/configuration.txt
src/acme.c