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.
4 lines
178 B
C
4 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);
|