[Buildroot] [git commit branch/2020.02.x] package/uacme: mention openssl crypto backend in description

Peter Korsgaard peter at korsgaard.com
Tue Apr 7 15:34:00 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=c51d4232b7ae143cd2babe2366ed2e8a03c0efaa
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2020.02.x

uacme supports OpenSSL as crypto backend since version 1.0.8.

Cc: Nicola Di Lieto <nicola.dilieto at gmail.com>
Signed-off-by: Baruch Siach <baruch at tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit b7eacd41bba29859d73cc2c12d013d2ef7f7e2ba)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/uacme/Config.in | 9 +++++----
 1 file 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


More information about the buildroot mailing list