summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* asn1Decoding: Simplified allocation and copyNikos Mavrogiannopoulos2016-06-031-7/+11
* asn1Coding: Allow handling NULL valuesNikos Mavrogiannopoulos2015-09-181-1/+6
* asn1Decoding: added a debug flag which enforces strict memory alignmentNikos Mavrogiannopoulos2015-04-201-3/+12
* asn1Decode: added --strict optionNikos Mavrogiannopoulos2015-04-201-9/+21
* Update copyright years.Simon Josefsson2014-04-226-6/+6
* Fix syntax-check warnings.Simon Josefsson2013-03-242-5/+5
* Update copyright years.Simon Josefsson2013-03-246-6/+6
* Indent code.Simon Josefsson2013-03-245-65/+68
* better error printingNikos Mavrogiannopoulos2012-11-231-1/+1
* Check for errors reading the assignment file in asn1Coding.Nikos Mavrogiannopoulos2012-11-101-1/+8
* use stderr for status messages in asn1{Coding, Decoding, Parser}Ivan Shmakov2012-11-063-36/+49
* Don't overload the 'time' global name.Simon Josefsson2012-11-061-5/+5
* Renamed structures.Nikos Mavrogiannopoulos2012-10-113-8/+8
* asn_ -> asn1_Nikos Mavrogiannopoulos2012-10-063-8/+8
* updated to new typesNikos Mavrogiannopoulos2012-10-013-9/+9
* increased benchmark timeNikos Mavrogiannopoulos2012-09-221-2/+2
* eliminates few leaksNikos Mavrogiannopoulos2012-09-091-0/+2
* Added tool to benchmark X.509 structure decoding.Nikos Mavrogiannopoulos2012-09-084-39/+280
* Indent code.Simon Josefsson2012-03-193-7/+8
* Bump copyright years.Simon Josefsson2012-01-234-8/+4
* asn1Decoding: Drop the useless -c parameter.Simon Josefsson2011-10-251-6/+0
* asn1Coding: Implement the -c parameter.Simon Josefsson2011-10-251-17/+19
* Update copyright years.Simon Josefsson2011-01-084-5/+5
* Indent code.Simon Josefsson2010-04-133-15/+9
* Indent examples. Fix syntax-check warnings.Simon Josefsson2010-04-131-3/+3
* Update gnulib files.Simon Josefsson2010-01-122-3/+3
* Merge Fabio and Nikos copyrights to the FSF, both have signed papers.Simon Josefsson2010-01-113-9/+6
* Update copyright notices.Simon Josefsson2010-01-114-4/+8
* Improve --help and --version outputs.Simon Josefsson2009-06-083-139/+115
* Fix warning flags.Simon Josefsson2009-05-201-1/+1
* Fix syntax-check problems.Simon Josefsson2009-05-203-39/+21
* Indent code. Reproduce using 'make indent' with GNU indent 2.2.10.Simon Josefsson2009-03-043-556/+628
* Bump copyright years.Simon Josefsson2009-03-044-9/+9
* Fix more warnings.Simon Josefsson2008-11-171-3/+5
* Don't use now obsolete functions.Simon Josefsson2008-11-073-7/+7
* Update usages of MAX_* constants.Simon Josefsson2008-10-083-3/+3
* Add warning flags mechanism. Fix warnings.Simon Josefsson2008-10-082-3/+4
* Remove.Simon Josefsson2008-10-081-9/+0
* Move examples from src/ to new directory examples/.Simon Josefsson2008-02-016-1968/+0
* Fix dependencies.Simon Josefsson2008-02-011-3/+3
* Build pkix_asn1_tab.c using asn1Parser.Simon Josefsson2008-02-012-875/+7
* Use GPLv3 for self tests, tools, build infrastructure.Simon Josefsson2007-08-316-72/+64
* Use read_binary_file to read data, for Windows. Add self-test to test regres...Simon Josefsson2006-11-161-11/+12
* Fix last commit.Simon Josefsson2006-10-301-3/+4
* Handle arbitrary large DER output lenghts.Simon Josefsson2006-10-301-4/+16
* Improve --help output. Assume getopt_long, since gnulib provides it.Simon Josefsson2006-10-193-102/+35
* Remove unused version variable.Simon Josefsson2006-10-193-20/+0
* Use progname and version-etc-fsf modules.Simon Josefsson2006-10-194-19/+22
* Need -Igl, for unistd.h.Simon Josefsson2006-06-271-1/+1
* Fix help2man formatting.Simon Josefsson2006-03-123-67/+76