summaryrefslogtreecommitdiffstats
path: root/Configurations/50-djgpp.conf
diff options
context:
space:
mode:
authorslontis <shane.lontis@oracle.com>2023-01-25 11:06:34 +1000
committerTomas Mraz <tomas@openssl.org>2023-01-26 11:05:24 +0100
commita47eff38d7e7dd2e0cfba304fc588c4b6f3ab5c0 (patch)
treeea4de69873cbe4d0dcde30d0333d0f61e82d29ea /Configurations/50-djgpp.conf
parentd646730b89c3c5e26a0eb24ed62a755748be55f7 (diff)
Document that the RSA e value is mandatory when importing.
The lab tried doing a RSA decryption primitive using just n (using p, q) and d. This failed for 2 reasons: (1) e is required when importing (2) Internally e is used for blinding. Note n and e can be calculated using: n = pq e = (1/d) mod (p-1)(q-1) Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20133) (cherry picked from commit 6e3b1c81736b1829584e3f40c2d00040fe1aa881)
Diffstat (limited to 'Configurations/50-djgpp.conf')
0 files changed, 0 insertions, 0 deletions