| Commit message (Expand) | Author | Age | Files | Lines |
| * | Unhook exp | tb | 2022-12-01 | 1 | -2/+1 |
| * | Link aes/ to regress | joshua | 2022-11-07 | 1 | -1/+2 |
| * | Unhook the old md4 and md5 tests | tb | 2022-09-02 | 1 | -3/+1 |
| * | Link new md test to regress. | tb | 2022-09-02 | 1 | -1/+2 |
| * | Unhook old SHA tests | tb | 2022-09-02 | 1 | -4/+1 |
| * | Link sha test to regress | tb | 2022-09-01 | 1 | -1/+2 |
| * | Botan 2.19.2 has removed support for the OpenSSL crypto provider. | bluhm | 2022-06-28 | 1 | -3/+1 |
| * | Add initial regress for objects. | jsing | 2022-02-11 | 1 | -1/+2 |
| * | Add initial regress for CT. | jsing | 2021-12-05 | 1 | -1/+2 |
| * | Convert CA regress implementation from shell script to make file. | bluhm | 2020-12-26 | 1 | -1/+2 |
| * | hook symbols test to regress | tb | 2020-09-18 | 1 | -1/+2 |
| * | Fix a bug in PEM_X509_INFO_read_bio(3) that is very likely to cause | schwarze | 2020-07-23 | 1 | -1/+2 |
| * | Enter the certs regress directory. | jsing | 2020-07-14 | 1 | -1/+2 |
| * | Hook cms regress. | jsing | 2019-11-02 | 1 | -1/+2 |
| * | link sm4 regress to the build | tb | 2019-03-17 | 1 | -1/+2 |
| * | Hook up sm3 regress tests. | tb | 2018-11-11 | 1 | -1/+2 |
| * | The Botan library from ports an be configured to use OpenSSL or | bluhm | 2018-11-09 | 1 | -1/+3 |
| * | Add subdirectires with SUBDIR += instead of a single assignment with | tb | 2018-11-09 | 1 | -47/+46 |
| * | Provide a harness that runs test vectors from Project Wycheproof against | jsing | 2018-07-25 | 1 | -1/+2 |
| * | Link free directory to libcrypto regress test suite. | tb | 2018-05-15 | 1 | -1/+2 |
| * | test X509_NAME_add_entry_by_txt(3); feedback and OK jsing@ | schwarze | 2018-04-07 | 1 | -2/+3 |
| * | Add regress test ensuring autoinit stays pledge("stdio") safe. | beck | 2018-03-19 | 1 | -1/+2 |
| * | Bring in HKDF, from BoringSSL, with regress tests modified to be | beck | 2017-05-06 | 1 | -1/+2 |
| * | link in rsa test | beck | 2017-01-25 | 1 | -1/+2 |
| * | unhook ocsp test from the default since it currently requires network access and | beck | 2017-01-18 | 1 | -2/+1 |
| * | Add regress for X25519, converted from BoringSSL. | jsing | 2016-11-05 | 1 | -1/+2 |
| * | Move pqueue regress from libcrypto to libssl, since that's where the pqueue | jsing | 2016-11-04 | 1 | -2/+1 |
| * | Add a nasty little ocsp regress test in the hope pedants will make it better. | beck | 2016-07-04 | 1 | -1/+2 |
| * | Add initial regress tests for ASN.1 times. | jsing | 2015-09-25 | 1 | -1/+2 |
| * | Temporarily revive MD4 for MS CHAP support. | doug | 2015-09-14 | 1 | -1/+2 |
| * | Remove MD4 support from LibreSSL. | doug | 2015-09-13 | 1 | -2/+1 |
| * | Remove SHA-0 support. | doug | 2015-09-13 | 1 | -2/+1 |
| * | Remove obsolete MDC-2DES from libcrypto. | doug | 2015-06-20 | 1 | -2/+1 |
| * | GOST regression tests; from Dmitry Eremin-Solenikov | miod | 2014-11-18 | 1 | -1/+2 |
| * | Regression test for PKCS5_PBKDF2_HMAC(), written by Christian Heimes ; from | miod | 2014-07-11 | 1 | -1/+2 |
| * | Add an initial regress test for pkcs7. | jsing | 2014-07-02 | 1 | -1/+2 |
| * | Add a skeleton regress for crypto/bio, which currently only covers | jsing | 2014-06-22 | 1 | -1/+2 |
| * | Hook in the aead regress. | jsing | 2014-06-22 | 1 | -1/+2 |
| * | Move the cts128 and gcm128 tests to regress. | jsing | 2014-05-31 | 1 | -1/+2 |
| * | Move sha256 and sha512 tests to regress and wire them up. | jsing | 2014-05-30 | 1 | -1/+3 |
| * | Add regression test for UTF8_{getc,putc}() | guenther | 2014-05-18 | 1 | -2/+3 |
| * | Add poly1305 to libcrypto utilising Andrew Moon's public domain | jsing | 2014-05-14 | 1 | -1/+2 |
| * | Add a fixed (read: non-SIGSEGV'ing) pq_test. | miod | 2014-05-06 | 1 | -1/+2 |
| * | Initial version of a base64 regress. | jsing | 2014-05-03 | 1 | -1/+2 |
| * | Simple sha{224,256,384,512} test using the FIPS 180-2 test vectors available | miod | 2014-05-02 | 1 | -2/+3 |
| * | Add ChaCha to libcrypto, based on djb's public domain implementation. | jsing | 2014-05-01 | 1 | -1/+2 |
| * | When compiling with AES_WRAP_TEST, make main() return a meaningful value | miod | 2014-04-22 | 1 | -1/+2 |
| * | crypto/modes/gcm128.c can be used as its own selftest. Add it to regress, | miod | 2014-04-17 | 1 | -1/+2 |
| * | move enginetest to regress as was done with the other tests | jsg | 2014-04-17 | 1 | -1/+2 |
| * | Import the OpenSSL libcrypto tests in a form suitable for our rergress | miod | 2014-04-15 | 1 | -0/+30 |