summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bio/bio_chain.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a regress test exercising BIO_dup_chain() and triggering the leaktb2023-08-071-1/+43
* bio_chain test: fix error messagetb2023-03-041-2/+2
* bio chain test: compress some error printingtb2022-12-101-5/+4
* bio chain test: deduplicate chain walking codetb2022-12-101-52/+40
* bio chain test: handle walking of empty chainstb2022-12-101-27/+15
* bio chain test: add a consistency check for chain lengthstb2022-12-091-1/+9
* bio chain test: make two errors noisytb2022-12-091-3/+11
* bio chain test: ensure the length of empty chains is 0tb2022-12-091-3/+9
* bio chain test: various minor readability tweakstb2022-12-091-6/+8
* bio chain test: fix inconsequential off-by-onetb2022-12-081-2/+2
* bio chain test: minor readability tweakstb2022-12-081-5/+6
* bio chain test: rename a few variables for consistencytb2022-12-081-29/+29
* bio chain test: decouple lengths of test chainstb2022-12-081-59/+89
* bio chain test: refactor link_chains_at()tb2022-12-081-198/+109
* bio chain test: lose some do_{,bio_} prefixestb2022-12-081-12/+12
* Split biotest into its three logical partstb2022-12-081-0/+532