On 2020/05/14 18:36, Christian Weisgerber wrote: > Stuart Henderson: > > > --- > > uacme is a lightweight client for the RFC8555 ACMEv2 protocol used with > > certificate authorities to validate and issue X509 certificates. It is > > written in plain C with minimal dependencies (libcurl and one of GnuTLS, > > OpenSSL or mbedTLS) and can handle all authentication types via external > > hooks (examples for http-01, dns-01 via nsupdate, and tls-alpn-01). > > --- > > I know we all just copy-paste those descriptions, but... > So this means there are gnutls, openssl, and mbedtls flavors of the > port? No? Then that part of the text should be removed.
Done. I considered flavours but didn't think it was worth it (it would only be mbedtls and gnutls if I did - OpenSSL would conflict with LibreSSL pulled in by curl).