Validate RSA key components with an optional progress callback (deprecated).
Declared in <openssl/rsa.h>
[[deprecated]]
int
RSA_check_key_ex(
RSA const* rsa,
BN_GENCB* cb);
Deprecated. Use of this entity is allowed but discouraged.
1 if the key is valid, or 0 if invalid / on error.
| Name | Description |
|---|---|
| rsa | RSA key to check. |
| cb | Optional BN_GENCB progress callback, or NULL. |