History log of /openbsd-src/regress/lib/libcrypto/rsa/rsa_method_test.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 8c0ef552 05-Jan-2025 tb <tb@openbsd.org>

Let's use RSA_3 rather than 3


# e9db3f57 05-Jan-2025 tb <tb@openbsd.org>

Stop setting RSA_FLAG_SIGN_VER

With rsa_sign.c r1.37 this is no longer needed.


# 3af2523f 04-Jan-2025 tb <tb@openbsd.org>

rsa_method_test: some consistency tweaks


# cd398615 04-Jan-2025 tb <tb@openbsd.org>

fix typo


# 0d1389ec 04-Jan-2025 tb <tb@openbsd.org>

Add some regress coverage for custom RSA methods

This currently only covers sign and verify since other parts are already
known to work in practice. Prompted by a bug report by kn