Sfoglia il codice sorgente

Spell Falko Strenzke's name correctly.

Thanks to Brian Smith for pointing this out.

Change-Id: I27ae58df0028bc6aa3a11741acb5453369e202cc
Reviewed-on: https://boringssl-review.googlesource.com/28625
Reviewed-by: Adam Langley <agl@google.com>
Commit-Queue: Adam Langley <agl@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
kris/onging/CECPQ3_patch15
Adam Langley 6 anni fa
committed by CQ bot account: commit-bot@chromium.org
parent
commit
63e2a08123
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      crypto/fipsmodule/rsa/rsa_impl.c

+ 1
- 1
crypto/fipsmodule/rsa/rsa_impl.c Vedi File

@@ -759,7 +759,7 @@ int rsa_default_private_transform(RSA *rsa, uint8_t *out, const uint8_t *in,
// that it and serializing does not leak information about the magnitude of
// the result.
//
// See Falko Stenzke, "Manger's Attack revisited", ICICS 2010.
// See Falko Strenzke, "Manger's Attack revisited", ICICS 2010.
assert(result->width == rsa->mont_n->N.width);
if (!BN_bn2bin_padded(out, len, result)) {
OPENSSL_PUT_ERROR(RSA, ERR_R_INTERNAL_ERROR);


Caricamento…
Annulla
Salva