gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_6_1-2-g683c


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_6_1-2-g683cda5
Date: Sun, 05 Jun 2011 19:12:49 +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=683cda5b17f1c9db9d813af937ae7c560f140fee

The branch, gnutls_2_12_x has been updated
       via  683cda5b17f1c9db9d813af937ae7c560f140fee (commit)
       via  b0722204422340f93645421df7152c2d01b0cde1 (commit)
      from  38890b203ad80a84f40fb13d975b207144ee5327 (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 683cda5b17f1c9db9d813af937ae7c560f140fee
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Jun 5 21:01:53 2011 +0200

    Corrected typo. Reported by Andreas Metzler.

commit b0722204422340f93645421df7152c2d01b0cde1
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Jun 5 20:53:04 2011 +0200

    regenerated Makefile.

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

Summary of changes:
 doc/manpages/Makefile.am |   19 +++++++++++--------
 tests/dsa/testdsa        |    2 +-
 2 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am
index 1414228..026d338 100644
--- a/doc/manpages/Makefile.am
+++ b/doc/manpages/Makefile.am
@@ -119,6 +119,7 @@ APIMANS += gnutls_transport_set_push_function.3
 APIMANS += gnutls_transport_set_vec_push_function.3
 APIMANS += gnutls_transport_set_errno_function.3
 APIMANS += gnutls_certificate_free_keys.3
+APIMANS += gnutls_certificate_get_issuer.3
 APIMANS += gnutls_certificate_free_cas.3
 APIMANS += gnutls_certificate_get_x509_cas.3
 APIMANS += gnutls_certificate_get_x509_crls.3
@@ -162,6 +163,7 @@ APIMANS += gnutls_strerror.3
 APIMANS += gnutls_strerror_name.3
 APIMANS += gnutls_ext_register.3
 APIMANS += gnutls_global_set_log_function.3
+APIMANS += gnutls_global_set_time_function.3
 APIMANS += gnutls_global_set_log_level.3
 APIMANS += gnutls_global_set_mem_functions.3
 APIMANS += gnutls_global_init.3
@@ -437,6 +439,7 @@ APIMANS += gnutls_x509_crq_get_key_purpose_oid.3
 APIMANS += gnutls_x509_crq_set_key_purpose_oid.3
 APIMANS += gnutls_x509_crq_get_key_id.3
 APIMANS += gnutls_x509_crq_privkey_sign.3
+APIMANS += gnutls_x509_crq_verify.3
 APIMANS += gnutls_x509_dn_init.3
 APIMANS += gnutls_x509_dn_import.3
 APIMANS += gnutls_x509_dn_deinit.3
@@ -447,14 +450,6 @@ APIMANS += gnutls_x509_dn_export.3
 APIMANS += gnutls_x509_crt_print.3
 APIMANS += gnutls_x509_crl_print.3
 APIMANS += gnutls_x509_crq_print.3
-APIMANS += gnutls_pkcs12_init.3
-APIMANS += gnutls_pkcs12_deinit.3
-APIMANS += gnutls_pkcs12_import.3
-APIMANS += gnutls_pkcs12_export.3
-APIMANS += gnutls_pkcs12_get_bag.3
-APIMANS += gnutls_pkcs12_set_bag.3
-APIMANS += gnutls_pkcs12_generate_mac.3
-APIMANS += gnutls_pkcs12_verify_mac.3
 APIMANS += gnutls_pkcs12_bag_init.3
 APIMANS += gnutls_pkcs12_bag_deinit.3
 APIMANS += gnutls_pkcs12_bag_get_type.3
@@ -469,6 +464,14 @@ APIMANS += gnutls_pkcs12_bag_get_friendly_name.3
 APIMANS += gnutls_pkcs12_bag_set_friendly_name.3
 APIMANS += gnutls_pkcs12_bag_decrypt.3
 APIMANS += gnutls_pkcs12_bag_encrypt.3
+APIMANS += gnutls_pkcs12_init.3
+APIMANS += gnutls_pkcs12_deinit.3
+APIMANS += gnutls_pkcs12_import.3
+APIMANS += gnutls_pkcs12_export.3
+APIMANS += gnutls_pkcs12_get_bag.3
+APIMANS += gnutls_pkcs12_set_bag.3
+APIMANS += gnutls_pkcs12_generate_mac.3
+APIMANS += gnutls_pkcs12_verify_mac.3
 APIMANS += gnutls_pkcs7_init.3
 APIMANS += gnutls_pkcs7_deinit.3
 APIMANS += gnutls_pkcs7_import.3
diff --git a/tests/dsa/testdsa b/tests/dsa/testdsa
index de1b41b..a1236be 100755
--- a/tests/dsa/testdsa
+++ b/tests/dsa/testdsa
@@ -150,7 +150,7 @@ trap "kill $PID" 1 15 2
 sleep 2
 
 $CLI $DEBUG -p $PORT 127.0.0.1 --insecure </dev/null >/dev/null 2>&1 && \
-  fail "Succeeded connection to a server with DSA 2048 key and TLS 1.0. Should 
have failed!"
+  fail "Succeeded connection to a server with DSA 3072 key and TLS 1.0. Should 
have failed!"
 
 kill $PID
 wait


hooks/post-receive
-- 
GNU gnutls



reply via email to

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