Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove engine regress. | jsing | 2023-12-27 | 2 | -262/+0 |
| | | | | | | Engines are no longer a thing. Discussed with tb@ | ||||
* | Make enginetest work with disabled engine support | tb | 2023-06-19 | 1 | -1/+10 |
| | |||||
* | Convert from %i to %d | tb | 2022-09-05 | 1 | -5/+5 |
| | |||||
* | Add missing $OpenBSD$ markers. | tb | 2018-07-17 | 1 | -1/+1 |
| | |||||
* | Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior and | tb | 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.libressl-v2.4.0 | bcook | 2016-05-30 | 1 | -4/+4 |
| | | | | ok beck@ jsing@ | ||||
* | remove e_os2.h includes | bcook | 2015-09-13 | 1 | -1/+0 |
| | | | | ok jsing@ | ||||
* | Cleanup enginetest a bit. | bcook | 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 | bcook | 2014-08-16 | 1 | -8/+5 |
| | |||||
* | 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. | ||||
* | remove OPENSSL_malloc and CRYPTO_malloc goo from the regress tests. | beck | 2014-05-24 | 1 | -14/+2 |
| | | | | ok miod@ jsing@ guenther@ | ||||
* | move enginetest to regress as was done with the other tests | jsg | 2014-04-17 | 2 | -0/+290 |