summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update the base64 regress test and enable a test that would previouslyjsing2014-05-031-19/+28
* Initial version of a base64 regress.jsing2014-05-033-1/+382
* Simple sha{224,256,384,512} test using the FIPS 180-2 test vectors availablemiod2014-05-022-2/+45
* KNF.jsing2014-05-011-324/+296
* Provide an EVP implementation for ChaCha.jsing2014-05-012-0/+17
* Add ChaCha to libcrypto, based on djb's public domain implementation.jsing2014-05-013-1/+270
* When compiling with AES_WRAP_TEST, make main() return a meaningful valuemiod2014-04-222-1/+14
* ECDSA signature computation involves a random number. Remove the test trying tomiod2014-04-181-116/+0
* crypto/modes/gcm128.c can be used as its own selftest. Add it to regress,miod2014-04-172-1/+14
* Invoke OPENSSL_add_all_algorithms_noconf() to enforce OPENSSL_cpuid_setup()miod2014-04-171-5/+1
* move enginetest to regress as was done with the other testsjsg2014-04-173-1/+292
* adapt to the less old des apijsg2014-04-161-49/+49
* Import the OpenSSL libcrypto tests in a form suitable for our rergressmiod2014-04-1548-0/+9639