gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls_3_1_5-25-gd2cb9f4


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_1_5-25-gd2cb9f4
Date: Tue, 27 Nov 2012 23:29:35 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=d2cb9f4089226e947e652cadfd62fed5e5ef0b64

The branch, master has been updated
       via  d2cb9f4089226e947e652cadfd62fed5e5ef0b64 (commit)
       via  e0923b66dd6503cfba6e7824d020ea89da6e1004 (commit)
      from  af5f0a4157fb755d4a786e1aade5442435555857 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d2cb9f4089226e947e652cadfd62fed5e5ef0b64
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Wed Nov 28 00:24:47 2012 +0100

    Revert "do not document low-level functions"
    
    This reverts commit 7b334d581007ba4a91837edb1e0081959f32e363.

commit e0923b66dd6503cfba6e7824d020ea89da6e1004
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Nov 27 21:30:49 2012 +0100

    mention dependencies in readme

-----------------------------------------------------------------------

Summary of changes:
 README                 |   16 ++++++++++++++--
 doc/cha-cert-auth.texi |    7 +++++++
 2 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 5e24f57..215c2ca 100644
--- a/README
+++ b/README
@@ -32,8 +32,20 @@ The commands above build and install the static archive 
(libgnutls.a),
 the shared object (libgnutls.so), and additional binaries such as certtool 
 and gnutls-cli.
 
-The library depends on libnettle and p11-kit. Versions
-2.10.3 and prior used libgcrypt as the default cryptographic library.
+The library depends on libnettle. Optionally it may use the 
+following libraries:
+ * p11-kit: for smart card support
+     http://p11-glue.freedesktop.org/p11-kit.html
+ * libtspi: for Trusted Platform Module (TPM) support, 
+     http://trousers.sourceforge.net/
+ * libunbound: For DNSSEC/DANE support,
+     http://unbound.net/
+ * libz: For compression support.
+     http://www.zlib.net/
+ * libtasn1: For ASN.1 parsing (a copy is included, if not found)
+     http://www.gnu.org/software/libtasn1/
+
+Versions 2.10.3 and prior used libgcrypt as the default cryptographic library.
 Nettle can be found at http://www.gnu.org/software/nettle/, while
 p11-kit can be found at <http://p11-glue.freedesktop.org/p11-kit.html>.
 
diff --git a/doc/cha-cert-auth.texi b/doc/cha-cert-auth.texi
index c4d2fdd..afc3670 100644
--- a/doc/cha-cert-auth.texi
+++ b/doc/cha-cert-auth.texi
@@ -238,6 +238,13 @@ of the issuer of the certificate.
 
 
@showfuncD{gnutls_x509_crt_get_issuer_dn,gnutls_x509_crt_get_issuer_dn_by_oid,gnutls_x509_crt_get_issuer_dn_oid,gnutls_x509_crt_get_issuer}
 
+The more powerful @funcref{gnutls_x509_crt_get_subject} and 
address@hidden provide efficient but low-level access
+to the contents of the distinguished name structure.
+
address@hidden,gnutls_x509_crt_get_issuer}
address@hidden
+
 
 @node X.509 public and private keys
 @subsection Accessing public and private keys


hooks/post-receive
-- 
GNU gnutls



reply via email to

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