summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
2023-12-12Avoid an infinite loop in BN_GF2m_mod_invMatt Caswell
2023-11-30bn_nist: Fix strict-aliasing violations in little-endian optimizationsXi Ruoyao
2023-10-26bn: Properly error out if aliasing return value with modulusTomas Mraz
2023-10-24Copyright year updatesMatt Caswell
2023-10-05BN_gcd(): Avoid shifts of negative valuesTomas Mraz
2023-09-19Copyright year updatesRichard Levitte
2023-08-01Backport crypto/armcap.c from master branchTom Cosgrove
2023-08-01Copyright year updatesMatt Caswell
2023-06-26Check for 0 modulus in BN_RECP_CTX_set.fullwaywang
2023-05-30Update copyright yearTomas Mraz
2023-04-18bn_local: remove unused `PTR_SIZE_INT` definitionAlois Klink
2023-04-18bn_nist: remove unused type-punning union `u`Alois Klink
2023-04-18bn_nist: replace pointer bit-fiddling with ternaryAlois Klink
2023-04-04Alternative fix for CVE-2022-4304Bernd Edlinger
2023-04-04Revert "Fix Timing Oracle in RSA decryption"Bernd Edlinger
2023-03-17rsaz-*k-avx512.pl: fix wrong name of avx512 flag variableTomas Mraz
2023-03-17Fix version detection on Apple clangTomas Mraz
2023-03-15Add missing copyright headerPauli
2023-03-14Update copyright yearMatt Caswell
2023-02-20Fix incorrect error branch in ossl_bn_rsa_fips186_4_derive_prime()ndossche
2023-02-11rsa: add msvc intrinsic for non x64 platformsHubert Kario
2023-02-07Fix Timing Oracle in RSA decryptionDmitry Belyavskiy
2023-01-31Avoid duplicating symbols in legacy.a with some build optionsTomas Mraz
2023-01-14Limit size of modulus for bn_mul_mont and BN_mod_exp_mont_consttimeBernd Edlinger
2023-01-14Revert "Limit size of modulus for BN_mod_exp_mont_consttime()"Bernd Edlinger
2023-01-09rsaz_exp_x2.c: Remove unused ALIGN64 macroTomas Mraz
2023-01-09rsaz_exp_x2.c: Avoid potential undefined behavior with strict aliasingTomas Mraz
2023-01-09Revert "Fix an occasional CI failure due to unaligned access"Tomas Mraz
2023-01-04Cleanse internal BN_generate_dsa_nonce() buffers used to generate k.slontis
2022-12-01Update copyright yearTomas Mraz
2022-11-23crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-11-23crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-11-23Fix unrolled montgomery multiplication for POWER9Rohan McLure
2022-11-23Revert "Revert "bn: Add fixed length (n=6), unrolled PPC Montgomery Multiplic...Rohan McLure
2022-11-23Improve FIPS RSA keygen performance.slontis
2022-11-21Improve FIPS RSA keygen performance.slontis
2022-11-21[crypto/bn] BN_consttime_swap: remove superfluous early exitBilly Brumley
2022-11-10Limit size of modulus for BN_mod_exp_mont_consttime()Tomas Mraz
2022-11-09Fix typosDimitris Apostolou
2022-11-09Remove some unnecessary undefs in bn_asm.cBernd Edlinger
2022-11-09Dual 1536/2048-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov
2022-11-09aarch64: support BTI and pointer authentication in assemblyRuss Butler
2022-10-13Fix an occasional CI failure due to unaligned accessBernd Edlinger
2022-10-11Update copyright yearMatt Caswell
2022-10-05Fix LLVM vs Apple LLVM version numbering confusion, for $avx512ifmaRichard Levitte
2022-10-04Fix error propagatation in BN_check_prime()Kazuki Yamaguchi
2022-08-17Fix memory leak in BN_rand_range()valdaarhun
2022-07-05Update copyright yearRichard Levitte
2022-07-05Fix bn_gcd code to check return value when calling BN_one()slontis
2022-06-23rsa: fix bn_reduce_once_in_place call for rsaz_mod_exp_avx512_x2Xi Ruoyao