summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bio/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add regress coverage for BIO_dump()tb2024-02-021-1/+2
|
* bio_asn1: adjust for more recent churntb2023-04-251-1/+3
|
* The bio_asn1 test will need to be linked statically after the bumptb2023-04-251-1/+3
|
* Add regress coverage for some BIO_f_asn1() bugs fixed before releasetb2023-03-261-1/+2
|
* Split biotest into its three logical partstb2022-12-081-2/+5
| | | | | | Some parts of this test rely on unportable behavior, so cannot run in portable. This way we can run more tests for portable which is helpful for analysis tools, better coverage, etc.
* biotest needs bio_local.h nowtb2022-12-031-6/+7
| | | | Should have been part of the previous commit
* Include -DLIBRESSL_INTERNAL in regress makefiles.jsing2014-07-081-2/+2
| | | | ok miod@
* Add a skeleton regress for crypto/bio, which currently only coversjsing2014-06-221-0/+9
BIO_get_port() and fails since the current code believes that "-1" is a valid port.