RSA change

This commit is contained in:
NIIBE Yutaka
2012-07-05 09:32:46 +09:00
parent f88e7af3ce
commit a796e9f145
3 changed files with 11 additions and 23 deletions

View File

@@ -131,6 +131,7 @@ cleanup:
#endif
#if 0
/*
* Check a public RSA key
*/
@@ -199,6 +200,7 @@ cleanup:
mpi_free( &G, &I, &H, &Q1, &P1, &DE, &PQ, &G2, &L1, &L2, NULL );
return( POLARSSL_ERR_RSA_KEY_CHECK_FAILED | ret );
}
#endif
/*
* Do an RSA public key operation