Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let's use RSA_3 rather than 3 | tb | 2025-01-05 | 1 | -2/+2 |
| | |||||
* | Stop setting RSA_FLAG_SIGN_VER | tb | 2025-01-05 | 1 | -2/+1 |
| | | | | With rsa_sign.c r1.37 this is no longer needed. | ||||
* | rsa_method_test: some consistency tweaks | tb | 2025-01-04 | 1 | -6/+5 |
| | |||||
* | fix typo | tb | 2025-01-04 | 1 | -2/+2 |
| | |||||
* | Add some regress coverage for custom RSA methods | tb | 2025-01-04 | 1 | -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 |