summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/rsa (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Let's use RSA_3 rather than 3tb2025-01-051-2/+2
|
* Stop setting RSA_FLAG_SIGN_VERtb2025-01-051-2/+1
| | | | With rsa_sign.c r1.37 this is no longer needed.
* rsa_method_test: some consistency tweakstb2025-01-041-6/+5
|
* fix typotb2025-01-041-2/+2
|
* Add some regress coverage for custom RSA methodstb2025-01-042-1/+280
| | | | | This currently only covers sign and verify since other parts are already known to work in practice. Prompted by a bug report by kn
* 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