platform/upstream/libtasn1.git
11 years agoNode type field is now included in ASN1_DATA_NODE.
Nikos Mavrogiannopoulos [Wed, 12 Sep 2012 21:15:02 +0000 (23:15 +0200)]
Node type field is now included in ASN1_DATA_NODE.

11 years agoAdded asn1_read_node_value()
Nikos Mavrogiannopoulos [Wed, 12 Sep 2012 20:32:20 +0000 (22:32 +0200)]
Added asn1_read_node_value()

11 years agosmall_value_size changed to 8. No visible difference in performance
Nikos Mavrogiannopoulos [Wed, 12 Sep 2012 20:19:43 +0000 (22:19 +0200)]
small_value_size changed to 8. No visible difference in performance

11 years agoname is now a statically allocated string and other optimizations.
Nikos Mavrogiannopoulos [Wed, 12 Sep 2012 20:19:08 +0000 (22:19 +0200)]
name is now a statically allocated string and other optimizations.

11 years agointernal structure removed
Nikos Mavrogiannopoulos [Wed, 12 Sep 2012 19:59:14 +0000 (21:59 +0200)]
internal structure removed

11 years agobumped version
Nikos Mavrogiannopoulos [Wed, 12 Sep 2012 19:58:41 +0000 (21:58 +0200)]
bumped version

11 years agoeliminates few leaks
Nikos Mavrogiannopoulos [Sat, 8 Sep 2012 23:25:58 +0000 (01:25 +0200)]
eliminates few leaks

11 years agoAdded tool to benchmark X.509 structure decoding.
Nikos Mavrogiannopoulos [Sat, 8 Sep 2012 19:03:45 +0000 (21:03 +0200)]
Added tool to benchmark X.509 structure decoding.

11 years agoUpdated to new gnulib and added gettime.
Nikos Mavrogiannopoulos [Sat, 8 Sep 2012 18:45:02 +0000 (20:45 +0200)]
Updated to new gnulib and added gettime.

11 years agocleanup _asn1_copy_structure3
Tim Ruehsen [Fri, 31 Aug 2012 13:27:59 +0000 (15:27 +0200)]
cleanup _asn1_copy_structure3

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
11 years agoFix compilation warnings.
Simon Josefsson [Sat, 18 Aug 2012 08:06:39 +0000 (10:06 +0200)]
Fix compilation warnings.

12 years agoBump versions.
Simon Josefsson [Thu, 31 May 2012 16:50:43 +0000 (18:50 +0200)]
Bump versions.

12 years agoUpdate for 2.12.
Simon Josefsson [Thu, 31 May 2012 16:44:27 +0000 (18:44 +0200)]
Update for 2.12.

12 years agoFix release targets.
Simon Josefsson [Thu, 31 May 2012 15:35:00 +0000 (17:35 +0200)]
Fix release targets.

12 years agoVersion 2.13.
Simon Josefsson [Thu, 31 May 2012 15:10:57 +0000 (17:10 +0200)]
Version 2.13.

12 years agoBump versions.
Simon Josefsson [Thu, 31 May 2012 14:59:41 +0000 (16:59 +0200)]
Bump versions.

12 years agoUse devhelp2 format.
Simon Josefsson [Thu, 31 May 2012 14:56:58 +0000 (16:56 +0200)]
Use devhelp2 format.

12 years agoDon't store ChangeLog in git, it is auto-generated.
Simon Josefsson [Thu, 31 May 2012 14:56:29 +0000 (16:56 +0200)]
Don't store ChangeLog in git, it is auto-generated.

12 years agoFix syntax-check warnings.
Simon Josefsson [Thu, 31 May 2012 14:37:56 +0000 (16:37 +0200)]
Fix syntax-check warnings.

12 years agoUpdate gnulib files.
Simon Josefsson [Thu, 31 May 2012 14:36:44 +0000 (16:36 +0200)]
Update gnulib files.

12 years agoSilence compiler warnings about unsigned vs signed comparisons.
Simon Josefsson [Thu, 31 May 2012 14:34:28 +0000 (16:34 +0200)]
Silence compiler warnings about unsigned vs signed comparisons.

12 years agodocumented fix.
Nikos Mavrogiannopoulos [Thu, 19 Apr 2012 19:34:49 +0000 (21:34 +0200)]
documented fix.

12 years agolong is always signed.
Nikos Mavrogiannopoulos [Fri, 6 Apr 2012 17:31:43 +0000 (19:31 +0200)]
long is always signed.

12 years agoSimplified the overflow tests by using unsigned int numbers, suggested by Niels Moeller.
Nikos Mavrogiannopoulos [Sun, 1 Apr 2012 17:51:53 +0000 (19:51 +0200)]
Simplified the overflow tests by using unsigned int numbers, suggested by Niels Moeller.

