summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_gcd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some doubled empty linestb2023-04-091-7/+1
* Compress euclid() a littletb2023-04-031-49/+28
* Indent labelstb2023-04-011-6/+6
* Group the non-constant time gcd functions togethertb2023-04-011-45/+45
* Replace the remaining BN_copy() with bn_copy()tb2023-03-271-5/+5
* Convert BN_copy() with explicit comparison against NULL to bn_copy()tb2023-03-271-10/+10
* Reorder functions and drop unnessary static prototypes.jsing2023-01-211-372/+363
* spelling fixes; from paul tagliamontejmc2022-12-261-2/+2
* BN_one() can fail, check its return value.jsing2022-12-011-4/+7
* Make internal header file names consistenttb2022-11-261-2/+2
* Remove BIGNUM consistency macros.jsing2022-11-261-16/+1
* Consistently call BN_init() before BN_with_flags()tb2021-12-261-13/+27
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-3/+3
* Construct a BN_gcd_nonct, based on BN_mod_inverse_no_branch, as suggestedbeck2017-01-251-1/+157
* use BN_div_nonct where it is safe to do so.beck2017-01-211-2/+2
* Add ct and nonct versions of BN_mod_inverse for internal usebeck2017-01-211-6/+24
* Split out BN_div and BN_mod into ct and nonct versions for Internal use.beck2017-01-211-3/+3
* BN_CTX_get() can fail - consistently check its return value.jsing2015-02-091-20/+30
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Emergency knfectomie requested by tedu@.jsing2014-05-081-274/+296
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-0/+1
* resolve conflictsdjm2008-09-061-0/+164
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-29/+309
* OpenSSL 0.9.5 mergebeck2000-03-191-11/+17
* OpenSSL 0.9.4 mergebeck1999-09-291-26/+27
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+203