Re: [PATCH 7/7] request-key: Support the promised multiwildcard matching

From: Jarkko Sakkinen
Date: Sat Aug 23 2025 - 20:06:17 EST


On Fri, Aug 22, 2025 at 03:22:14PM +0100, David Howells wrote:
> The manual page for request-key.conf says that multiple wildcards can be
> used in match elements in the config files, so implement this feature.
>
> Also add a flag, "--test-match", to allow that match function to be tested
> directly, e.g.:
>
> request-key --test-match "**a*a***i**a**a**" antidisestablishmentarianism
>
> Signed-off-by: David Howells <dhowells@xxxxxxxxxx>

Reviewed-by: Jarkko Sakkinen <jarkko@xxxxxxxxxx>

BR, Jarkko