aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto/bn: fix debug buildWataru Ashihara2020-02-171-0/+1
* Fix misspelling errors and typos reported by codespellDr. Matthias St. Pierre2020-02-061-4/+4
* Fix builds with no-dhMatt Caswell2020-02-061-2/+8
* Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis2020-01-312-819/+546
* Do not silently truncate files on perlasm errorsDavid Benjamin2020-01-2229-29/+29
* Convert rand_bytes_ex and rand_priv_bytes_ex to public functionsMatt Caswell2020-01-201-4/+4
* For all assembler scripts where it matters, recognise clang > 9.xRichard Levitte2020-01-174-4/+4
* Make generated copyright year be "now"Rich Salz2020-01-071-2/+2
* Run make updateMatt Caswell2020-01-021-1/+1
* Add some missing cfi frame info in rsaz-x86_64Bernd Edlinger2019-12-201-0/+14
* Add some missing cfi frame info in x86_64-mont5.plBernd Edlinger2019-12-201-0/+18
* Improve the overflow handling in rsaz_512_sqrBernd Edlinger2019-12-061-21/+21
* Fix an overflow bug in rsaz_512_sqrAndy Polyakov2019-12-061-184/+197
* s390x assembly pack: fix bn_mul_comba4Patrick Steuer2019-11-171-1/+1
* RSA generation: Use more bits of 1/sqrt(2)Kurt Roeckx2019-11-091-9/+44
* Update source files for pre-3.0 deprecationRichard Levitte2019-11-072-2/+2
* Update source files for deprecation at 3.0Richard Levitte2019-11-071-1/+1
* s390x assembly pack: enable clang buildPatrick Steuer2019-11-031-4/+4
* [crypto/bn] fix a few small timing leaks in BN_lshift1 and BN_rshift1Billy Brumley2019-10-311-13/+10
* Update control logic for BN_gcdCesar Pereida Garcia2019-10-231-2/+7
* Constant-time GCD function.Cesar Pereida Garcia2019-10-171-106/+107
* Unify BN_rshift designCesar Pereida Garcia2019-10-171-43/+5
* Fix missing Assembler definesShane Lontis2019-10-161-1/+4
* Add BN_check_prime()Kurt Roeckx2019-10-145-59/+65
* Use fewer primes for the trial divisionKurt Roeckx2019-10-141-7/+45
* Rework how our providers are builtRichard Levitte2019-10-101-2/+2