summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
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
2021-04-08Update copyright yearMatt Caswell
2021-04-08Use numbers definition of int128_t and uint128_tAmitay Isaacs
2021-04-02Include BN assembler alongside CPUID codeRichard Levitte
2021-03-31Add a local perl module to get year last changedRich Salz
2021-03-30Increase minimum clang version requirement for rsaz-avx512.plAndrey Matyukov
2021-03-24Rearranged .pdata entries in rsaz-avx512.pl to make them properly ordered.Andrey Matyukov
2021-03-22Dual 1024-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov
2021-03-18Add ossl_bn_group symbolsShane Lontis
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2021-03-11Update copyright yearMatt Caswell
2021-03-04bn_ctx.c: Remove TODO 3.0 related to tracing in FIPS moduleTomas Mraz
2021-02-26Fix external symbols for bnShane Lontis
2021-02-18Update copyright yearMatt Caswell
2021-02-09Deprecate BN_pseudo_rand() and BN_pseudo_rand_range()Tomas Mraz
2021-01-28Update copyright yearRichard Levitte
2021-01-25bn: Deprecate the X9.31 RSA key generation related functionsTomas Mraz
2021-01-13Fix incorrect use of BN_CTX APIAgustin Gianni
2021-01-04Update copyright years of auto-generated headers (make update)Dr. David von Oheimb
2020-12-03remove unused assignmentsPauli
2020-11-26Update copyright yearMatt Caswell
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-11-18Only disabled what we need to in a no-dh buildMatt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-10Diverse build.info: Adjust pathsRichard Levitte
2020-08-27Ignore vendor name in Clang version number.Jung-uk Kim
2020-08-12Add fix for RSA keygen in FIPS using keysizes 2048 < bits < 3072Shane Lontis
2020-08-06Update copyright yearMatt Caswell
2020-07-30unify spelling of serializePauli
2020-07-15Disable optimiization of BN_num_bits_word() for VS2005 ARM compiler due toaSoujyuTanaka
2020-07-11BN: Check endianness in run-time, in BN_native2bn() and BN_bn2nativepad()Richard Levitte
2020-06-25Update copyright yearMatt Caswell
2020-06-21Flag RSA secret BNs as consttime on keygen and checksNicola Tuveri