diff options
author | 2020-03-22 16:39:33 +0200 | |
---|---|---|
committer | 2020-04-07 17:34:08 +0200 | |
commit | 79937f713493a819377129a9c403cbb459ec4534 (patch) | |
tree | ba0af8a480b8271f6ea5cbf0fda65cd64a0c9e6b | |
parent | 6867e34259feefe858d34c0bcfecf8d563708cb5 (diff) | |
download | buildroot-79937f713493a819377129a9c403cbb459ec4534.tar.gz buildroot-79937f713493a819377129a9c403cbb459ec4534.tar.bz2 |
package/uacme: mention openssl crypto backend in description
uacme supports OpenSSL as crypto backend since version 1.0.8.
Cc: Nicola Di Lieto <nicola.dilieto@gmail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit b7eacd41bba29859d73cc2c12d013d2ef7f7e2ba)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/uacme/Config.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package/uacme/Config.in b/package/uacme/Config.in index ac59764e1a..ea9babfda7 100644 --- a/package/uacme/Config.in +++ b/package/uacme/Config.in @@ -6,9 +6,10 @@ config BR2_PACKAGE_UACME help uacme is a client for the ACMEv2 protocol described in RFC8555, written in plain C code with minimal dependencies - (libcurl and GnuTLS or mbedTLS). The ACMEv2 protocol allows - a Certificate Authority (https://letsencrypt.org is a - popular one) and an applicant to automate the process of - verification and certificate issuance. + (libcurl and either of GnuTLS, OpenSSL or mbedTLS). The + ACMEv2 protocol allows a Certificate Authority + (https://letsencrypt.org is a popular one) and an applicant + to automate the process of verification and certificate + issuance. https://github.com/ndilieto/uacme |