summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a regress test exercising BIO_dup_chain() and triggering the leaktb2023-08-071-1/+43
* bio_asn1 tests: drop unneeded variabletb2023-07-211-3/+2
* Simplify slightly and use i2d_PKCS7_bio_stream()tb2023-05-021-3/+3
* bio_asn1: adjust for more recent churntb2023-04-252-2/+6
* The bio_asn1 test will need to be linked statically after the bumptb2023-04-251-1/+3
* Add a regress for the recent BIO_new_NDEF() write after freetb2023-03-311-2/+59
* Add regress coverage for some BIO_f_asn1() bugs fixed before releasetb2023-03-262-1/+176
* 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-084-458/+512
* biotest: Tweak long comment a bittb2022-12-081-11/+13
* Add BIO_push() and BIO_set_next() regress coveragetb2022-12-081-1/+367
* biotest needs bio_local.h nowtb2022-12-031-6/+7
* Test BIO_{push,pop}() along a linear chaintb2022-12-031-1/+135
* Convert from %i to %dtb2022-09-051-5/+5
* Add memory BIO small I/O tests.jsing2022-02-191-1/+72
* Add tests for memory BIO.jsing2022-02-171-2/+254
* whitespacebeck2017-04-301-3/+3
* Make this run on strict alignment architectures.miod2015-05-081-6/+9
* replace u_int32_t with uint32_tbcook2014-07-111-4/+5
* Include -DLIBRESSL_INTERNAL in regress makefiles.jsing2014-07-081-2/+2
* string.h is the correct file, not strings.hbcook2014-07-081-2/+2
* Add regress tests for BIO_get_host_ip().jsing2014-06-221-2/+70
* Add a skeleton regress for crypto/bio, which currently only coversjsing2014-06-222-0/+92