summaryrefslogtreecommitdiff
path: root/gnu/packages/tls.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-06-23 21:05:10 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-06-24 00:31:53 +0200
commit9f9118bdcac07ed9188db2ea7eaad89d6403e327 (patch)
tree36b7c4cec23f77f31bbd468f2b0ba11edae26b88 /gnu/packages/tls.scm
parent08c579ed7a52bb2e839d1b2b484e0f932ce65107 (diff)
downloadguix-patches-9f9118bdcac07ed9188db2ea7eaad89d6403e327.tar
guix-patches-9f9118bdcac07ed9188db2ea7eaad89d6403e327.tar.gz
gnu: s2n: Expand description.
* gnu/packages/tls.scm (s2n)[synopsis, description]: Add some more upstream words.
Diffstat (limited to 'gnu/packages/tls.scm')
-rw-r--r--gnu/packages/tls.scm12
1 files changed, 10 insertions, 2 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 3097e84d85..c3fe2514b3 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)))