summaryrefslogtreecommitdiff
path: root/crypto/bn/bn_add.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* BIGNUM signed add/sub routines refactoryDavide Galassi2018-04-171-85/+47
* bn/bn_add.c: address performance regression.Andy Polyakov2017-11-161-1/+5
* bn/bn_add.c: favour counted loops over ifs and breaks.Andy Polyakov2016-06-131-72/+38
* Copyright consolidation 06/10Rich Salz2016-05-171-54/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* BN_usub: Don't copy when r and a the samePascal Cuoq2015-11-201-1/+1
* Some cleanups for crypto/bnRich Salz2015-07-221-1/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* bn/bn_add.c: fix dead code elimination that went bad.Andy Polyakov2015-02-091-1/+1
* Final (for me, for now) dead code cleanupRich Salz2015-02-081-21/+0
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-12/+12
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-234/+230
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-2/+4
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* Remove #ifdef's for IRIX_CC_BUGRich Salz2014-09-251-6/+0
* RT2163: Remove some unneeded #include'sDoug Goldstein2014-08-181-1/+0
* Constification - mostly originally from Chromium.Ben Laurie2014-06-291-2/+4
* Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source filesDr. Stephen Henson2011-02-031-0/+2
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-3/+3
* size_tification.Ben Laurie2008-11-011-3/+3
* Add "dif" variable to clean up the loop implementations.Ulf Möller2003-12-061-45/+46
* Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe2003-11-041-1/+4
* Fix some things that look like bugs.Bodo Möller2000-12-071-5/+7
* Document the BN library.Ulf Möller2000-01-231-2/+2
* Some constification and stacks that slipped through the cracks (how?).Ben Laurie1999-06-041-5/+5
* Change functions to ANSI C.Ulf Möller1999-04-191-16/+4
* Fixes to BN code. Previously the default was to define BN_RECURSIONMark J. Cox1999-01-281-3/+0
* Fix unused variable warning of GCCRalf S. Engelschall1998-12-221-1/+4
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1998-12-211-20/+172
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-26/+23
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+170