gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_3_0_x, updated. gnutls_3_0_1-18-gf434a3c


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_3_0_x, updated. gnutls_3_0_1-18-gf434a3c
Date: Tue, 23 Aug 2011 08:17:53 +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=f434a3c55978d2d91eec1b5b573006243d3edc76

The branch, gnutls_3_0_x has been updated
       via  f434a3c55978d2d91eec1b5b573006243d3edc76 (commit)
       via  d25dc8c05a1784fb2f4720bfdcda90e1fe3d77ff (commit)
      from  2d23cad7886c05c1314ede66524cc3cff9ef21df (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 f434a3c55978d2d91eec1b5b573006243d3edc76
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Aug 23 09:45:33 2011 +0200

    unlock rnd mutex on error.

commit d25dc8c05a1784fb2f4720bfdcda90e1fe3d77ff
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Aug 23 00:18:30 2011 +0200

    bibliography updated

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

Summary of changes:
 doc/cha-bib.texi     |    5 ++---
 doc/latex/gnutls.bib |   12 ++++++------
 lib/nettle/rnd.c     |    2 ++
 3 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/doc/cha-bib.texi b/doc/cha-bib.texi
index 6ef6704..ef51fbb 100644
--- a/doc/cha-bib.texi
+++ b/doc/cha-bib.texi
@@ -115,9 +115,8 @@ Arjen Lenstra and Eric Verheul, "Selecting Cryptographic 
Key Sizes",
 2003, available from @url{http://www.win.tue.nl/~klenstra/key.pdf}.
 
 @item @anchor{SSL3}[SSL3]
-Alan Freier, Philip Karlton and Paul Kocher, "The SSL Protocol Version
-3.0", November 1996, Available from
address@hidden://wp.netscape.com/eng/ssl3/draft302.txt}.
+Alan Freier, Philip Karlton and Paul Kocher, "The Secure Sockets Layer (SSL) 
Protocol Version 3.0",
+August 2011, Available from @url{http://www.ietf.org/rfc/rfc6101.txt}.
 
 @item @anchor{STEVENS}[STEVENS]
 Richard Stevens, "UNIX Network Programming, Volume 1", Prentice Hall
diff --git a/doc/latex/gnutls.bib b/doc/latex/gnutls.bib
index 620298c..11ec38c 100644
--- a/doc/latex/gnutls.bib
+++ b/doc/latex/gnutls.bib
@@ -164,16 +164,16 @@
        url = "http://www.ietf.org/rfc/rfc3280.txt";
 }
 
address@hidden SSL3,
address@hidden,
        author = "Alan Freier and Philip Karlton and Paul Kocher",
-       title = "The {SSL} Protocol Version 3.0",
-       month = "November",
+       title = "The Secure Sockets Layer (SSL) Protocol Version 3.0",
+       month = "August",
        year = "2011",
-       note = "Available from 
\url{http://tools.ietf.org/html/draft-mavrogiannopoulos-ssl-version3-06}";,
-       url = 
"http://tools.ietf.org/html/draft-mavrogiannopoulos-ssl-version3-06";
+       note = "Available from \url{http://www.ietf.org/rfc/rfc6101.txt}";,
+       url = "http://www.ietf.org/rfc/rfc6101.txt";
 }
 
address@hidden PKCS12,
address@hidden,
        author = "RSA Laboratories",
        title = "{PKCS 12 v1.0}: Personal Information Exchange Syntax",
        month = "June",
diff --git a/lib/nettle/rnd.c b/lib/nettle/rnd.c
index 789eac0..b3e18ac 100644
--- a/lib/nettle/rnd.c
+++ b/lib/nettle/rnd.c
@@ -448,6 +448,7 @@ wrap_nettle_rnd (void *_ctx, int level, void *data, size_t 
datasize)
   ret = do_trivia_source (0);
   if (ret < 0)
     {
+      RND_UNLOCK;
       gnutls_assert ();
       return ret;
     }
@@ -455,6 +456,7 @@ wrap_nettle_rnd (void *_ctx, int level, void *data, size_t 
datasize)
   ret = do_device_source (0);
   if (ret < 0)
     {
+      RND_UNLOCK;
       gnutls_assert ();
       return ret;
     }


hooks/post-receive
-- 
GNU gnutls



reply via email to

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