summaryrefslogtreecommitdiff
path: root/test/x509aux.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY2022-11-231-1/+0
* Update copyright yearRichard Levitte2021-01-281-1/+1
* X509_cmp(): Fix comparison in case x509v3_cache_extensions() failed to due to...Dr. David von Oheimb2021-01-131-6/+11
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Fix common test framework optionsMatt Caswell2020-02-031-1/+8
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-1/+1
* Updated test command line parsing to support commmon commandsShane Lontis2019-02-111-4/+3
* Fixed d2i_X509 in-place not re-hashing the ex_flagsBernd Edlinger2019-01-311-0/+9
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-06-201-1/+1
* add cast in test/x509aux.c preventing compiler warning for VC-WIN64A architec...David von Oheimb2018-06-181-1/+1
* 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-11/+8
* Address style issues.Pauli2017-06-191-6/+5
* Update tests to avoid printf to stdout/stderr when running as test cases.Pauli2017-06-191-30/+27
* Adapt all test programsRichard Levitte2017-04-241-2/+0
* Address review feedback (to be squashed)Rich Salz2017-04-121-21/+16
* Convert x509aux, cipherlist, casttestRich Salz2017-04-121-64/+13
* test/x509aux.c: Fix argv loopRichard Levitte2016-09-211-6/+11
* Fix i2d_X509_AUX, update docs and add testsViktor Dukhovni2016-05-111-0/+226