summaryrefslogtreecommitdiff
path: root/test/asn1_internal_test.c
Commit message (Expand)AuthorAgeFilesLines
* OBJ_nid2obj(): Return UNDEF object instead of NULL for NID_undefTomas Mraz2023-03-231-0/+11
* Allow OBJ_create() to create an OBJ and NID with a NULL OIDRichard Levitte2022-12-131-0/+65
* TEST: Check that i2d refuses to encode non-optional items with no contentRichard Levitte2021-07-101-0/+44
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add tests for the limited Unicode code point rangeBeat Bolli2021-03-181-0/+41
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-09-111-1/+1
* test/asn1_internal_test.c: silence the new check for the ASN1 method tableDr. Matthias St. Pierre2018-08-071-4/+2
* Make EVP_PKEY_asn1_new() stricter with its inputRichard Levitte2018-08-071-1/+19
* Fix AppVeyor/VC build failureFdaSilvaYY2017-11-161-2/+2
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Remove tests dependence on e_os.hPauli2017-08-181-1/+1
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-1/+2
* Address double error and OSSLzu comments.Pauli2017-06-191-6/+5
* Update tests to avoid printf to stdout/stderr when running as test cases.Pauli2017-06-191-11/+12
* Adapt all test programsRichard Levitte2017-04-241-1/+0
* VMS: remove name mangling guards around inclusion of internalsRichard Levitte2017-04-201-10/+0
* VMS: Fix internals test programsRichard Levitte2017-04-181-0/+10
* Test infrastructure additions.Pauli2017-03-291-0/+1
* Add main() test methods to reduce test boilerplate.Emilia Kasper2016-11-091-3/+2
* Don't create fixtures for simple testsEmilia Kasper2016-11-041-62/+11
* testutil: always print errors on failureEmilia Kasper2016-11-041-2/+0
* Convert asn1 selftests (a_strnid and ameth_lib) into internal testRichard Levitte2016-11-031-0/+152