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 | 2 | -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 makefile | tb | 2025-01-04 | 1 | -7/+8 |
| | |||||
* | Do multiple padding add/check iterations. | jsing | 2024-03-30 | 1 | -24/+34 |
| | | | | | This increases the chance of triggering bugs due to input and/or randomised padding. | ||||
* | Add initial regress for RSA padding. | jsing | 2024-03-30 | 2 | -2/+328 |
| | |||||
* | Tidy indentation. | jsing | 2024-03-30 | 1 | -4/+4 |
| | | | | Requested by tb@ | ||||
* | Remove -app2_1 flags being passed to dsa and rsa regress. | jsing | 2024-03-30 | 1 | -7/+1 |
| | | | | Nothing does flag handling in these tests. | ||||
* | Rework this test to compile with opaque RSA | tb | 2021-11-25 | 1 | -282/+427 |
| | |||||
* | Add missing $OpenBSD$ markers. | tb | 2018-07-17 | 1 | -0/+1 |
| | |||||
* | Remove unused rnd_seed variable. Upstream made the same change 4 days ago. | kettenis | 2017-04-16 | 1 | -3/+0 |
| | | | | Fixes compiling this test using clang on arm64. | ||||
* | Add rsa test from openssl, since it has a license now | beck | 2017-01-25 | 2 | -0/+344 |