summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-06-15Imported Upstream version 4.13upstream/4.13Dariusz Michaluk1-0/+13
2018-06-15Imported Upstream version 4.12upstream/4.12Dariusz Michaluk8-9/+96
2018-06-15Imported Upstream version 4.10upstream/4.10Dariusz Michaluk14-69/+378
2018-06-15Imported Upstream version 4.9upstream/4.9Dariusz Michaluk4-8/+338
2016-06-08Imported Upstream version 4.8upstream/4.8submit/upstream/20160613.071414sangsu58-12/+2703
2014-06-17corrected file nameNikos Mavrogiannopoulos1-1/+1
2014-06-09Added new test that combines asn1_der_decoding_startEnd() with asn1_der_codin...Nikos Mavrogiannopoulos3-3/+233
2014-06-09Added copyright informationNikos Mavrogiannopoulos1-0/+20
2014-06-09Added test for asn1_der_decoding_startEnd() after an asn1_dup_node().Nikos Mavrogiannopoulos1-0/+27
2014-06-08build: tests: fix Test_choice within separate builddirAlon Bar-Lev2-2/+6
2014-06-05renamed asn1_copy_node2 to asn1_dup_nodeNikos Mavrogiannopoulos1-3/+3
2014-05-30Added asn1_copy_node2()Nikos Mavrogiannopoulos1-2/+0
2014-05-30Added test for asn1_copy_node()Nikos Mavrogiannopoulos2-2/+192
2014-05-30Added check for decoding_startEnd().Nikos Mavrogiannopoulos1-0/+40
2014-05-17Marked asn1_der_decoding_element() as deprecated.Nikos Mavrogiannopoulos2-1/+3
2014-04-26Added test that decodes and re-encodes a DER CRL.Nikos Mavrogiannopoulos3-3/+147
2014-04-26Fix memory leak.Kurt Roeckx1-0/+3
2014-04-22Update copyright years.Simon Josefsson16-16/+16
2014-03-28cleaned up codeNikos Mavrogiannopoulos1-2/+1
2014-03-14free all allocated memoryNikos Mavrogiannopoulos1-0/+1
2014-03-14Added self-check for recursive choices.Nikos Mavrogiannopoulos3-3/+119
2013-11-25include asn1_delete_structure2() to testsNikos Mavrogiannopoulos1-1/+6
2013-11-25The parser accepts negative numbers in INTEGER ranges. Use snprintf() instead...Nikos Mavrogiannopoulos1-2/+2
2013-03-24Update copyright years.Simon Josefsson16-16/+16
2013-03-24Indent code.Simon Josefsson6-147/+194
2013-01-01More precise overflow checks using gnulib's intprops module.Nikos Mavrogiannopoulos1-1/+1
2012-11-24better error reportingNikos Mavrogiannopoulos1-313/+324
2012-11-23simplified and renamed asn1_encode_string_der() and asn1_decode_string_der()Nikos Mavrogiannopoulos1-10/+11
2012-11-23renamed typesNikos Mavrogiannopoulos1-4/+4
2012-11-23Added asn1_decode_string_der() and asn1_encode_string_der().Nikos Mavrogiannopoulos2-3/+101
2012-11-23updated generated structuresNikos Mavrogiannopoulos1-8/+8
2012-11-22indented C code in ASN1.y, and added more verbose error reporting.Nikos Mavrogiannopoulos1-5/+6
2012-11-06use stderr for status messages in asn1{Coding, Decoding, Parser}Ivan Shmakov1-1/+1
2012-11-01Corrected type asn1_static_node_t -> asn1_static_node.Nikos Mavrogiannopoulos1-1/+1
2012-10-11Renamed structures.Nikos Mavrogiannopoulos4-7/+7
2012-10-09Silence tests.Nikos Mavrogiannopoulos7-38/+95
2012-10-06asn_ -> asn1_Nikos Mavrogiannopoulos5-8/+8
2012-10-01eliminated use of old typesNikos Mavrogiannopoulos7-173/+179
2012-09-14Corrected the test.Nikos Mavrogiannopoulos1-5/+3
2012-09-08Added tool to benchmark X.509 structure decoding.Nikos Mavrogiannopoulos2-1/+36
2012-08-18Fix compilation warnings.Simon Josefsson2-3/+3
2012-03-31Added additional test caseNikos Mavrogiannopoulos1-2/+26
2012-03-31Added overflow detection that does not depend on specific compiler, and asn1_...Nikos Mavrogiannopoulos1-14/+43
2012-03-19Indent code.Simon Josefsson2-44/+45
2012-03-14Simplify overflow check.Simon Josefsson1-12/+58
2012-03-13Add self-check.Simon Josefsson2-2/+49
2012-01-23Bump copyright years.Simon Josefsson13-23/+13
2011-11-20Silence warnings.Simon Josefsson6-21/+18
2011-11-14Add const keyword.Simon Josefsson1-2/+2
2011-11-14Cleanup and add some more test vectors.Simon Josefsson1-21/+49