summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/exp/exptest.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* regress/libcrypto: merge exp/ into bn/tb2022-12-011-358/+0
* Silence this test and sprinkle some KNFtb2022-12-011-11/+6
* BN_one() can fail, check its return value.jsing2022-12-011-3/+5
* exptest: convert to opaque BN; minor KNF tweaks.tb2021-11-181-40/+47
* Add missing NULL checks on allocation, style(9) and consistently usejsing2018-11-081-35/+34
* Add missing BN_free() calls.jsing2018-11-081-1/+3
* Add missing $OpenBSD$ markers.tb2018-07-171-1/+1
* Make explicit _ct and _nonct versions of bn_mod_exp funcitons thatbeck2017-01-211-1/+55
* import new BN tests from OpenSSLbcook2016-09-031-75/+184
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes() (mostjsing2014-10-221-4/+3
* Import the OpenSSL libcrypto tests in a form suitable for our rergressmiod2014-04-151-0/+191