Age | Commit message (Expand) | Author | Files | Lines |
2012-10-11 | Renamed structures. | Nikos Mavrogiannopoulos | 4 | -7/+7 |
2012-10-09 | Silence tests. | Nikos Mavrogiannopoulos | 7 | -38/+95 |
2012-10-06 | asn_ -> asn1_ | Nikos Mavrogiannopoulos | 5 | -8/+8 |
2012-10-01 | eliminated use of old types | Nikos Mavrogiannopoulos | 7 | -173/+179 |
2012-09-14 | Corrected the test. | Nikos Mavrogiannopoulos | 1 | -5/+3 |
2012-09-08 | Added tool to benchmark X.509 structure decoding. | Nikos Mavrogiannopoulos | 2 | -1/+36 |
2012-08-18 | Fix compilation warnings. | Simon Josefsson | 2 | -3/+3 |
2012-03-31 | Added additional test case | Nikos Mavrogiannopoulos | 1 | -2/+26 |
2012-03-31 | Added overflow detection that does not depend on specific compiler, and asn1_... | Nikos Mavrogiannopoulos | 1 | -14/+43 |
2012-03-19 | Indent code. | Simon Josefsson | 2 | -44/+45 |
2012-03-14 | Simplify overflow check. | Simon Josefsson | 1 | -12/+58 |
2012-03-13 | Add self-check. | Simon Josefsson | 2 | -2/+49 |
2012-01-23 | Bump copyright years. | Simon Josefsson | 13 | -23/+13 |
2011-11-20 | Silence warnings. | Simon Josefsson | 6 | -21/+18 |
2011-11-14 | Add const keyword. | Simon Josefsson | 1 | -2/+2 |
2011-11-14 | Cleanup and add some more test vectors. | Simon Josefsson | 1 | -21/+49 |
2011-11-14 | tests: Added self-test of bit string functions. | Simon Josefsson | 2 | -2/+183 |
2011-01-08 | Update copyright years. | Simon Josefsson | 11 | -17/+17 |
2010-09-30 | tests: Link to gnulib to avoid build error related to 'rpl_ftello' on Solaris. | Simon Josefsson | 1 | -1/+1 |
2010-04-13 | Add license notes to files. | Simon Josefsson | 3 | -0/+54 |
2010-04-13 | Reorder license header, for some reason the Test_parser fails otherwise. | Simon Josefsson | 1 | -18/+19 |
2010-04-13 | Indent code. | Simon Josefsson | 1 | -7/+9 |
2010-04-13 | Indent examples. Fix syntax-check warnings. | Simon Josefsson | 2 | -11/+11 |
2010-04-13 | Update gnulib files, fix new syntax-check warnings, add license. | Simon Josefsson | 1 | -2/+18 |
2010-03-30 | Add threadsafety self check. | Simon Josefsson | 2 | -1/+179 |
2010-03-16 | tests/Test_errors: Add, for more error checking. | Simon Josefsson | 2 | -2/+44 |
2010-01-11 | Merge Fabio and Nikos copyrights to the FSF, both have signed papers. | Simon Josefsson | 4 | -11/+8 |
2010-01-11 | Update copyright notices. | Simon Josefsson | 6 | -6/+11 |
2010-01-10 | Typos: sructure, stucture. There is no function named create_stucture, but on... | Andreas Metzler | 2 | -2/+2 |
2009-05-20 | Fix syntax-check problems. | Simon Josefsson | 1 | -12/+12 |
2009-03-04 | Indent code. Reproduce using 'make indent' with GNU indent 2.2.10. | Simon Josefsson | 3 | -767/+813 |
2009-03-04 | Bump copyright years. | Simon Josefsson | 6 | -19/+19 |
2008-12-01 | Make crlf self-test work under Mingw+Wine. | Simon Josefsson | 2 | -1/+2 |
2008-11-17 | Merge in v1.7 changes. | Simon Josefsson | 1 | -1/+1 |
2008-11-10 | Make tests compile. | Simon Josefsson | 1 | -2/+2 |
2008-11-07 | Don't use now obsolete functions. | Simon Josefsson | 4 | -30/+30 |
2008-11-05 | added missing file. | Nikos Mavrogiannopoulos | 1 | -0/+0 |
2008-11-03 | * Optimized tree generation by adding a small_value field in every node. | Nikos Mavrogiannopoulos | 3 | -3/+1368 |
2008-10-08 | Update usages of MAX_* constants. | Simon Josefsson | 3 | -4/+4 |
2008-10-08 | Add warning flags mechanism. Fix warnings. | Simon Josefsson | 1 | -1/+1 |
2008-10-08 | Remove. | Simon Josefsson | 1 | -8/+0 |
2008-02-01 | Fix mem leak. | Simon Josefsson | 1 | -1/+2 |
2008-02-01 | Don't duplicate pkix.asn. | Simon Josefsson | 3 | -1218/+7 |
2007-08-31 | Use GPLv3 for self tests, tools, build infrastructure. | Simon Josefsson | 5 | -57/+51 |
2006-11-16 | Revert, problems was double EXTRA_DIST. | Simon Josefsson | 1 | -2/+2 |
2006-11-16 | Add -I's. | Simon Josefsson | 1 | -1/+1 |
2006-11-16 | Use read_binary_file to read data, for Windows. Add self-test to test regres... | Simon Josefsson | 4 | -3/+1255 |
2006-06-27 | Only optionally use valgrind. | Simon Josefsson | 1 | -3/+1 |
2006-06-27 | Fix distcheck. | Simon Josefsson | 1 | -0/+2 |
2006-06-26 | Fix srcdir!=objdir. | Simon Josefsson | 1 | -1/+1 |