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