summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
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
2021-06-02bn: remove TODOsPauli
2021-05-29add zero strenght arguments to BN and RAND RNG callsPauli
2021-05-29rand: add a strength argument to the BN and RAND RNG callsPauli
2021-05-28Rework and make DEBUG macros consistent.Rich Salz
2021-05-27rsa: rename global rsaz_ sumbols so they are in namespacePauli
2021-05-27bn: rename extract_multiplier_2x20_win5 -> ossl_extract_multiplier_2x20_win5Pauli
2021-05-27bn: rename bn_check_prime_int -> ossl_bn_check_primtPauli
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-05-24Remove some perl 5.14 use from rsaz-avx512.plMatt Caswell
2021-05-20Update copyright yearMatt Caswell
2021-05-09Optimize RSA on armv8fangming.fang
2021-05-08bn: Add fixed length (n=6), unrolled PPC Montgomery MultiplicationMartin Schwenke
2021-05-07Drop libimplementations.aRichard Levitte
2021-05-06Update copyright yearMatt Caswell
2021-04-28Rename some globals, add ossl prefix.Rich Salz
2021-04-22Update copyright yearMatt Caswell
2021-04-14crypto: raise error on malloc failureFdaSilvaYY