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-23-gaf5f0a4


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_1_5-23-gaf5f0a4
Date: Tue, 27 Nov 2012 17:51:55 +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=af5f0a4157fb755d4a786e1aade5442435555857

The branch, master has been updated
       via  af5f0a4157fb755d4a786e1aade5442435555857 (commit)
       via  b95ea818c2e33a03dae4d35fdbc42232193d0f2c (commit)
       via  b6e208ac6ca307cd12bcf95728ca2df0c977f7cc (commit)
       via  b0dcb9c01b03e6691bf47e79bc8d9ba3b80d9a5a (commit)
       via  0961348097909dd414ac7de2ff75e10f430e4ca1 (commit)
      from  18065c003ee2d9f61da4b920b7d8a13e8ba064cc (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 af5f0a4157fb755d4a786e1aade5442435555857
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Nov 27 18:51:45 2012 +0100

    update @VERSION@ -> actual version on the web manual

commit b95ea818c2e33a03dae4d35fdbc42232193d0f2c
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Nov 27 18:40:02 2012 +0100

    doc update

commit b6e208ac6ca307cd12bcf95728ca2df0c977f7cc
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Nov 27 18:28:30 2012 +0100

    simplified generation of documentation

commit b0dcb9c01b03e6691bf47e79bc8d9ba3b80d9a5a
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Nov 27 18:15:56 2012 +0100

    mention gnutls_sec_param_get_name

commit 0961348097909dd414ac7de2ff75e10f430e4ca1
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Nov 27 18:14:38 2012 +0100

    doc updates

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

Summary of changes:
 cfg.mk                 |    9 +++++----
 doc/cha-cert-auth.texi |    4 ++++
 doc/cha-crypto.texi    |    8 +++++---
 doc/cha-gtls-app.texi  |    2 ++
 lib/gnutls_ui.c        |    2 +-
 5 files changed, 17 insertions(+), 8 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index 66e95f6..181f8de 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -142,11 +142,12 @@ upload-tarballs:
 
 web:
        echo generating documentation for $(PACKAGE)
-       cd doc && $(SHELL) ../build-aux/gendocs.sh \
-               --html "--css-include=./texinfo.css" \
-               -o ../$(htmldir)/manual/ $(PACKAGE) "$(PACKAGE_NAME)"
-       -cd doc && make gnutls.epub && cp gnutls.epub ../$(htmldir)/manual/
+       make -C doc gnutls.html
+       cd doc && cp gnutls.html *.png ../$(htmldir)/manual/
+       cd doc && makeinfo --html --split=node -o 
../$(htmldir)/manual/html_node/ --css-include=./texinfo.css gnutls.texi
        cd doc && cp *.png ../$(htmldir)/manual/html_node/
+       sed 's/address@hidden@/$(VERSION)/g' -i 
$(htmldir)/manual/html_node/*.html $(htmldir)/manual/gnutls.html
+       -cd doc && make gnutls.epub && cp gnutls.epub ../$(htmldir)/manual/
        cd doc/latex && make gnutls.pdf && cp gnutls.pdf 
../../$(htmldir)/manual/
        #cd doc/doxygen && doxygen && cd ../.. && cp -v doc/doxygen/html/* 
$(htmldir)/devel/doxygen/ && cd doc/doxygen/latex && make refman.pdf && cd 
../../../ && cp doc/doxygen/latex/refman.pdf 
$(htmldir)/devel/doxygen/$(PACKAGE).pdf
        -cp -v doc/reference/html/*.html doc/reference/html/*.png 
doc/reference/html/*.devhelp doc/reference/html/*.css $(htmldir)/reference/
diff --git a/doc/cha-cert-auth.texi b/doc/cha-cert-auth.texi
index 85c57a2..c4d2fdd 100644
--- a/doc/cha-cert-auth.texi
+++ b/doc/cha-cert-auth.texi
@@ -178,6 +178,10 @@ maximum path lengths of certificate chains.
 This extension is set by the CA, in order to inform about the issued
 CRLs.
 
address@hidden Certificate policy @tab 2.5.29.32 @tab
+This extension is set to indicate the certificate policy as object
+identifier and may contain a descriptive string or URL.
+
 @item Proxy Certification Information @tab 1.3.6.1.5.5.7.1.14 @tab
 Proxy Certificates includes this extension that contains the OID of
 the proxy policy language used, and can specify limits on the maximum
diff --git a/doc/cha-crypto.texi b/doc/cha-crypto.texi
index 956ca22..157d660 100644
--- a/doc/cha-crypto.texi
+++ b/doc/cha-crypto.texi
@@ -8,13 +8,14 @@ providing symmetric crypto, hash and HMAC algorithms, as well 
access
 to the random number generation.
 
 @menu
-* Symmetric cryptography::
+* Encryption algorithms::
 * Hash and HMAC functions::
 * Random number generation::
 @end menu
 
address@hidden Symmetric cryptography
address@hidden Symmetric cryptography
address@hidden Encryption algorithms
address@hidden Encryption algorithms
address@hidden encryption algorithms
 @cindex symmetric cryptography
 
 The available functions to access symmetric crypto algorithms operations
@@ -42,6 +43,7 @@ The available functions to access hash functions are shown 
below. The supported
 are the same as the HMAC algorithms.
 
 
@showfuncF{gnutls_hash_init,gnutls_hash,gnutls_hash_output,gnutls_hash_deinit,gnutls_hash_get_len,gnutls_hash_fast}
address@hidden
 
 @node Random number generation
 @section Random number generation
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi
index fc8b61b..c1fc633 100644
--- a/doc/cha-gtls-app.texi
+++ b/doc/cha-gtls-app.texi
@@ -1174,6 +1174,8 @@ Those functions will convert a human understandable 
security parameter
 of @code{gnutls_sec_param_t} type, to a number of bits suitable for a public 
 key algorithm.
 
address@hidden
+
 The following functions will set the minimum acceptable group size for 
Diffie-Hellman
 and SRP authentication. 
 @showfuncB{gnutls_dh_set_prime_bits,gnutls_srp_set_prime_bits}
diff --git a/lib/gnutls_ui.c b/lib/gnutls_ui.c
index 9fb6c50..d005130 100644
--- a/lib/gnutls_ui.c
+++ b/lib/gnutls_ui.c
@@ -610,7 +610,7 @@ gnutls_certificate_client_get_request_status 
(gnutls_session_t session)
  *
  * This is the usual way to calculate a fingerprint of an X.509 DER
  * encoded certificate.  Note however that the fingerprint of an
- * OpenPGP is not just a hash and cannot be calculated with this
+ * OpenPGP certificate is not just a hash and cannot be calculated with this
  * function.
  *
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise


hooks/post-receive
-- 
GNU gnutls



reply via email to

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