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