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_4.7-26-g9ec2c56


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_4.7-26-g9ec2c56
Date: Tue, 05 Apr 2016 14:09:35 +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=9ec2c56de62085a88eea152941e9b32e3810e5d0

The branch, master has been updated
       via  9ec2c56de62085a88eea152941e9b32e3810e5d0 (commit)
      from  36b0a98e8637db78911194af8fe02df4a9075388 (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 9ec2c56de62085a88eea152941e9b32e3810e5d0
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Apr 5 16:09:29 2016 +0200

    tests: corrected invalid input to asn1Decoding

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

Summary of changes:
 tests/decoding              |    2 +-
 tests/decoding-invalid-x509 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/decoding b/tests/decoding
index ce230f4..dd2c685 100755
--- a/tests/decoding
+++ b/tests/decoding
@@ -22,7 +22,7 @@ fi
 ASN1DECODING="${ASN1DECODING:-../src/asn1Decoding$EXEEXT}"
 ASN1PKIX="${ASN1PKIX:-pkix.asn}"
 
-$VALGRIND $ASN1DECODING -ds $ASN1PKIX TestCertOctetOverflow.der 
PKIX1.Certificate
+$VALGRIND $ASN1DECODING $ASN1PKIX TestCertOctetOverflow.der PKIX1.Certificate
 if test $? != 1;then
        echo "Decoding failed"
        exit 1
diff --git a/tests/decoding-invalid-x509 b/tests/decoding-invalid-x509
index 510a27e..3f66bb0 100755
--- a/tests/decoding-invalid-x509
+++ b/tests/decoding-invalid-x509
@@ -28,7 +28,7 @@ ASN1PKIX="${ASN1PKIX:-pkix.asn}"
 # to certain libtasn1 versions.
 
 for i in "${srcdir}/invalid-x509/"*.der;do
-$VALGRIND $ASN1DECODING -ds "$ASN1PKIX" "$i" PKIX1.Certificate >/dev/null 2>&1
+$VALGRIND $ASN1DECODING "$ASN1PKIX" "$i" PKIX1.Certificate >/dev/null 2>&1
 if test $? != 1;then
        echo "Decoding failed"
        exit 1


hooks/post-receive
-- 
GNU libtasn1



reply via email to

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