mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-05-16 06:24:39 +03:00
Correct documentation for RSA_FORCE_BLINDING option
This commit is contained in:
parent
b624b85b04
commit
9f4e670b14
@ -987,9 +987,12 @@
|
|||||||
* of Diffie-Hellman, RSA, DSS, and Other Systems]
|
* of Diffie-Hellman, RSA, DSS, and Other Systems]
|
||||||
*
|
*
|
||||||
* \note Disabling this does not mean that blinding
|
* \note Disabling this does not mean that blinding
|
||||||
* will never be used, but instead makes private
|
* will never be used: if a PRNG is provided,
|
||||||
* key operations fail if, perhaps unintentionally,
|
* blinding will be in place. Instead, disabling this
|
||||||
* the user failed to call them with a PRNG.
|
* option may result in private key operations being
|
||||||
|
* performed in a way potentially leaking sensitive
|
||||||
|
* information through side-channels when no PRNG
|
||||||
|
* is supplied by the user.
|
||||||
*
|
*
|
||||||
* \note For more on the use of blinding in RSA
|
* \note For more on the use of blinding in RSA
|
||||||
* private key operations, see the documentation
|
* private key operations, see the documentation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user