summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_local.h
AgeCommit message (Expand)Author
2023-04-16bn_local: remove unused `PTR_SIZE_INT` definitionAlois Klink
2023-04-04Alternative fix for CVE-2022-4304Bernd Edlinger
2023-04-04Revert "Fix Timing Oracle in RSA decryption"Bernd Edlinger
2023-02-07Fix Timing Oracle in RSA decryptionDmitry Belyavskiy
2023-01-14Limit size of modulus for bn_mul_mont and BN_mod_exp_mont_consttimeBernd Edlinger
2022-05-03Update copyright yearMatt Caswell
2022-01-20BIGNUM: Add a comment on chunk order in struct bignum_stRichard Levitte
2021-05-28Rework and make DEBUG macros consistent.Rich Salz
2021-05-27bn: rename bn_check_prime_int -> ossl_bn_check_primtPauli
2021-04-08Update copyright yearMatt Caswell
2021-04-08Use numbers definition of int128_t and uint128_tAmitay Isaacs
2020-04-23Update copyright yearMatt Caswell
2020-02-17crypto/bn: fix debug buildWataru Ashihara
2019-10-14Add BN_check_prime()Kurt Roeckx
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-28Reorganize local header filesDr. Matthias St. Pierre