summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2023-02-14 05:06:36 +0100
committerTomas Mraz <tomas@openssl.org>2023-04-04 12:15:53 +0200
commit5111577cca8c4976f0a03f9f9e0425bafc90b0da (patch)
tree8b652db520d894aadddfb8617280796ad944bb64 /include
parent5fc987234060dccaf411c66cfe7aa25d0ad4d244 (diff)
Revert "Fix Timing Oracle in RSA decryption"
This reverts commit 8022a4799fe884b3bf8d538e2b4c4ec323663118. Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20282)
Diffstat (limited to 'include')
-rw-r--r--include/crypto/bn.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/crypto/bn.h b/include/crypto/bn.h
index f6bfdeb5e4..00544d9d25 100644
--- a/include/crypto/bn.h
+++ b/include/crypto/bn.h
@@ -116,10 +116,4 @@ OSSL_LIB_CTX *ossl_bn_get_libctx(BN_CTX *ctx);
extern const BIGNUM ossl_bn_inv_sqrt_2;
-int ossl_bn_rsa_do_unblind(const BIGNUM *intermediate,
- const BN_BLINDING *blinding,
- const BIGNUM *possible_arg2,
- const BIGNUM *to_mod, BN_CTX *ctx,
- unsigned char *buf, int num);
-
#endif