summaryrefslogtreecommitdiff
path: root/test/asn1_encode_test.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-07-291-1/+1
* Fix test/asn1_encode_test.c to handle encoding/decoding failureRichard Levitte2021-07-101-22/+27
* Fix test/asn1_encode_test.c to not use ASN1_FBOOLEANRichard Levitte2021-07-101-5/+5
* Add a test for encoding/decoding using an invalid ASN.1 TemplateMatt Caswell2020-12-081-0/+33
* Update source files for deprecation at 3.0Richard Levitte2019-11-071-3/+3
* fix truncation of integers on 32bit AIXShane Lontis2019-03-111-2/+2
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Refactor the computation of API version limitsRichard Levitte2018-12-061-3/+3
* Switch future deprecation version from 1.2.0 to 3.0Richard Levitte2018-12-061-3/+3
* Update copyright yearMatt Caswell2018-02-271-1/+1
* Use malloc to avoid alignment problems.Viktor Dukhovni2018-02-211-3/+6
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-131-5/+5
* Fix some typo and commentsFdaSilvaYY2017-08-121-1/+1
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-1/+2
* TAP line filter BIO.Pauli2017-06-221-1/+1
* Put error output back.Pauli2017-06-191-0/+1
* Update tests to avoid printf to stdout/stderr when running as test cases.Pauli2017-06-191-27/+19
* test/asn1_encode_test.c: test "next negative minimum" corner case.Andy Polyakov2017-04-301-0/+10
* Adapt all test programsRichard Levitte2017-04-241-1/+0
* ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte2017-04-131-8/+8
* Test printing of ASN.1 types INTxx et alRichard Levitte2017-04-121-7/+33
* Add tests of custom negative 1Richard Levitte2017-04-121-0/+10
* Fix definition of i2d_fn in asn1_encode_test.cRichard Levitte2017-04-121-1/+1
* In asn1_encode_test.c, add custom DER encoding checksRichard Levitte2017-04-121-30/+134
* Fix int64 test of t_4bytes_4_negRichard Levitte2017-04-111-2/+3
* Reject decoding of an INT64 with a value >INT64_MAXMatt Caswell2017-04-111-1/+1
* Act on deprecation of LONG and ZLONG, step 1Richard Levitte2017-04-101-0/+6
* Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte2017-04-101-1/+1
* Fix test/asn1_encode_test.c, ASN1_LONG_DATA used inappropriatelyRichard Levitte2017-04-051-4/+4
* Add a test of encoding and decoding LONG, INT32, UINT32, INT64 and UINT64Richard Levitte2017-04-041-0/+717