Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary sizeof | joshua | 2022-11-09 | 1 | -3/+3 |
| | | | | ok jsing@ tb@ | ||||
* | Add CBC, CFB64 and OFB64 test coverage for RC2 | tb | 2022-09-12 | 1 | -34/+463 |
| | | | | From Joshua Sing | ||||
* | whitespace nits | tb | 2022-09-12 | 1 | -4/+5 |
| | |||||
* | Move division by two out of sizeof() | tb | 2022-09-12 | 1 | -3/+3 |
| | | | | CID 356778 | ||||
* | Add EVP test coverage for RC2. | tb | 2022-09-07 | 1 | -1/+194 |
| | | | | From Joshua Sing | ||||
* | Add a table-driven test for RC2 in ECB mode to replace the old one. | tb | 2022-09-06 | 3 | -140/+296 |
| | | | | From Joshua Sing | ||||
* | Add missing $OpenBSD$ markers. | tb | 2018-07-17 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Import the OpenSSL libcrypto tests in a form suitable for our rergress | miod | 2014-04-15 | 2 | -0/+145 |
infrastructure. The following tests have not been imported, for their code lacks a licence: asn1, rsa, sha256, sha512, wp. |