Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check for asprintf failing allocation | deraadt | 2019-06-27 | 1 | -1/+4 |
| | |||||
* | Add missing $OpenBSD$ markers. | tb | 2018-07-17 | 1 | -0/+1 |
| | |||||
* | Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead of | miod | 2015-10-30 | 1 | -0/+1 |
| | | | | | relying upon previously included headers to do this, to enhance portability; from Pascal Cuoq, libressl github pull request #52 | ||||
* | Include -DLIBRESSL_INTERNAL in regress makefiles. | jsing | 2014-07-08 | 1 | -2/+2 |
| | | | | ok miod@ | ||||
* | Build these tests with WARNINGS=Yes and -Werror, and do the necessary | miod | 2014-06-01 | 1 | -1/+3 |
| | | | | fixes to keep building. | ||||
* | Fix various issues that result in compiler warnings. | jsing | 2014-05-16 | 1 | -13/+14 |
| | | | | Prompted by a diff from Brent Cook. | ||||
* | Update the base64 regress test and enable a test that would previously | jsing | 2014-05-03 | 1 | -19/+28 |
| | | | | | | | have resulted in a segfault. Also update the resulting output bytes now that the invalid/corrupt input is detected and rejected; unless you're using BIO_FLAGS_BASE64_NO_NL, in which case you still get a stream of zero value bytes and no way of knowing that the data is invalid/corrupt. | ||||
* | Initial version of a base64 regress. | jsing | 2014-05-03 | 2 | -0/+380 |