summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Move the cts128 and gcm128 tests to regress.jsing2014-05-311-1/+2
|
* Move sha256 and sha512 tests to regress and wire them up.jsing2014-05-301-1/+3
|
* Add regression test for UTF8_{getc,putc}()guenther2014-05-181-2/+3
|
* Add poly1305 to libcrypto utilising Andrew Moon's public domainjsing2014-05-141-1/+2
| | | | | | implementation. ok miod@
* Add a fixed (read: non-SIGSEGV'ing) pq_test.miod2014-05-061-1/+2
|
* Initial version of a base64 regress.jsing2014-05-031-1/+2
|
* Simple sha{224,256,384,512} test using the FIPS 180-2 test vectors availablemiod2014-05-021-2/+3
| | | | from http://csrc.nist.gov/groups/ST/toolkit/examples.html
* Add ChaCha to libcrypto, based on djb's public domain implementation.jsing2014-05-011-1/+2
| | | | ok deraadt@
* When compiling with AES_WRAP_TEST, make main() return a meaningful valuemiod2014-04-221-1/+2
| | | | | instead of garbage, and add this to the libcrypto regress. Note these tests are incomplete, as they always use the default IV.
* crypto/modes/gcm128.c can be used as its own selftest. Add it to regress,miod2014-04-171-1/+2
| | | | conveniently leaving the benchmark code not compiled in the test.
* move enginetest to regress as was done with the other testsjsg2014-04-171-1/+2
|
* Import the OpenSSL libcrypto tests in a form suitable for our rergressmiod2014-04-151-0/+30
infrastructure. The following tests have not been imported, for their code lacks a licence: asn1, rsa, sha256, sha512, wp.