summaryrefslogtreecommitdiffstats
path: root/test/asn1_encode_test.c
AgeCommit message (Expand)Author
2020-12-08Add a test for encoding/decoding using an invalid ASN.1 TemplateMatt Caswell
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-03-11fix truncation of integers on 32bit AIXShane Lontis
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-12-06Switch future deprecation version from 1.2.0 to 3.0Richard Levitte
2018-02-27Update copyright yearMatt Caswell
2018-02-21Use malloc to avoid alignment problems.Viktor Dukhovni
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-08-12Fix some typo and commentsFdaSilvaYY
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli
2017-06-22TAP line filter BIO.Pauli
2017-06-19Put error output back.Pauli
2017-06-19Update tests to avoid printf to stdout/stderr when running as test cases.Pauli
2017-04-30test/asn1_encode_test.c: test "next negative minimum" corner case.Andy Polyakov
2017-04-24Adapt all test programsRichard Levitte
2017-04-13ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte
2017-04-12Test printing of ASN.1 types INTxx et alRichard Levitte
2017-04-12Add tests of custom negative 1Richard Levitte
2017-04-12Fix definition of i2d_fn in asn1_encode_test.cRichard Levitte
2017-04-12In asn1_encode_test.c, add custom DER encoding checksRichard Levitte
2017-04-11Fix int64 test of t_4bytes_4_negRichard Levitte
2017-04-11Reject decoding of an INT64 with a value >INT64_MAXMatt Caswell
2017-04-10Act on deprecation of LONG and ZLONG, step 1Richard Levitte
2017-04-10Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte
2017-04-05Fix test/asn1_encode_test.c, ASN1_LONG_DATA used inappropriatelyRichard Levitte
2017-04-04Add a test of encoding and decoding LONG, INT32, UINT32, INT64 and UINT64Richard Levitte