aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn
Commit message (Expand)AuthorAgeFilesLines
* Rename some globals, add ossl prefix.Rich Salz2021-04-281-30/+30
* Update copyright yearMatt Caswell2021-04-222-2/+2
* crypto: raise error on malloc failureFdaSilvaYY2021-04-142-17/+45
* Update copyright yearMatt Caswell2021-04-088-8/+8
* Use numbers definition of int128_t and uint128_tAmitay Isaacs2021-04-082-3/+4
* Include BN assembler alongside CPUID codeRichard Levitte2021-04-021-3/+7
* Add a local perl module to get year last changedRich Salz2021-03-311-2/+6
* Increase minimum clang version requirement for rsaz-avx512.plAndrey Matyukov2021-03-301-1/+1
* Rearranged .pdata entries in rsaz-avx512.pl to make them properly ordered.Andrey Matyukov2021-03-241-8/+8
* Dual 1024-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov2021-03-225-3/+1388
* Add ossl_bn_group symbolsShane Lontis2021-03-181-10/+10
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-2/+7
* Update copyright yearMatt Caswell2021-03-114-4/+4
* bn_ctx.c: Remove TODO 3.0 related to tracing in FIPS moduleTomas Mraz2021-03-041-1/+1
* Fix external symbols for bnShane Lontis2021-02-266-31/+37
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Deprecate BN_pseudo_rand() and BN_pseudo_rand_range()Tomas Mraz2021-02-091-0/+2
* Update copyright yearRichard Levitte2021-01-283-3/+3
* bn: Deprecate the X9.31 RSA key generation related functionsTomas Mraz2021-01-252-3/+4
* Fix incorrect use of BN_CTX APIAgustin Gianni2021-01-133-4/+9
* Update copyright years of auto-generated headers (make update)Dr. David von Oheimb2021-01-041-1/+1
* remove unused assignmentsPauli2020-12-031-3/+0
* Update copyright yearMatt Caswell2020-11-2611-11/+11
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-2/+3
* Only disabled what we need to in a no-dh buildMatt Caswell2020-11-182-10/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-1319-72/+72
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-152-3/+3
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-152-6/+6
* Diverse build.info: Adjust pathsRichard Levitte2020-09-101-2/+0
* Ignore vendor name in Clang version number.Jung-uk Kim2020-08-274-4/+4
* Add fix for RSA keygen in FIPS using keysizes 2048 < bits < 3072Shane Lontis2020-08-121-2/+2
* Update copyright yearMatt Caswell2020-08-061-1/+1
* unify spelling of serializePauli2020-07-301-1/+1
* Disable optimiization of BN_num_bits_word() for VS2005 ARM compiler due toaSoujyuTanaka2020-07-151-0/+12
* BN: Check endianness in run-time, in BN_native2bn() and BN_bn2nativepad()Richard Levitte2020-07-111-8/+9
* Update copyright yearMatt Caswell2020-06-251-1/+1
* Flag RSA secret BNs as consttime on keygen and checksNicola Tuveri2020-06-211-0/+1
* Refactor BN_R_NO_INVERSE logic in internal functionsNicola Tuveri2020-06-161-184/+200
* fix doc typo in bn_dh.cHubert Kario2020-06-081-1/+1
* Update copyright yearMatt Caswell2020-06-041-1/+1
* Avoid potential overflow to the sign bit when shifting left 24 placesTomas Mraz2020-05-201-1/+1
* Update copyright yearMatt Caswell2020-05-154-4/+4
* Add solaris assembler fixes for legacy providerShane Lontis2020-05-021-3/+5
* Amend references to "OpenSSL license"Shourya Shukla2020-04-291-1/+1
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-285-18/+18
* Update copyright yearMatt Caswell2020-04-2335-35/+35
* Fix DH_get_nid() so that it does not cache values.Shane Lontis2020-04-201-26/+442
* Use build.info, not ifdef for crypto modulesRich Salz2020-04-162-10/+8
* [BN] harden `BN_copy()` against leaks from memory accessesNicola Tuveri2020-02-181-2/+6
* Also check for errors in x86_64-xlate.pl.David Benjamin2020-02-1729-29/+29