aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_mod.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer ARRAY_SIZE(...)Dimitri Papadopoulos2024-07-221-1/+2
* bn: Properly error out if aliasing return value with modulusTomas Mraz2023-10-261-0/+10
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* Update copyright yearMatt Caswell2021-04-221-1/+1
* crypto: raise error on malloc failureFdaSilvaYY2021-04-141-3/+7
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* 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-09-111-1/+1
* crypto/bn: add more fixed-top routines.Andy Polyakov2018-08-231-1/+66
* bn/bn_mod.c: harmonize BN_mod_add_quick with original implementation.Andy Polyakov2018-07-261-0/+1
* ec/ecdsa_ossl.c: revert blinding in ECDSA signature.Andy Polyakov2018-07-181-6/+60
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Copyright consolidation 06/10Rich Salz2016-05-171-110/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free NULL cleanup 7Rich Salz2015-04-301-2/+1
* Final (for me, for now) dead code cleanupRich Salz2015-02-081-8/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-171/+184
* 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
* When adding positive elements, we can use BN_uadd() instead of BN_add().Geoff Thorpe2004-02-221-1/+1
* Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe2003-11-041-0/+5
* binary algorithm for modular inversionBodo Möller2001-04-081-2/+2
* More BN_mod_... functions.Bodo Möller2000-11-261-21/+132
* Add bn_mod.c (should have happend in the previous commit ...).Bodo Möller2000-11-261-0/+185
* Remove obsolete files from SSLeay 0.8.Ulf Möller1999-04-061-97/+0
* 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/+97