summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/rsa (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rsa tests: tidy up the makefiletb2025-01-041-7/+8
|
* Do multiple padding add/check iterations.jsing2024-03-301-24/+34
| | | | | This increases the chance of triggering bugs due to input and/or randomised padding.
* Add initial regress for RSA padding.jsing2024-03-302-2/+328
|
* Tidy indentation.jsing2024-03-301-4/+4
| | | | Requested by tb@
* Remove -app2_1 flags being passed to dsa and rsa regress.jsing2024-03-301-7/+1
| | | | Nothing does flag handling in these tests.
* Rework this test to compile with opaque RSAtb2021-11-251-282/+427
|
* Add missing $OpenBSD$ markers.tb2018-07-171-0/+1
|
* Remove unused rnd_seed variable. Upstream made the same change 4 days ago.kettenis2017-04-161-3/+0
| | | | Fixes compiling this test using clang on arm64.
* Add rsa test from openssl, since it has a license nowbeck2017-01-252-0/+344