summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
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
2022-06-21Update copyright yearMatt Caswell
2022-06-16Add an extra reduction step to RSAZ mod_exp implementationsTomas Mraz
2022-06-16Always end BN_mod_exp_mont_consttime with normal Montgomery reduction.Tomas Mraz
2022-06-15Revert "bn: Add fixed length (n=6), unrolled PPC Montgomery Multiplication"Tomas Mraz
2022-06-13RSA keygen update: Raise an error if no prime candidate q is found.slontis
2022-06-13RSA keygen fixesslontis
2022-05-24Rename x86-32 assembly files from .s to .S.Sebastian Andrzej Siewior
2022-05-10bn_nist: fix strict aliasing problemPauli
2022-05-03Update copyright yearMatt Caswell
2022-04-07Fix failure to check result of bn_rshift_fixed_topHugo Landau
2022-03-23Fix Coverity 1201763 uninitialised pointer readPauli
2022-03-15Update copyright yearMatt Caswell
2022-03-15Fix possible infinite loop in BN_mod_sqrt()Tomas Mraz
2022-03-03Fix NULL pointer dereference for BN_mod_exp2_montHugo Landau
2022-01-17bn_ppc.c: Fix build failure on AIX with XLC/XLCLANGTomas Mraz
2022-01-06Fix copyright year issuesBernd Edlinger
2022-01-03Update troublesome copyright years of auto-generated files to 2022Dr. David von Oheimb
2021-12-23Add static check in BN_hex2bnKan
2021-12-21rsa exp: move declarations before code (3.0)Pauli
2021-12-20Fix the null pointer dereferenceKan
2021-12-14Update copyright yearMatt Caswell