12 years agoAdded additional test case
Nikos Mavrogiannopoulos [Sat, 31 Mar 2012 20:08:36 +0000 (22:08 +0200)]
Added additional test case

12 years agoAdded overflow detection that does not depend on specific compiler, and asn1_get_der_...
Nikos Mavrogiannopoulos [Sat, 31 Mar 2012 18:16:48 +0000 (20:16 +0200)]
Added overflow detection that does not depend on specific compiler, and asn1_get_der_length() verifies the length of the input data in small numbers as well.

12 years agoGenerated.
Simon Josefsson [Mon, 19 Mar 2012 09:46:50 +0000 (10:46 +0100)]
Generated.

12 years agoVersion 2.12.
Simon Josefsson [Mon, 19 Mar 2012 09:39:00 +0000 (10:39 +0100)]
Version 2.12.

12 years agoIndent code.
Simon Josefsson [Mon, 19 Mar 2012 09:14:19 +0000 (10:14 +0100)]
Indent code.

12 years agoUpdate gnulib files.
Simon Josefsson [Mon, 19 Mar 2012 09:12:41 +0000 (10:12 +0100)]
Update gnulib files.

12 years agoGive credit.
Simon Josefsson [Wed, 14 Mar 2012 08:24:35 +0000 (09:24 +0100)]
Give credit.

12 years agoMention severity.
Simon Josefsson [Wed, 14 Mar 2012 08:24:02 +0000 (09:24 +0100)]
Mention severity.

12 years agoSimplify overflow check.
Simon Josefsson [Tue, 13 Mar 2012 23:20:16 +0000 (00:20 +0100)]
Simplify overflow check.

12 years agoAdd self-check.
Simon Josefsson [Tue, 13 Mar 2012 22:47:28 +0000 (23:47 +0100)]
Add self-check.

12 years agofor some reason the tot < 0 test wasn't successful on negative results. Replaced...
Nikos Mavrogiannopoulos [Tue, 13 Mar 2012 21:37:16 +0000 (22:37 +0100)]
for some reason the tot < 0 test wasn't successful on negative results. Replaced with tot < ret.

12 years agothe change was reverted
Nikos Mavrogiannopoulos [Tue, 13 Mar 2012 20:18:20 +0000 (21:18 +0100)]
the change was reverted

12 years agoreverted to the old ABI.
Nikos Mavrogiannopoulos [Tue, 13 Mar 2012 20:15:21 +0000 (21:15 +0100)]
reverted to the old ABI.

12 years agoreverted to the old ABI.
Nikos Mavrogiannopoulos [Tue, 13 Mar 2012 20:15:00 +0000 (21:15 +0100)]
reverted to the old ABI.

12 years agodocumented fix
Nikos Mavrogiannopoulos [Tue, 13 Mar 2012 18:40:25 +0000 (19:40 +0100)]
documented fix

12 years agocheck for overflows
Nikos Mavrogiannopoulos [Tue, 13 Mar 2012 18:33:30 +0000 (19:33 +0100)]
check for overflows

12 years agoint is signed.
Nikos Mavrogiannopoulos [Tue, 13 Mar 2012 18:30:29 +0000 (19:30 +0100)]
int is signed.

12 years agobumped shared lib version
Nikos Mavrogiannopoulos [Tue, 13 Mar 2012 18:15:25 +0000 (19:15 +0100)]
bumped shared lib version

12 years agoAdded asn1_get_length_der_checked() to put some of the common checks in a single...
Nikos Mavrogiannopoulos [Sun, 4 Mar 2012 22:11:45 +0000 (23:11 +0100)]
Added asn1_get_length_der_checked() to put some of the common checks in a single function.

12 years agocleanups in asn1_der_decoding_element().
Nikos Mavrogiannopoulos [Sun, 4 Mar 2012 21:59:03 +0000 (22:59 +0100)]
cleanups in asn1_der_decoding_element().

12 years agoAPI is based on integers instead of long to prevent errors in systems where sizeof...
Nikos Mavrogiannopoulos [Sun, 4 Mar 2012 21:50:12 +0000 (22:50 +0100)]
API is based on integers instead of long to prevent errors in systems where sizeof(int)!=sizeof(long)

12 years agoasn1_get_length_der() may handle up to signed long values.
Nikos Mavrogiannopoulos [Sun, 4 Mar 2012 21:47:38 +0000 (22:47 +0100)]
asn1_get_length_der() may handle up to signed long values.

12 years agoupdated to bison 2.5
Nikos Mavrogiannopoulos [Sun, 4 Mar 2012 20:18:12 +0000 (21:18 +0100)]
updated to bison 2.5

12 years agobetter cleanup in decoding.
Nikos Mavrogiannopoulos [Sun, 4 Mar 2012 20:17:54 +0000 (21:17 +0100)]
better cleanup in decoding.

