Age | Commit message (Expand) | Author | Files | Lines |
2013-03-24 | Update copyright years. | Simon Josefsson | 16 | -16/+16 |
2013-03-24 | Indent code. | Simon Josefsson | 6 | -147/+194 |
2013-01-01 | More precise overflow checks using gnulib's intprops module. | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2012-11-24 | better error reporting | Nikos Mavrogiannopoulos | 1 | -313/+324 |
2012-11-23 | simplified and renamed asn1_encode_string_der() and asn1_decode_string_der() | Nikos Mavrogiannopoulos | 1 | -10/+11 |
2012-11-23 | renamed types | Nikos Mavrogiannopoulos | 1 | -4/+4 |
2012-11-23 | Added asn1_decode_string_der() and asn1_encode_string_der(). | Nikos Mavrogiannopoulos | 2 | -3/+101 |
2012-11-23 | updated generated structures | Nikos Mavrogiannopoulos | 1 | -8/+8 |
2012-11-22 | indented C code in ASN1.y, and added more verbose error reporting. | Nikos Mavrogiannopoulos | 1 | -5/+6 |
2012-11-06 | use stderr for status messages in asn1{Coding, Decoding, Parser} | Ivan Shmakov | 1 | -1/+1 |
2012-11-01 | Corrected type asn1_static_node_t -> asn1_static_node. | Nikos Mavrogiannopoulos | 1 | -1/+1 |
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 |