summaryrefslogtreecommitdiff
path: root/crypto/bn/bn_gcd.c
Commit message (Expand)AuthorAgeFilesLines
* Improve FIPS RSA keygen performance.slontis2022-11-211-0/+31
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-1/+1
* Fix bn_gcd code to check return value when calling BN_one()slontis2022-07-051-2/+4
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-2/+2
* Update copyright yearMatt Caswell2020-06-251-1/+1
* Refactor BN_R_NO_INVERSE logic in internal functionsNicola Tuveri2020-06-161-184/+200
* Update control logic for BN_gcdCesar Pereida Garcia2019-10-231-2/+7
* Constant-time GCD function.Cesar Pereida Garcia2019-10-171-106/+107
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/bn/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-05-291-1/+1
* Return an error from BN_mod_inverse if n is 1 (or -1)Matt Caswell2018-05-031-1/+8
* Remove parentheses of return.KaoruToda2017-10-181-5/+5
* Change to check last return value of BN_CTX_getPaul Yang2017-06-261-2/+2
* Refomat a few comments on 80 colsFdaSilvaYY2017-03-281-8/+4
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-291-2/+2
* Copyright consolidation 06/10Rich Salz2016-05-171-107/+6
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Move more BN internals to bn_lcl.hRich Salz2016-01-301-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove BN_initRich Salz2015-11-301-2/+2
* Tighten up BN_with_flags usage and avoid a reachable assertMatt Caswell2015-11-261-13/+17
* Set flags to 0 before calling BN_with_flags()Pascal Cuoq2015-10-071-0/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-106/+106
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-558/+595
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-12/+19
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source filesDr. Stephen Henson2011-02-031-0/+2
* Internal version of BN_mod_inverse allowing checking of no-inverse withoutDr. Stephen Henson2011-01-261-1/+17
* 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