Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-13 | Imported Upstream version 4.19.0upstream/4.19.0upstream | Dariusz Michaluk | 1 | -16/+19 | |
2019-08-28 | Imported Upstream version 4.14upstream/4.14 | Pawel Kowalski | 1 | -10/+20 | |
2018-06-15 | Imported Upstream version 4.12upstream/4.12 | Dariusz Michaluk | 1 | -3/+5 | |
2018-06-15 | Imported Upstream version 4.10upstream/4.10 | Dariusz Michaluk | 1 | -6/+14 | |
2018-06-15 | Imported Upstream version 4.9upstream/4.9 | Dariusz Michaluk | 1 | -2/+2 | |
2016-06-08 | Imported Upstream version 4.8upstream/4.8submit/upstream/20160613.071414 | sangsu | 1 | -7/+34 | |
Change-Id: I25e57ece28b9ebb637a2b7356f57e11b7f2eb807 Signed-off-by: sangsu <sangsu.choi@samsung.com> | |||||
2014-06-17 | corrected file name | Nikos Mavrogiannopoulos | 1 | -1/+1 | |
2014-06-09 | Added new test that combines asn1_der_decoding_startEnd() with ↵ | Nikos Mavrogiannopoulos | 1 | -3/+4 | |
asn1_der_coding(). | |||||
2014-06-08 | build: tests: fix Test_choice within separate builddir | Alon Bar-Lev | 1 | -1/+1 | |
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> | |||||
2014-05-30 | Added test for asn1_copy_node() | Nikos Mavrogiannopoulos | 1 | -2/+2 | |
2014-04-26 | Added test that decodes and re-encodes a DER CRL. | Nikos Mavrogiannopoulos | 1 | -3/+5 | |
2014-04-22 | Update copyright years. | Simon Josefsson | 1 | -1/+1 | |
2014-03-14 | Added self-check for recursive choices. | Nikos Mavrogiannopoulos | 1 | -3/+3 | |
2013-03-24 | Update copyright years. | Simon Josefsson | 1 | -1/+1 | |
2012-11-23 | Added asn1_decode_string_der() and asn1_encode_string_der(). | Nikos Mavrogiannopoulos | 1 | -3/+4 | |
2012-09-08 | Added tool to benchmark X.509 structure decoding. | Nikos Mavrogiannopoulos | 1 | -1/+1 | |
2012-03-13 | Add self-check. | Simon Josefsson | 1 | -2/+2 | |
2012-01-23 | Bump copyright years. | Simon Josefsson | 1 | -2/+1 | |
2011-11-20 | Silence warnings. | Simon Josefsson | 1 | -0/+1 | |
2011-11-14 | tests: Added self-test of bit string functions. | Simon Josefsson | 1 | -2/+2 | |
2011-01-08 | Update copyright years. | Simon Josefsson | 1 | -2/+2 | |
2010-09-30 | tests: Link to gnulib to avoid build error related to 'rpl_ftello' on Solaris. | Simon Josefsson | 1 | -1/+1 | |
Reported by Dagobert Michelsen. | |||||
2010-03-30 | Add threadsafety self check. | Simon Josefsson | 1 | -1/+4 | |
2010-03-16 | tests/Test_errors: Add, for more error checking. | Simon Josefsson | 1 | -2/+4 | |
2010-01-11 | Update copyright notices. | Simon Josefsson | 1 | -1/+2 | |
2009-03-04 | Bump copyright years. | Simon Josefsson | 1 | -1/+1 | |
2008-12-01 | Make crlf self-test work under Mingw+Wine. | Simon Josefsson | 1 | -0/+1 | |
2008-11-03 | * Optimized tree generation by adding a small_value field in every node. | Nikos Mavrogiannopoulos | 1 | -3/+6 | |
If the node contains few data they will be stored there instead of a malloced buffer. * Added ability to DER decoder to decode BER encoded octet strings. * Added test case with a pkcs-12 formatted structure to test the ability to parse those strings. * Added asn1_append_value() and asn1_set_value_octet() to reduce code being copied. | |||||
2008-10-08 | Add warning flags mechanism. Fix warnings. | Simon Josefsson | 1 | -1/+1 | |
2008-02-01 | Don't duplicate pkix.asn. | Simon Josefsson | 1 | -2/+2 | |
2007-08-31 | Use GPLv3 for self tests, tools, build infrastructure. | Simon Josefsson | 1 | -10/+9 | |
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 ↵ | Simon Josefsson | 1 | -3/+8 | |
regressions. | |||||
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 | |
2006-05-10 | Fix typo. | Simon Josefsson | 1 | -1/+1 | |
2006-05-10 | Fix. | Simon Josefsson | 1 | -1/+1 | |
2006-05-10 | Use --tool, needed on some platforms. | Simon Josefsson | 1 | -1/+1 | |
2006-05-10 | Add Test_encoding. | Simon Josefsson | 1 | -7/+5 | |
Simplify. | |||||
2006-05-10 | Add -no-install. | Simon Josefsson | 1 | -0/+21 | |
2006-05-10 | Run tests under valgrind, if available. | Simon Josefsson | 1 | -1/+4 | |
2006-01-27 | Fix make check for objdir != srcdir, reported by Bernard Leak ↵ | Simon Josefsson | 1 | -0/+4 | |
<bernard@brenda-arkle.demon.co.uk>. | |||||
2004-09-08 | add self test | Fabio Fiorina | 1 | -1/+2 | |
2002-06-11 | *** empty log message *** | Nikos Mavrogiannopoulos | 1 | -2/+2 | |
2002-05-15 | Start Up Version | Fabio Fiorina | 1 | -0/+10 | |