summaryrefslogtreecommitdiff
path: root/lib/libcrypto/bn/bn_mod.c
AgeCommit message (Expand)Author
2023-07-08Hide symbols in bnBob Beck
2023-06-13Disallow aliasing of return value and modulusTheo Buehler
2023-03-27Convert BN_copy() with explicit comparison against NULL to bn_copy()Theo Buehler
2023-02-03Clean up and simplify BN_mod_lshift{,_quick}().Joel Sing
2023-02-03Clean up BN_mod_mul() and simplify BN_mod_sqr().Joel Sing
2023-02-03Simplify BN_mod_{lshift1,sub}_quick().Joel Sing
2023-02-03Simplify BN_nnmod().Joel Sing
2023-02-03Turn BN_mod_{ct,nonct}() into symbols.Joel Sing
2022-11-26Make internal header file names consistentTheo Buehler
2022-11-26Remove BIGNUM consistency macros.Joel Sing
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2017-01-21Split out BN_div and BN_mod into ct and nonct versions for Internal use.Bob Beck
2016-11-05Stop abusing the ternary operator to decide which function to call in aMiod Vallat
2014-07-12if (x) FOO_free(x) -> FOO_free(x).Miod Vallat
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-08Emergency knfectomie requested by tedu@.Joel Sing
2014-04-24Try to clean the maze of <openssl/bn.h> defines regarding the BN internals.Miod Vallat
2008-09-06resolve conflictsDamien Miller
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 mergeBob Beck
1999-09-29OpenSSL 0.9.4 mergeBob Beck
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker