summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/exp/exptest.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes() (mostjsing2014-10-221-4/+3
| | | | with unchecked return values).
* Import the OpenSSL libcrypto tests in a form suitable for our rergressmiod2014-04-151-0/+191
infrastructure. The following tests have not been imported, for their code lacks a licence: asn1, rsa, sha256, sha512, wp.