summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Added test case based on Hanno Boeck's certificateNikos Mavrogiannopoulos2015-04-203-5/+34
* build: tests: fix Test_choice_ocsp on separate builddirAlon Bar-Lev2015-03-091-0/+2
* updated error text in Test_choice_ocspNikos Mavrogiannopoulos2015-03-061-1/+1
* simplified string test for BERNikos Mavrogiannopoulos2015-03-061-6/+10
* Added missing fileNikos Mavrogiannopoulos2015-03-041-0/+80
* tests: Added tests for asn1_decode_simple_berNikos Mavrogiannopoulos2015-03-041-0/+37
* Added test for ResponseData decoding-encoding issueNikos Mavrogiannopoulos2014-11-144-4/+50
* tests: Added test for ASN1_DECODE_FLAG_STRICT_DER flagNikos Mavrogiannopoulos2014-08-202-2/+139
* tests: added additional test for the indefinite any tagNikos Mavrogiannopoulos2014-08-203-6/+46
* Added another BER-encoded PKCS #12 file to test indefinite decodingNikos Mavrogiannopoulos2014-08-203-3/+45
* threadsafety: use $# instead of $1Nikos Mavrogiannopoulos2014-07-291-1/+1
* corrected file nameNikos Mavrogiannopoulos2014-06-171-1/+1
* Added new test that combines asn1_der_decoding_startEnd() with asn1_der_codin...Nikos Mavrogiannopoulos2014-06-093-3/+233
* Added copyright informationNikos Mavrogiannopoulos2014-06-091-0/+20
* Added test for asn1_der_decoding_startEnd() after an asn1_dup_node().Nikos Mavrogiannopoulos2014-06-091-0/+27
* build: tests: fix Test_choice within separate builddirAlon Bar-Lev2014-06-082-2/+6
* renamed asn1_copy_node2 to asn1_dup_nodeNikos Mavrogiannopoulos2014-06-051-3/+3
* Added asn1_copy_node2()Nikos Mavrogiannopoulos2014-05-301-2/+0
* Added test for asn1_copy_node()Nikos Mavrogiannopoulos2014-05-302-2/+192
* Added check for decoding_startEnd().Nikos Mavrogiannopoulos2014-05-301-0/+40
* Marked asn1_der_decoding_element() as deprecated.Nikos Mavrogiannopoulos2014-05-172-1/+3
* Added test that decodes and re-encodes a DER CRL.Nikos Mavrogiannopoulos2014-04-263-3/+147
* Fix memory leak.Kurt Roeckx2014-04-261-0/+3
* Update copyright years.Simon Josefsson2014-04-2216-16/+16
* cleaned up codeNikos Mavrogiannopoulos2014-03-281-2/+1
* free all allocated memoryNikos Mavrogiannopoulos2014-03-141-0/+1
* Added self-check for recursive choices.Nikos Mavrogiannopoulos2014-03-143-3/+119
* include asn1_delete_structure2() to testsNikos Mavrogiannopoulos2013-11-251-1/+6
* The parser accepts negative numbers in INTEGER ranges. Use snprintf() instead...Nikos Mavrogiannopoulos2013-11-251-2/+2
* Update copyright years.Simon Josefsson2013-03-2416-16/+16
* Indent code.Simon Josefsson2013-03-246-147/+194
* More precise overflow checks using gnulib's intprops module.Nikos Mavrogiannopoulos2013-01-011-1/+1
* better error reportingNikos Mavrogiannopoulos2012-11-241-313/+324
* simplified and renamed asn1_encode_string_der() and asn1_decode_string_der()Nikos Mavrogiannopoulos2012-11-231-10/+11
* renamed typesNikos Mavrogiannopoulos2012-11-231-4/+4
* Added asn1_decode_string_der() and asn1_encode_string_der().Nikos Mavrogiannopoulos2012-11-232-3/+101
* updated generated structuresNikos Mavrogiannopoulos2012-11-231-8/+8
* indented C code in ASN1.y, and added more verbose error reporting.Nikos Mavrogiannopoulos2012-11-221-5/+6
* use stderr for status messages in asn1{Coding, Decoding, Parser}Ivan Shmakov2012-11-061-1/+1
* Corrected type asn1_static_node_t -> asn1_static_node.Nikos Mavrogiannopoulos2012-11-011-1/+1
* Renamed structures.Nikos Mavrogiannopoulos2012-10-114-7/+7
* Silence tests.Nikos Mavrogiannopoulos2012-10-097-38/+95
* asn_ -> asn1_Nikos Mavrogiannopoulos2012-10-065-8/+8
* eliminated use of old typesNikos Mavrogiannopoulos2012-10-017-173/+179
* Corrected the test.Nikos Mavrogiannopoulos2012-09-141-5/+3
* Added tool to benchmark X.509 structure decoding.Nikos Mavrogiannopoulos2012-09-082-1/+36
* Fix compilation warnings.Simon Josefsson2012-08-182-3/+3
* Added additional test caseNikos Mavrogiannopoulos2012-03-311-2/+26
* Added overflow detection that does not depend on specific compiler, and asn1_...Nikos Mavrogiannopoulos2012-03-311-14/+43
* Indent code.Simon Josefsson2012-03-192-44/+45