summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/rc4/rc4test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New test coverage for RC4tb2022-09-031-225/+0
| | | | From Joshua Sing
* Add missing $OpenBSD$ markers.tb2018-07-171-1/+1
|
* Include openssl/evp.h for OPENSSL_add_all_algorithms_noconf().jsing2014-05-161-0/+1
| | | | From Brent Cook.
* Invoke OPENSSL_add_all_algorithms_noconf() to enforce OPENSSL_cpuid_setup()miod2014-04-171-5/+1
| | | | | has been called, for, depending how libcrypto, it might be a hidden symbol. Reported by jsg@
* Import the OpenSSL libcrypto tests in a form suitable for our rergressmiod2014-04-151-0/+228
infrastructure. The following tests have not been imported, for their code lacks a licence: asn1, rsa, sha256, sha512, wp.