summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_gcd.c
AgeCommit message (Expand)Author
2022-11-21Improve FIPS RSA keygen performance.slontis
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-07-05Fix bn_gcd code to check return value when calling BN_one()slontis
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-06-25Update copyright yearMatt Caswell
2020-06-16Refactor BN_R_NO_INVERSE logic in internal functionsNicola Tuveri
2019-10-23Update control logic for BN_gcdCesar Pereida Garcia
2019-10-17Constant-time GCD function.Cesar Pereida Garcia
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/bn/Richard Levitte
2018-05-29Update copyright yearMatt Caswell
2018-05-03Return an error from BN_mod_inverse if n is 1 (or -1)Matt Caswell
2017-10-18Remove parentheses of return.KaoruToda
2017-06-26Change to check last return value of BN_CTX_getPaul Yang
2017-03-28Refomat a few comments on 80 colsFdaSilvaYY
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY
2016-05-17Copyright consolidation 06/10Rich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-30Move more BN internals to bn_lcl.hRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-30Remove BN_initRich Salz
2015-11-26Tighten up BN_with_flags usage and avoid a reachable assertMatt Caswell
2015-10-07Set flags to 0 before calling BN_with_flags()Pascal Cuoq
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2011-02-03Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source filesDr. Stephen Henson
2011-01-26Internal version of BN_mod_inverse allowing checking of no-inverse withoutDr. Stephen Henson
2007-06-11Privatize BN_*_no_branch.Andy Polyakov
2007-04-19fix error codesBodo Möller
2007-03-28make BN_FLG_CONSTTIME semantics more fool-proofBodo Möller
2007-03-28Change to mitigate branch prediction attacksBodo Möller
2005-08-28fix warnings when building openssl with the following compiler options:Nils Larsch
2003-12-06Avoid segfault if ret==0.Ulf Möller
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe
2001-04-09Adjust BN_mod_inverse algorithm selection according to experiments onBodo Möller
2001-04-08commentBodo Möller
2001-04-08code documentationBodo Möller
2001-04-08binary algorithm for modular inversionBodo Möller
2000-11-30Corrections to the comments in BN_mod_inverse.Bodo Möller
2000-11-29add missing bracesBodo Möller
2000-11-29Make BN_mod_inverse a little fasterBodo Möller
2000-11-29Improve BN_mod_inverse performance.Bodo Möller
2000-11-27Fix BN_is_... macros.Bodo Möller
2000-11-16More constification of the BN library.Richard Levitte
2000-11-06Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte
2000-02-05New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller
1999-06-04Some constification and stacks that slipped through the cracks (how?).Ben Laurie