mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
c553721e8b
Check for selftest failures. Pairwise consistency test for RSA key generation. Use some EVP macros instead of EVP functions. Use minimal FIPS EVP where needed.
5 lines
178 B
C
5 lines
178 B
C
extern int int_rsa_verify(int dtype, const unsigned char *m, unsigned int m_len,
|
|
unsigned char *rm, size_t *prm_len,
|
|
const unsigned char *sigbuf, size_t siglen,
|
|
RSA *rsa);
|