summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
2022-11-10Limit size of modulus for BN_mod_exp_mont_consttime()Tomas Mraz
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
2021-12-14Fix a carry overflow bug in bn_sqr_comba4/8 for mips 32-bit targetsBernd Edlinger
2021-12-13bn2binpad: Use memset as the buffer will be used laterTomas Mraz
2021-12-13Fix Coverity 1494385 logically dead code.Pauli
2021-11-22EVP_RAND_generate: fix return checkPeiwei Hu
2021-11-12Fix return value checking of BN_check_prime invocationsPW Hu
2021-07-29Update copyright yearMatt Caswell
2021-07-15Split bignum code out of the sparcv9cap.cTomas Mraz
2021-07-07bn: procduce correct sign for result of BN_mod()Pauli
2021-07-06bn: Make fixed-length Montgomery Multiplication conditional on PPC64Martin Schwenke
2021-07-06bn: Fix .size directiveMartin Schwenke
2021-07-06bn: Use a basic branch-if-not-zeroMartin Schwenke
2021-07-02Fix compile errors when building with --api=1.1.0 no-deprecated.Shane Lontis
2021-06-25ppccap.c: Split out algorithm-specific functionsTomas Mraz
2021-06-22bn: save/restore registers to/from stackMartin Schwenke
2021-06-22bn: Switch $i to be unused r9Martin Schwenke
2021-06-22bn: Drop unnecessary use of r9Martin Schwenke
2021-06-22bn: Update .align pseudo-ops to match conventionMartin Schwenke
2021-06-22bn: Drop use of .p2align pseudo-opMartin Schwenke
2021-06-22Add table entries for fips 186-5 related to RSA auxiliary probableShane Lontis
2021-06-17Update copyright yearMatt Caswell