Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-08-28 | Imported Upstream version 4.14upstream/4.14 | Pawel Kowalski | 18 | -563/+1926 | |
2018-06-15 | Imported Upstream version 4.13upstream/4.13 | Dariusz Michaluk | 1 | -0/+13 | |
2018-06-15 | Imported Upstream version 4.12upstream/4.12 | Dariusz Michaluk | 8 | -9/+96 | |
2018-06-15 | Imported Upstream version 4.10upstream/4.10 | Dariusz Michaluk | 14 | -69/+378 | |
2018-06-15 | Imported Upstream version 4.9upstream/4.9 | Dariusz Michaluk | 4 | -8/+338 | |
2016-06-08 | Imported Upstream version 4.8upstream/4.8submit/upstream/20160613.071414 | sangsu | 58 | -12/+2703 | |
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 | 3 | -3/+233 | |
asn1_der_coding(). | |||||
2014-06-09 | Added copyright information | Nikos Mavrogiannopoulos | 1 | -0/+20 | |
2014-06-09 | Added test for asn1_der_decoding_startEnd() after an asn1_dup_node(). | Nikos Mavrogiannopoulos | 1 | -0/+27 | |
2014-06-08 | build: tests: fix Test_choice within separate builddir | Alon Bar-Lev | 2 | -2/+6 | |
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> | |||||
2014-06-05 | renamed asn1_copy_node2 to asn1_dup_node | Nikos Mavrogiannopoulos | 1 | -3/+3 | |
2014-05-30 | Added asn1_copy_node2() | Nikos Mavrogiannopoulos | 1 | -2/+0 | |
2014-05-30 | Added test for asn1_copy_node() | Nikos Mavrogiannopoulos | 2 | -2/+192 | |
2014-05-30 | Added check for decoding_startEnd(). | Nikos Mavrogiannopoulos | 1 | -0/+40 | |
2014-05-17 | Marked asn1_der_decoding_element() as deprecated. | Nikos Mavrogiannopoulos | 2 | -1/+3 | |
2014-04-26 | Added test that decodes and re-encodes a DER CRL. | Nikos Mavrogiannopoulos | 3 | -3/+147 | |
2014-04-26 | Fix memory leak. | Kurt Roeckx | 1 | -0/+3 | |
2014-04-22 | Update copyright years. | Simon Josefsson | 16 | -16/+16 | |
2014-03-28 | cleaned up code | Nikos Mavrogiannopoulos | 1 | -2/+1 | |
2014-03-14 | free all allocated memory | Nikos Mavrogiannopoulos | 1 | -0/+1 | |
2014-03-14 | Added self-check for recursive choices. | Nikos Mavrogiannopoulos | 3 | -3/+119 | |
2013-11-25 | include asn1_delete_structure2() to tests | Nikos Mavrogiannopoulos | 1 | -1/+6 | |
2013-11-25 | The parser accepts negative numbers in INTEGER ranges. Use snprintf() ↵ | Nikos Mavrogiannopoulos | 1 | -2/+2 | |
instead of strcpy() in parser. | |||||
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 | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | |||||
2012-11-01 | Corrected type asn1_static_node_t -> asn1_static_node. | Nikos Mavrogiannopoulos | 1 | -1/+1 | |
The old type was left for compatibility. Reported by Andreas Metzler. | |||||
2012-10-11 | Renamed structures. | Nikos Mavrogiannopoulos | 4 | -7/+7 | |
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-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 ↵ | Nikos Mavrogiannopoulos | 1 | -14/+43 | |
asn1_get_der_length() verifies the length of the input data in small numbers as well. | |||||
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 | |