guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/09: gnu: s2n: Expand description.


From: guix-commits
Subject: 03/09: gnu: s2n: Expand description.
Date: Wed, 23 Jun 2021 18:42:39 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9f9118bdcac07ed9188db2ea7eaad89d6403e327
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 23 21:05:10 2021 +0200

    gnu: s2n: Expand description.
    
    * gnu/packages/tls.scm (s2n)[synopsis, description]: Add some more
    upstream words.
---
 gnu/packages/tls.scm | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 3097e84..c3fe251 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -1129,7 +1129,15 @@ derived from Mozilla's collection.")
     (propagated-inputs
      `(("openssl" ,openssl)
        ("openssl:static" ,openssl "static")))
-    (synopsis "SSL/TLS implementation")
-    (description "This library provides a C99 implementation of SSL/TLS.")
+    (synopsis "SSL/TLS implementation in C99")
+    (description
+     "This library provides a C99 implementation of SSL/TLS.  It is designed to
+be familiar to users of the widely-used POSIX I/O APIs.  It supports blocking,
+non-blocking, and full-duplex I/O.  There are no locks or mutexes.
+
+As it can be difficult to keep track of which encryption algorithms and
+protocols are best to use, s2n-tls features a simple API to use the latest
+default set of preferences.  Remaining on a specific version for backwards
+compatibility is also supported.")
     (home-page "https://github.com/awslabs/s2n";)
     (license license:asl2.0)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]