aboutsummaryrefslogtreecommitdiffstats
path: root/test/asn1_encode_test.c
Commit message (Expand)AuthorAgeFilesLines
* 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