12 years agoAdd.
Simon Josefsson [Fri, 9 Mar 2012 11:31:59 +0000 (12:31 +0100)]
Add.

12 years agoUpdate gnulib files.
Simon Josefsson [Wed, 7 Mar 2012 09:26:44 +0000 (10:26 +0100)]
Update gnulib files.

12 years agoBump copyright years.
Simon Josefsson [Mon, 23 Jan 2012 20:55:17 +0000 (21:55 +0100)]
Bump copyright years.

12 years agoUpdate gnulib files.
Simon Josefsson [Mon, 23 Jan 2012 20:49:24 +0000 (21:49 +0100)]
Update gnulib files.

12 years agoUpdate gnulib files.
Simon Josefsson [Tue, 6 Dec 2011 18:29:37 +0000 (19:29 +0100)]
Update gnulib files.

12 years agoDrop unnecessary configure.ac checks.
Simon Josefsson [Tue, 6 Dec 2011 18:25:13 +0000 (19:25 +0100)]
Drop unnecessary configure.ac checks.

12 years agoBump versions.
Simon Josefsson [Tue, 6 Dec 2011 18:21:12 +0000 (19:21 +0100)]
Bump versions.

12 years agoUpdate for 2.11.
Simon Josefsson [Thu, 24 Nov 2011 23:52:42 +0000 (00:52 +0100)]
Update for 2.11.

12 years agoUpdate for 2.10.
Simon Josefsson [Thu, 24 Nov 2011 23:42:45 +0000 (00:42 +0100)]
Update for 2.10.

12 years agoGenerated.
Simon Josefsson [Thu, 24 Nov 2011 23:38:53 +0000 (00:38 +0100)]
Generated.

12 years agoVersion 2.11.
Simon Josefsson [Thu, 24 Nov 2011 23:31:03 +0000 (00:31 +0100)]
Version 2.11.

12 years agoAdd.
Simon Josefsson [Thu, 24 Nov 2011 23:30:51 +0000 (00:30 +0100)]
Add.

12 years agoFix valgrind check.
Simon Josefsson [Thu, 24 Nov 2011 23:23:10 +0000 (00:23 +0100)]
Fix valgrind check.

12 years agoGeneralize gnupload command.
Simon Josefsson [Mon, 21 Nov 2011 08:27:59 +0000 (09:27 +0100)]
Generalize gnupload command.

12 years agoGeneralize cyclo rules.
Simon Josefsson [Mon, 21 Nov 2011 08:22:14 +0000 (09:22 +0100)]
Generalize cyclo rules.

12 years agoMake Windows build part of release process.
Simon Josefsson [Sun, 20 Nov 2011 23:29:26 +0000 (00:29 +0100)]
Make Windows build part of release process.

12 years agoReorder.
Simon Josefsson [Sun, 20 Nov 2011 23:24:03 +0000 (00:24 +0100)]
Reorder.

12 years agoFix srcdir!=builddir gtk-doc build.
Simon Josefsson [Sun, 20 Nov 2011 23:19:56 +0000 (00:19 +0100)]
Fix srcdir!=builddir gtk-doc build.

12 years agoFix syntax-check.
Simon Josefsson [Sun, 20 Nov 2011 23:18:06 +0000 (00:18 +0100)]
Fix syntax-check.

12 years agoImprove release rules.
Simon Josefsson [Sun, 20 Nov 2011 22:47:58 +0000 (23:47 +0100)]
Improve release rules.

12 years agoFix links in output.
Simon Josefsson [Sun, 20 Nov 2011 22:45:29 +0000 (23:45 +0100)]
Fix links in output.

12 years agoUpdate gnulib files.
Simon Josefsson [Sun, 20 Nov 2011 22:09:50 +0000 (23:09 +0100)]
Update gnulib files.

12 years agoUpdate manywarnings again.
Simon Josefsson [Sun, 20 Nov 2011 21:55:32 +0000 (22:55 +0100)]
Update manywarnings again.

12 years agoUpdate gnulib files.
Simon Josefsson [Sun, 20 Nov 2011 21:35:45 +0000 (22:35 +0100)]
Update gnulib files.

12 years agoRemove unnecessary (?) dependency on glib/gobject.
Simon Josefsson [Sun, 20 Nov 2011 21:14:36 +0000 (22:14 +0100)]
Remove unnecessary (?) dependency on glib/gobject.

12 years agoUpdate GTK-DOC infrastructure.
Simon Josefsson [Sun, 20 Nov 2011 20:40:48 +0000 (21:40 +0100)]
Update GTK-DOC infrastructure.

12 years agoSilence warnings.
Simon Josefsson [Sun, 20 Nov 2011 19:18:59 +0000 (20:18 +0100)]
Silence warnings.

