Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing commas to test vectors | joshua | 2023-07-19 | 1 | -26/+26 |
| | | | | ok tb@ | ||||
* | Add test coverage for SHA3 | joshua | 2023-07-19 | 1 | -27/+344 |
| | | | | ok tb@ | ||||
* | Add two const | tb | 2022-09-02 | 1 | -3/+3 |
| | |||||
* | Make test tables static const and fix a style nit | tb | 2022-09-02 | 1 | -5/+4 |
| | |||||
* | Add tests for 1 million repeated "a" | tb | 2022-09-02 | 1 | -39/+220 |
| | | | | From Joshua Sing | ||||
* | Add a nicely licensed, table-driven test for SHA | tb | 2022-09-01 | 2 | -0/+448 |
| | | | | | | | This tests covers the NIST vectors for SHA-{1,224,256,384,256} and will soon be able to replace the old SHA tests entirely. From Joshua Sing <joshua () hypera ! dev> | ||||
* | Remove SHA-0 support. | doug | 2015-09-13 | 2 | -161/+0 |
| | | | | | | | SHA-0 was withdrawn shortly after publication 20 years ago and replaced with SHA-1. This will require a major crank. ok bcook@, jsing@ | ||||
* | 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/+159 |
infrastructure. The following tests have not been imported, for their code lacks a licence: asn1, rsa, sha256, sha512, wp. |