updated description

This commit is contained in:
Nikos Mavrogiannopoulos 2013-11-26 10:49:23 +01:00
parent 6eedd87025
commit e2cbd69fd6
2 changed files with 31 additions and 19 deletions

1
.gitignore vendored
View File

@ -28,3 +28,4 @@ gnutls-2.10.1-nosrp.tar.bz2
/gnutls-3.1.13-hobbled-el.tar.xz /gnutls-3.1.13-hobbled-el.tar.xz
/gnutls-3.1.15-hobbled.tar.xz /gnutls-3.1.15-hobbled.tar.xz
/gnutls-3.1.16-hobbled.tar.xz /gnutls-3.1.16-hobbled.tar.xz
/gnutls-3.2.7-hobbled.tar.xz

View File

@ -76,44 +76,55 @@ Requires: guile
%endif %endif
%description %description
GnuTLS is a project that aims to develop a library which provides a secure GnuTLS is a secure communications library implementing the SSL, TLS and DTLS
layer, over a reliable transport layer. Currently the GnuTLS library implements protocols and technologies around them. It provides a simple C language
the proposed standards by the IETF's TLS working group. application programming interface (API) to access the secure communications
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and
other required structures.
%description c++ %description c++
GnuTLS is a project that aims to develop a library which provides a secure GnuTLS is a secure communications library implementing the SSL, TLS and DTLS
layer, over a reliable transport layer. Currently the GnuTLS library implements protocols and technologies around them. It provides a simple C language
the proposed standards by the IETF's TLS working group. application programming interface (API) to access the secure communications
This package contains the C++ interface for the GnuTLS library. protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and
other required structures.
%description devel %description devel
GnuTLS is a project that aims to develop a library which provides a secure GnuTLS is a secure communications library implementing the SSL, TLS and DTLS
layer, over a reliable transport layer. Currently the GnuTLS library implements protocols and technologies around them. It provides a simple C language
the proposed standards by the IETF's TLS working group. application programming interface (API) to access the secure communications
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and
other required structures.
This package contains files needed for developing applications with This package contains files needed for developing applications with
the GnuTLS library. the GnuTLS library.
%description utils %description utils
GnuTLS is a project that aims to develop a library which provides a secure GnuTLS is a secure communications library implementing the SSL, TLS and DTLS
layer, over a reliable transport layer. Currently the GnuTLS library implements protocols and technologies around them. It provides a simple C language
the proposed standards by the IETF's TLS working group. application programming interface (API) to access the secure communications
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and
other required structures.
This package contains command line TLS client and server and certificate This package contains command line TLS client and server and certificate
manipulation tools. manipulation tools.
%if %{with dane} %if %{with dane}
%description dane %description dane
GnuTLS is a project that aims to develop a library which provides a secure GnuTLS is a secure communications library implementing the SSL, TLS and DTLS
layer, over a reliable transport layer. Currently the GnuTLS library implements protocols and technologies around them. It provides a simple C language
the proposed standards by the IETF's TLS working group. application programming interface (API) to access the secure communications
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and
other required structures.
This package contains library that implements the DANE protocol for verifying This package contains library that implements the DANE protocol for verifying
TLS certificates through DNSSEC. TLS certificates through DNSSEC.
%endif %endif
%if %{with guile} %if %{with guile}
%description guile %description guile
GnuTLS is a project that aims to develop a library which provides a secure GnuTLS is a secure communications library implementing the SSL, TLS and DTLS
layer, over a reliable transport layer. Currently the GnuTLS library implements protocols and technologies around them. It provides a simple C language
the proposed standards by the IETF's TLS working group. application programming interface (API) to access the secure communications
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and
other required structures.
This package contains Guile bindings for the library. This package contains Guile bindings for the library.
%endif %endif