summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bio/biotest.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make this run on strict alignment architectures.miod2015-05-081-6/+9
|
* replace u_int32_t with uint32_tbcook2014-07-111-4/+5
| | | | ok beck@
* string.h is the correct file, not strings.hbcook2014-07-081-2/+2
| | | | ok beck@ jsing@
* 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-221-0/+83
BIO_get_port() and fails since the current code believes that "-1" is a valid port.