12 years agoUse silent rules. Drop unneeded check for perl path.
Simon Josefsson [Sat, 19 Nov 2011 14:45:42 +0000 (15:45 +0100)]
Use silent rules.  Drop unneeded check for perl path.

12 years agoUpdate gnulib files.
Simon Josefsson [Sat, 19 Nov 2011 14:41:55 +0000 (15:41 +0100)]
Update gnulib files.

12 years agobuild: Don't hard code path to perl in doc/gdoc.
Simon Josefsson [Sat, 19 Nov 2011 14:30:47 +0000 (15:30 +0100)]
build: Don't hard code path to perl in doc/gdoc.

12 years agoAdd const keyword.
Simon Josefsson [Mon, 14 Nov 2011 14:35:27 +0000 (15:35 +0100)]
Add const keyword.

12 years agoSilence some warnings.
Simon Josefsson [Mon, 14 Nov 2011 14:31:42 +0000 (15:31 +0100)]
Silence some warnings.

12 years agoCleanup and add some more test vectors.
Simon Josefsson [Mon, 14 Nov 2011 14:13:22 +0000 (15:13 +0100)]
Cleanup and add some more test vectors.

12 years agoAdd.
Simon Josefsson [Mon, 14 Nov 2011 14:04:26 +0000 (15:04 +0100)]
Add.

12 years agoMark bit string bitmask variable with static and unsigned keywords.
Simon Josefsson [Mon, 14 Nov 2011 14:03:47 +0000 (15:03 +0100)]
Mark bit string bitmask variable with static and unsigned keywords.

12 years agotests: Added self-test of bit string functions.
Simon Josefsson [Mon, 14 Nov 2011 13:36:04 +0000 (14:36 +0100)]
tests: Added self-test of bit string functions.

12 years agoUpdate gnulib files.
Simon Josefsson [Mon, 14 Nov 2011 12:55:40 +0000 (13:55 +0100)]
Update gnulib files.

12 years agobuild: Added windows/libtasn14win.mk rules to produce Windows binaries.
Simon Josefsson [Wed, 26 Oct 2011 09:00:33 +0000 (11:00 +0200)]
build: Added windows/libtasn14win.mk rules to produce Windows binaries.

12 years agoBump versions.
Simon Josefsson [Wed, 26 Oct 2011 09:00:10 +0000 (11:00 +0200)]
Bump versions.

12 years agoDrop igloo, the directory is gone from the server.
Simon Josefsson [Tue, 25 Oct 2011 18:30:01 +0000 (20:30 +0200)]
Drop igloo, the directory is gone from the server.

12 years agoGenerated.
Simon Josefsson [Tue, 25 Oct 2011 17:43:34 +0000 (19:43 +0200)]
Generated.

12 years agoAdd.
Simon Josefsson [Tue, 25 Oct 2011 17:42:54 +0000 (19:42 +0200)]
Add.

12 years agoVersion 2.10.
Simon Josefsson [Tue, 25 Oct 2011 17:40:10 +0000 (19:40 +0200)]
Version 2.10.

12 years agoAdd.
Simon Josefsson [Tue, 25 Oct 2011 17:38:52 +0000 (19:38 +0200)]
Add.

12 years agolibtasn1.texi: Add examples to asn1Coding and asn1Decoding tools.
Simon Josefsson [Tue, 25 Oct 2011 13:55:19 +0000 (15:55 +0200)]
libtasn1.texi: Add examples to asn1Coding and asn1Decoding tools.

12 years agoAdd.
Simon Josefsson [Tue, 25 Oct 2011 13:48:53 +0000 (15:48 +0200)]
Add.

12 years agoUpdate copyright years.
Simon Josefsson [Tue, 25 Oct 2011 13:46:20 +0000 (15:46 +0200)]
Update copyright years.

12 years agoasn1Decoding: Drop the useless -c parameter.
Simon Josefsson [Tue, 25 Oct 2011 13:45:11 +0000 (15:45 +0200)]
asn1Decoding: Drop the useless -c parameter.

12 years agoasn1Coding: Implement the -c parameter.
Simon Josefsson [Tue, 25 Oct 2011 13:41:14 +0000 (15:41 +0200)]
asn1Coding: Implement the -c parameter.

12 years agoRemove unused variable.
Simon Josefsson [Tue, 25 Oct 2011 13:23:28 +0000 (15:23 +0200)]
Remove unused variable.

12 years agoREADME-alpha: Mention make as dependency.
Simon Josefsson [Tue, 25 Oct 2011 13:22:44 +0000 (15:22 +0200)]
README-alpha: Mention make as dependency.

12 years agoUpdate gnulib files.
Simon Josefsson [Wed, 14 Sep 2011 17:21:39 +0000 (19:21 +0200)]
Update gnulib files.