libtasn1-commit
[Top][All Lists]
Advanced

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

[SCM] GNU libtasn1 branch, master, updated. libtasn1_3_5-41-g07f9dee


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_3_5-41-g07f9dee
Date: Sun, 25 May 2014 19:54:06 +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 libtasn1".

http://git.savannah.gnu.org/cgit/libtasn1.git/commit/?id=07f9dee24bbcd3c1e44403fcfb292f5c8364270d

The branch, master has been updated
       via  07f9dee24bbcd3c1e44403fcfb292f5c8364270d (commit)
       via  045ac8d01857265f422d0d74ca99944f70c0b9e3 (commit)
      from  53958290ab731c8486531a3bdef54a933533579d (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 07f9dee24bbcd3c1e44403fcfb292f5c8364270d
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun May 25 21:34:49 2014 +0200

    released 3.6

commit 045ac8d01857265f422d0d74ca99944f70c0b9e3
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun May 25 21:34:07 2014 +0200

    doc update

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

Summary of changes:
 NEWS           |    2 +-
 lib/decoding.c |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index f763cec..a2b44b2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 GNU Libtasn1 NEWS                                     -*- outline -*-
 
-* Noteworthy changes in release 3.6 (unreleased) [stable]
+* Noteworthy changes in release 3.6 (released 2014-05-25) [stable]
 - Corrected an off-by-one error in ASN.1 DER tag decoding.
 - Several improvements and new safety checks on DER decoding;
   issues found using Codenomicon TLS test suite.
diff --git a/lib/decoding.c b/lib/decoding.c
index 90a37ff..53bd910 100644
--- a/lib/decoding.c
+++ b/lib/decoding.c
@@ -879,7 +879,7 @@ static void delete_unneeded_choice_fields(asn1_node p)
  * asn1_der_decoding:
  * @element: pointer to an ASN1 structure.
  * @ider: vector that contains the DER encoding.
- * @len: number of bytes of address@hidden: @address@hidden
+ * @ider_len: number of bytes of address@hidden: @address@hidden
  * @errorDescription: null-terminated string contains details when an
  *   error occurred.
  *
@@ -2270,7 +2270,7 @@ cleanup:
  * asn1_der_decoding_startEnd:
  * @element: pointer to an ASN1 element
  * @ider: vector that contains the DER encoding.
- * @len: number of bytes of address@hidden: @address@hidden
+ * @ider_len: number of bytes of address@hidden: @address@hidden
  * @name_element: an element of NAME structure.
  * @start: the position of the first byte of NAME_ELEMENT decoding
  *   (@ider[*start])


hooks/post-receive
-- 
GNU libtasn1



reply via email to

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