mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: s2n: Expand description.
* gnu/packages/tls.scm (s2n)[synopsis, description]: Add some more upstream words.
This commit is contained in:
parent
08c579ed7a
commit
9f9118bdca
1 changed files with 10 additions and 2 deletions
|
@ -1129,7 +1129,15 @@ (define-public s2n
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue