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_4-3-g733960d


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_4-3-g733960d
Date: Sat, 15 Oct 2011 18:03:46 +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=733960deeac69f70e64b3e0a1c13b345729756f1

The branch, master has been updated
       via  733960deeac69f70e64b3e0a1c13b345729756f1 (commit)
       via  0cdc48391853f3454c5799bdb354be908c27f911 (commit)
       via  7d8c59fe617c783b47db71c9cde73e4d4b21ef80 (commit)
      from  9887b181c0c1efebd340b427e6b9288be3a60443 (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 733960deeac69f70e64b3e0a1c13b345729756f1
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Oct 15 20:04:25 2011 +0200

    updated for register_md5_handler().

commit 0cdc48391853f3454c5799bdb354be908c27f911
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Oct 15 19:54:43 2011 +0200

    completely drop gnutls_register_md5_handler()

commit 7d8c59fe617c783b47db71c9cde73e4d4b21ef80
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Oct 15 10:20:17 2011 +0200

    Added gnu-stack note.

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

Summary of changes:
 NEWS                                     |    3 +++
 lib/accelerated/x86/asm/padlock-common.s |    4 ++++
 libextra/includes/gnutls/extra.h         |    4 ----
 libextra/libgnutls-extra.map             |    1 -
 4 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index 19f923f..08f149c 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ See the end for copying conditions.
 
 * Version 3.0.4 (released 2011-10-15)
 
+** libgnutls-extra: gnutls_register_md5_handler() was
+removed.
+
 ** gnutls-cli-debug: Added more tests including AES-GCM,
 SHA256 and elliptic curves.
 
diff --git a/lib/accelerated/x86/asm/padlock-common.s 
b/lib/accelerated/x86/asm/padlock-common.s
index 0af112f..3cd8695 100644
--- a/lib/accelerated/x86/asm/padlock-common.s
+++ b/lib/accelerated/x86/asm/padlock-common.s
@@ -38,3 +38,7 @@ is_padlock_nano:
        xorl    %eax,%eax
         ret
 .size  is_padlock_nano,.-is_padlock_nano
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif
diff --git a/libextra/includes/gnutls/extra.h b/libextra/includes/gnutls/extra.h
index f6adc75..44611e2 100644
--- a/libextra/includes/gnutls/extra.h
+++ b/libextra/includes/gnutls/extra.h
@@ -40,10 +40,6 @@ extern "C"
 
   int gnutls_global_init_extra (void);
 
-  /* Use internal (HMAC-)MD5 code, typically for use if libgcrypt is
-     in FIPS mode. */
-  int gnutls_register_md5_handler (void);
-
 /* returns libgnutls-extra version (call it with a NULL argument) 
  */
   const char *gnutls_extra_check_version (const char *req_version);
diff --git a/libextra/libgnutls-extra.map b/libextra/libgnutls-extra.map
index 746b821..f0c7504 100644
--- a/libextra/libgnutls-extra.map
+++ b/libextra/libgnutls-extra.map
@@ -26,7 +26,6 @@ GNUTLS_1_4
   global:
     gnutls_extra_check_version;
     gnutls_global_init_extra;
-    gnutls_register_md5_handler;
 
   local:
     *;


hooks/post-receive
-- 
GNU gnutls



reply via email to

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