Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split biotest into its three logical parts | tb | 2022-12-08 | 1 | -980/+0 |
| | | | | | | 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: Tweak long comment a bit | tb | 2022-12-08 | 1 | -11/+13 |
| | |||||
* | Add BIO_push() and BIO_set_next() regress coverage | tb | 2022-12-08 | 1 | -1/+367 |
| | | | | | | This tests for the behavior changes in bio_lib.c r1.40 and r1.41 and makes sure that BIO_push() and BIO_set_next() act on two chains in the expected and now documented way. | ||||
* | Test BIO_{push,pop}() along a linear chain | tb | 2022-12-03 | 1 | -1/+135 |
| | |||||
* | Convert from %i to %d | tb | 2022-09-05 | 1 | -5/+5 |
| | |||||
* | Add memory BIO small I/O tests. | jsing | 2022-02-19 | 1 | -1/+72 |
| | |||||
* | Add tests for memory BIO. | jsing | 2022-02-17 | 1 | -2/+254 |
| | |||||
* | whitespace | beck | 2017-04-30 | 1 | -3/+3 |
| | |||||
* | Make this run on strict alignment architectures. | miod | 2015-05-08 | 1 | -6/+9 |
| | |||||
* | replace u_int32_t with uint32_t | bcook | 2014-07-11 | 1 | -4/+5 |
| | | | | ok beck@ | ||||
* | string.h is the correct file, not strings.h | bcook | 2014-07-08 | 1 | -2/+2 |
| | | | | ok beck@ jsing@ | ||||
* | Add regress tests for BIO_get_host_ip(). | jsing | 2014-06-22 | 1 | -2/+70 |
| | |||||
* | Add a skeleton regress for crypto/bio, which currently only covers | jsing | 2014-06-22 | 1 | -0/+83 |
BIO_get_port() and fails since the current code believes that "-1" is a valid port. |