diff options
| author | tb <> | 2024-03-02 09:27:31 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-02 09:27:31 +0000 |
| commit | 7542aebe05afee384f3e3d61ec0d1ea06fe2427c (patch) | |
| tree | d56583ceff6f4723ec51bb6b5743dbe552a6a98d /src/lib/libcrypto/Symbols.list | |
| parent | 5c948777cac23e8035e04e3971d7b5a676652af6 (diff) | |
| download | openbsd-7542aebe05afee384f3e3d61ec0d1ea06fe2427c.tar.gz openbsd-7542aebe05afee384f3e3d61ec0d1ea06fe2427c.tar.bz2 openbsd-7542aebe05afee384f3e3d61ec0d1ea06fe2427c.zip | |
Make BN_mod_exp2_mont() and BN_mod_exp_mont_word() internal
The former could be useful but nothing uses it. The latter is a
dangerous implementation detail of Montgomery exponentiation that
should never have been leaked out of the library. Fix this.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.list')
| -rw-r--r-- | src/lib/libcrypto/Symbols.list | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list index c439138eb7..5099a6f1f8 100644 --- a/src/lib/libcrypto/Symbols.list +++ b/src/lib/libcrypto/Symbols.list | |||
| @@ -407,10 +407,8 @@ BN_mask_bits | |||
| 407 | BN_mod_add | 407 | BN_mod_add |
| 408 | BN_mod_add_quick | 408 | BN_mod_add_quick |
| 409 | BN_mod_exp | 409 | BN_mod_exp |
| 410 | BN_mod_exp2_mont | ||
| 411 | BN_mod_exp_mont | 410 | BN_mod_exp_mont |
| 412 | BN_mod_exp_mont_consttime | 411 | BN_mod_exp_mont_consttime |
| 413 | BN_mod_exp_mont_word | ||
| 414 | BN_mod_inverse | 412 | BN_mod_inverse |
| 415 | BN_mod_lshift | 413 | BN_mod_lshift |
| 416 | BN_mod_lshift1 | 414 | BN_mod_lshift1 |
