summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2024-02-13Imported Upstream version 4.19.0upstream/4.19.0upstreamDariusz Michaluk143-269/+34601
2019-08-28Imported Upstream version 4.14upstream/4.14Pawel Kowalski7-517/+229
2018-06-15Imported Upstream version 4.12upstream/4.12Dariusz Michaluk1-10/+15
2018-06-15Imported Upstream version 4.10upstream/4.10Dariusz Michaluk5-9/+24
2018-06-15Imported Upstream version 4.9upstream/4.9Dariusz Michaluk1-7/+11
2016-06-08Imported Upstream version 4.8upstream/4.8submit/upstream/20160613.071414sangsu3-11/+1285
Change-Id: I25e57ece28b9ebb637a2b7356f57e11b7f2eb807 Signed-off-by: sangsu <sangsu.choi@samsung.com>
2014-04-22Update copyright years.Simon Josefsson6-6/+6
2013-03-24Fix syntax-check warnings.Simon Josefsson2-5/+5
2013-03-24Update copyright years.Simon Josefsson6-6/+6
2013-03-24Indent code.Simon Josefsson5-65/+68
2012-11-23better error printingNikos Mavrogiannopoulos1-1/+1
2012-11-10Check for errors reading the assignment file in asn1Coding.Nikos Mavrogiannopoulos1-1/+8
src/asn1Coding.c: Check the value returned by readAssignment () to be either ASSIGNMENT_SUCCESS or ASSIGNMENT_EOF. Patch by Ivan Shmakov.
2012-11-06use stderr for status messages in asn1{Coding, Decoding, Parser}Ivan Shmakov3-36/+49
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2012-11-06Don't overload the 'time' global name.Simon Josefsson1-5/+5
2012-10-11Renamed structures.Nikos Mavrogiannopoulos3-8/+8
Avoid using the reserved by POSIX _t. Suggested by Ivan Shmakov. asn1_static_node_t -> asn1_static_node asn1_node_t -> asn1_node
2012-10-06asn_ -> asn1_Nikos Mavrogiannopoulos3-8/+8
2012-10-01updated to new typesNikos Mavrogiannopoulos3-9/+9
2012-09-22increased benchmark timeNikos Mavrogiannopoulos1-2/+2
2012-09-09eliminates few leaksNikos Mavrogiannopoulos1-0/+2
2012-09-08Added tool to benchmark X.509 structure decoding.Nikos Mavrogiannopoulos4-39/+280
2012-03-19Indent code.Simon Josefsson3-7/+8
2012-01-23Bump copyright years.Simon Josefsson4-8/+4
2011-10-25asn1Decoding: Drop the useless -c parameter.Simon Josefsson1-6/+0
2011-10-25asn1Coding: Implement the -c parameter.Simon Josefsson1-17/+19
2011-01-08Update copyright years.Simon Josefsson4-5/+5
2010-04-13Indent code.Simon Josefsson3-15/+9
2010-04-13Indent examples. Fix syntax-check warnings.Simon Josefsson1-3/+3
2010-01-12Update gnulib files.Simon Josefsson2-3/+3
2010-01-11Merge Fabio and Nikos copyrights to the FSF, both have signed papers.Simon Josefsson3-9/+6
2010-01-11Update copyright notices.Simon Josefsson4-4/+8
2009-06-08Improve --help and --version outputs.Simon Josefsson3-139/+115
2009-05-20Fix warning flags.Simon Josefsson1-1/+1
2009-05-20Fix syntax-check problems.Simon Josefsson3-39/+21
2009-03-04Indent code. Reproduce using 'make indent' with GNU indent 2.2.10.Simon Josefsson3-556/+628
2009-03-04Bump copyright years.Simon Josefsson4-9/+9
2008-11-17Fix more warnings.Simon Josefsson1-3/+5
2008-11-07Don't use now obsolete functions.Simon Josefsson3-7/+7
2008-10-08Update usages of MAX_* constants.Simon Josefsson3-3/+3
2008-10-08Add warning flags mechanism. Fix warnings.Simon Josefsson2-3/+4
2008-10-08Remove.Simon Josefsson1-9/+0
2008-02-01Move examples from src/ to new directory examples/.Simon Josefsson6-1968/+0
2008-02-01Fix dependencies.Simon Josefsson1-3/+3
2008-02-01Build pkix_asn1_tab.c using asn1Parser.Simon Josefsson2-875/+7
2007-08-31Use GPLv3 for self tests, tools, build infrastructure.Simon Josefsson6-72/+64
2006-11-16Use read_binary_file to read data, for Windows. Add self-test to test ↵Simon Josefsson1-11/+12
regressions.
2006-10-30Fix last commit.Simon Josefsson1-3/+4
2006-10-30Handle arbitrary large DER output lenghts.Simon Josefsson1-4/+16
2006-10-19Improve --help output. Assume getopt_long, since gnulib provides it.Simon Josefsson3-102/+35
2006-10-19Remove unused version variable.Simon Josefsson3-20/+0
2006-10-19Use progname and version-etc-fsf modules.Simon Josefsson4-19/+22