Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing $OpenBSD$ markers. | 2018-07-17 | 1 | -1/+1 | |
| | |||||
* | Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior and | 2018-04-14 | 1 | -10/+7 | |
| | | | | | | simplifies the caller side. tested by & ok inoguchi; discussed with schwarze | ||||
* | Gix misleading indent pointed out by GCC 6.1. | 2016-05-30 | 1 | -4/+4 | |
| | | | | ok beck@ jsing@ | ||||
* | remove e_os2.h includes | 2015-09-13 | 1 | -1/+0 | |
| | | | | ok jsing@ | ||||
* | Cleanup enginetest a bit. | 2015-09-12 | 1 | -104/+84 | |
| | | | | | It was the only thing preventing -Werror from building on some systems due to the unchecked asprintf's. | ||||
* | replace sprintf/strdup with asprintf in engine test | 2014-08-16 | 1 | -8/+5 | |
| | |||||
* | Include -DLIBRESSL_INTERNAL in regress makefiles. | 2014-07-08 | 1 | -2/+2 | |
| | | | | ok miod@ | ||||
* | Build these tests with WARNINGS=Yes and -Werror, and do the necessary | 2014-06-01 | 1 | -1/+3 | |
| | | | | fixes to keep building. | ||||
* | remove OPENSSL_malloc and CRYPTO_malloc goo from the regress tests. | 2014-05-24 | 1 | -14/+2 | |
| | | | | ok miod@ jsing@ guenther@ | ||||
* | move enginetest to regress as was done with the other tests | 2014-04-17 | 2 | -0/+290 | |