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_0_12-144-g58f6dd5


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls-3_0_12-144-g58f6dd5
Date: Wed, 01 Feb 2012 21:39:25 +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=58f6dd533c8506a780fc780a49e237300948fb59

The branch, master has been updated
       via  58f6dd533c8506a780fc780a49e237300948fb59 (commit)
       via  bec3227c7df72fd0ae1e603f7e27e2c37cfb7cd0 (commit)
       via  10bd62a99ae3d76c628bcf1aa8e51b30761d6168 (commit)
       via  b6c872cf9b1b7b8b4f8c70492556a0044b0b7d41 (commit)
       via  2f71ea450074a1740e52669af16b5c926d6fa8da (commit)
      from  4dbfdd7287f098aa274ebd4f6e256f51679ced08 (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 58f6dd533c8506a780fc780a49e237300948fb59
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Wed Feb 1 22:44:04 2012 +0100

    updated information in manpages.

commit bec3227c7df72fd0ae1e603f7e27e2c37cfb7cd0
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Wed Feb 1 22:30:09 2012 +0100

    updated manpages

commit 10bd62a99ae3d76c628bcf1aa8e51b30761d6168
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Wed Feb 1 22:29:44 2012 +0100

    corrected added function

commit b6c872cf9b1b7b8b4f8c70492556a0044b0b7d41
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Jan 31 18:49:46 2012 +0100

    text update

commit 2f71ea450074a1740e52669af16b5c926d6fa8da
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Jan 31 18:23:25 2012 +0100

    Updated documentation for gnutls_pubkey.

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

Summary of changes:
 NEWS                     |    2 +-
 doc/cha-cert-auth2.texi  |    3 ++-
 doc/manpages/Makefile.am |    2 ++
 doc/scripts/gdoc         |    9 ++++++++-
 lib/gnutls_global.c      |    7 +++----
 lib/gnutls_pubkey.c      |   13 ++++++++-----
 6 files changed, 24 insertions(+), 12 deletions(-)

diff --git a/NEWS b/NEWS
index 24642d6..a9a7989 100644
--- a/NEWS
+++ b/NEWS
@@ -45,7 +45,7 @@ gnutls_store_pubkey: Added
 gnutls_x509_crt_get_authority_key_gn_serial: Added
 gnutls_x509_crl_get_authority_key_gn_serial: Added
 gnutls_pkcs11_reinit: Added
-gnutls_ecc_list: Added
+gnutls_ecc_curve_list: Added
 gnutls_priority_certificate_type_list: Added
 gnutls_priority_sign_list: Added
 gnutls_priority_protocol_list: Added
diff --git a/doc/cha-cert-auth2.texi b/doc/cha-cert-auth2.texi
index 9d246b0..b9e13eb 100644
--- a/doc/cha-cert-auth2.texi
+++ b/doc/cha-cert-auth2.texi
@@ -579,7 +579,8 @@ or through an ASN.1 encoding of the X.509 
@code{SubjectPublicKeyInfo}
 sequence.
 
 @showfuncdesc{gnutls_pubkey_import_x509}
address@hidden,gnutls_pubkey_import_pkcs11,gnutls_pubkey_import_pkcs11_url,gnutls_pubkey_import_privkey}
address@hidden,gnutls_pubkey_import_pkcs11,gnutls_pubkey_import_pkcs11_url,gnutls_pubkey_import_privkey,gnutls_pubkey_import}
address@hidden
 
 Additional functions are available that will return
 information over a public key.
diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am
index 4a344c7..5983b45 100644
--- a/doc/manpages/Makefile.am
+++ b/doc/manpages/Makefile.am
@@ -411,6 +411,8 @@ APIMANS += gnutls_certificate_set_params_function.3
 APIMANS += gnutls_anon_set_params_function.3
 APIMANS += gnutls_psk_set_params_function.3
 APIMANS += gnutls_hex2bin.3
