package/uacme: mention openssl crypto backend in description
authorBaruch Siach <baruch@tkos.co.il>
Sun, 22 Mar 2020 14:39:33 +0000 (16:39 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 22 Mar 2020 14:44:00 +0000 (15:44 +0100)
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>
package/uacme/Config.in

index ac59764e1ace351ce5dac922201d5a44052d09cc..ea9babfda7860a5daccabd34e5726d0cba3230e4 100644 (file)
@@ -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