summaryrefslogtreecommitdiff
path: root/crypto/bn/bn_gcd.c
Commit message (Expand)AuthorAgeFilesLines
* Re-align some comments after running the reformat script.OpenSSL_1_0_0-post-reformatMatt Caswell2015-01-221-106/+106
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-544/+582
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-12/+19
* Privatize BN_*_no_branch.Andy Polyakov2007-06-111-1/+3
* fix error codesBodo Möller2007-04-191-1/+1
* make BN_FLG_CONSTTIME semantics more fool-proofBodo Möller2007-03-281-1/+1
* Change to mitigate branch prediction attacksBodo Möller2007-03-281-0/+159
* fix warnings when building openssl with the following compiler options:Nils Larsch2005-08-281-2/+1
* Avoid segfault if ret==0.Ulf Möller2003-12-061-1/+2
* Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe2003-11-041-0/+3
* Adjust BN_mod_inverse algorithm selection according to experiments onBodo Möller2001-04-091-2/+3
* commentBodo Möller2001-04-081-1/+1
* code documentationBodo Möller2001-04-081-4/+8
* binary algorithm for modular inversionBodo Möller2001-04-081-96/+181
* Corrections to the comments in BN_mod_inverse.Bodo Möller2000-11-301-7/+7
* add missing bracesBodo Möller2000-11-291-1/+4
* Make BN_mod_inverse a little fasterBodo Möller2000-11-291-5/+5
* Improve BN_mod_inverse performance.Bodo Möller2000-11-291-6/+75
* Fix BN_is_... macros.Bodo Möller2000-11-271-18/+135
* More constification of the BN library.Richard Levitte2000-11-161-1/+1
* Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte2000-11-061-1/+2
* New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller2000-02-051-11/+17
* Some constification and stacks that slipped through the cracks (how?).Ben Laurie1999-06-041-1/+1
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-5/+0
* Change functions to ANSI C.Ulf Möller1999-04-191-10/+3
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1998-12-211-13/+26
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-1/+1
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+203