forked from wolfSSL/wolfssl
Removed an outdated comment.
This commit is contained in:
committed by
Daniel Pouzzner
parent
a562db82ef
commit
c6486d7392
@ -608,7 +608,6 @@ int wc_FreeRsaKey(RsaKey* key)
|
|||||||
#ifndef WOLFSSL_RSA_PUBLIC_ONLY
|
#ifndef WOLFSSL_RSA_PUBLIC_ONLY
|
||||||
#if defined(WOLFSSL_KEY_GEN) && !defined(WOLFSSL_NO_RSA_KEY_CHECK)
|
#if defined(WOLFSSL_KEY_GEN) && !defined(WOLFSSL_NO_RSA_KEY_CHECK)
|
||||||
/* Check the pair-wise consistency of the RSA key.
|
/* Check the pair-wise consistency of the RSA key.
|
||||||
* From NIST SP 800-56B, section 6.4.1.1.
|
|
||||||
* Verify that k = (k^e)^d, for some k: 1 < k < n-1. */
|
* Verify that k = (k^e)^d, for some k: 1 < k < n-1. */
|
||||||
int wc_CheckRsaKey(RsaKey* key)
|
int wc_CheckRsaKey(RsaKey* key)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user