summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/rsa/rsa_method_test.c (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-041-0/+278
This currently only covers sign and verify since other parts are already known to work in practice. Prompted by a bug report by kn