Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add regress coverage for BIO_dump() | tb | 2024-02-02 | 1 | -1/+2 |
| | |||||
* | bio_asn1: adjust for more recent churn | tb | 2023-04-25 | 1 | -1/+3 |
| | |||||
* | The bio_asn1 test will need to be linked statically after the bump | tb | 2023-04-25 | 1 | -1/+3 |
| | |||||
* | Add regress coverage for some BIO_f_asn1() bugs fixed before release | tb | 2023-03-26 | 1 | -1/+2 |
| | |||||
* | Split biotest into its three logical parts | tb | 2022-12-08 | 1 | -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 now | tb | 2022-12-03 | 1 | -6/+7 |
| | | | | Should have been part of the previous commit | ||||
* | Include -DLIBRESSL_INTERNAL in regress makefiles. | jsing | 2014-07-08 | 1 | -2/+2 |
| | | | | ok miod@ | ||||
* | Add a skeleton regress for crypto/bio, which currently only covers | jsing | 2014-06-22 | 1 | -0/+9 |
BIO_get_port() and fails since the current code believes that "-1" is a valid port. |