summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_add.c
AgeCommit message (Expand)Author
2020-11-26Update copyright yearMatt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/bn/Richard Levitte
2018-04-17BIGNUM signed add/sub routines refactoryDavide Galassi
2017-11-16bn/bn_add.c: address performance regression.Andy Polyakov
2016-06-13bn/bn_add.c: favour counted loops over ifs and breaks.Andy Polyakov
2016-05-17Copyright consolidation 06/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-20BN_usub: Don't copy when r and a the samePascal Cuoq
2015-07-22Some cleanups for crypto/bnRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-02-09bn/bn_add.c: fix dead code elimination that went bad.Andy Polyakov
2015-02-08Final (for me, for now) dead code cleanupRich Salz
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
2014-09-25Remove #ifdef's for IRIX_CC_BUGRich Salz
2014-08-18RT2163: Remove some unneeded #include'sDoug Goldstein
2014-06-29Constification - mostly originally from Chromium.Ben Laurie
2011-02-03Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source filesDr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01size_tification.Ben Laurie
2003-12-06Add "dif" variable to clean up the loop implementations.Ulf Möller
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe
2000-12-07Fix some things that look like bugs.Bodo Möller
2000-01-23Document the BN library.Ulf Möller
1999-06-04Some constification and stacks that slipped through the cracks (how?).Ben Laurie
1999-04-19Change functions to ANSI C.Ulf Möller
1999-01-28Fixes to BN code. Previously the default was to define BN_RECURSIONMark J. Cox
1998-12-22Fix unused variable warning of GCCRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall