22 lines
906 B
Plaintext
22 lines
906 B
Plaintext
#%Module1.0
|
|
|
|
module-whatis "secure communications library implementing the SSL, TLS and DTLS protocols"
|
|
module-url "https://www.gnutls.org"
|
|
module-license "GNU Lesser General Public License version 2.1"
|
|
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
|
|
|
module-help "
|
|
GnuTLS is a secure communications library implementing the SSL, TLS and
|
|
DTLS protocols and technologies around them. It provides a simple C
|
|
language application programming interface (API) to access the secure
|
|
communications protocols as well as APIs to parse and write X.509,
|
|
PKCS #12, and other required structures.
|
|
|
|
The project strives to provide a secure communications back-end, simple
|
|
to use and integrated with the rest of the base Linux libraries. A back-
|
|
end designed to work and be secure out of the box, keeping the complexity
|
|
of TLS and PKI out of application code.
|
|
"
|
|
|
|
#append-path PKG_CONFIG_PATH $PREFIX/lib/pkgconfig
|