+APIMANS += gnutls_verify_stored_pubkey.3
+APIMANS += gnutls_store_pubkey.3
 APIMANS += gnutls_ocsp_req_init.3
 APIMANS += gnutls_ocsp_req_deinit.3
 APIMANS += gnutls_ocsp_req_import.3
diff --git a/doc/scripts/gdoc b/doc/scripts/gdoc
index 7f787fd..0380bba 100755
--- a/doc/scripts/gdoc
+++ b/doc/scripts/gdoc
@@ -700,11 +700,14 @@ sub output_man {
     if ($args{'bugsto'}) {
        print ".SH \"REPORTING BUGS\"\n";
        print "Report bugs to <". $args{'bugsto'} . ">.\n";
+        print ".br\n";
+       print "General guidelines for reporting bugs: 
http://www.gnu.org/gethelp/\n";;
+        print ".br\n";
        if ($args{'pkgname'}) {
            print $args{'pkgname'} . " home page: " .
                "http://www.gnu.org/software/"; . $args{'module'} . "/\n";
        }
-       print "General help using GNU software: http://www.gnu.org/gethelp/\n";;
+       print "\n";
     }
 
     if ($args{'copyright'}) {
@@ -731,6 +734,10 @@ sub output_man {
        print ".B info " . $args{'seeinfo'} . "\n";
        print ".PP\n";
        print "should give you access to the complete manual.\n";
+       print "As an alternative you may obtain the manual from:\n";
+       print ".IP\n";
+       print ".B http://www.gnu.org/software/"; . $args{'module'} . 
"/manual/\n";
+       print ".PP\n";
     }
 }
 
diff --git a/lib/gnutls_global.c b/lib/gnutls_global.c
index 51b5923..112d2b6 100644
--- a/lib/gnutls_global.c
+++ b/lib/gnutls_global.c
@@ -170,10 +170,9 @@ static int _gnutls_init = 0;
 /**
  * gnutls_global_init:
  *
- * This function initializes the global data to defaults.  Every
- * gnutls application has a global data which holds common parameters
- * shared by gnutls session structures.  You should call
- * gnutls_global_deinit() when gnutls usage is no longer needed
+ * This function initializes the global data to defaults.  
+ * In order to free resources you may call gnutls_global_deinit() 
+ * when gnutls usage is no longer needed.
  *
  * Note that this function will also initialize the underlying crypto
  * backend, if it has not been initialized before.  
diff --git a/lib/gnutls_pubkey.c b/lib/gnutls_pubkey.c
index 5e7f94a..7bebc35 100644
--- a/lib/gnutls_pubkey.c
+++ b/lib/gnutls_pubkey.c
@@ -465,7 +465,9 @@ gnutls_pubkey_get_openpgp_key_id (gnutls_pubkey_t key, 
unsigned int flags,
  * @output_data_size: holds the size of output_data (and will be
  *   replaced by the actual size of parameters)
  *
- * This function will export the certificate to DER or PEM format.
+ * This function will export the public key to DER or PEM format.
+ * The contents of the exported data is the SubjectPublicKeyInfo
+ * X.509 structure.
  *
  * If the buffer provided is not long enough to hold the output, then
  * *output_data_size is updated and %GNUTLS_E_SHORT_MEMORY_BUFFER will
@@ -801,10 +803,11 @@ int gnutls_pubkey_get_pk_ecc_x962 (gnutls_pubkey_t key, 
gnutls_datum_t* paramete
  * @data: The DER or PEM encoded certificate. 
  * @format: One of DER or PEM 
  * 
- * This function will convert the given DER or PEM encoded Public key 
- * to the native gnutls_pubkey_t format.The output will be stored 
- * in @key. 
- * If the Certificate is PEM encoded it should have a header of "PUBLIC KEY". 
+ * This function will import the provided public key in
+ * a SubjectPublicKeyInfo X.509 structure to a native
+ * %gnutls_pubkey_t structure. The output will be stored 
+ * in @key. If the public key is PEM encoded it should have a header 
+ * of "PUBLIC KEY". 
  * 
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
  * negative error value.


hooks/post-receive
-- 
GNU gnutls



reply via email to

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