summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_add.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hide symbols in bnbeck2023-07-081-1/+5
* Provide and use various quad word primitives.jsing2023-06-121-13/+5
* Rework bn_add()/bn_sub() to operate on word arrays.jsing2023-02-221-74/+83
* Reimplement bn_add_words() and bn_sub_words() using bignum primitives.jsing2023-02-161-110/+30
* Avoid negative zero.jsing2023-02-131-3/+5
* Refactor BN_uadd() and BN_usub().jsing2023-02-021-37/+77
* Correctly detect b < a in BN_usub().jsing2023-01-311-1/+5
* Include bn_arch.h now that we're using defines from it.jsing2023-01-231-1/+2
* Move bn_add_words() and bn_sub_words from bn_asm.c to bn_add.c.jsing2023-01-231-1/+158
* Reorder functions for easier maintenance.jsing2023-01-201-30/+30
* Make internal header file names consistenttb2022-11-261-2/+2
* Remove BIGNUM consistency macros.jsing2022-11-261-12/+1
* Change bn_expand()/bn_wexpand() to indicate failure/success via 0/1.jsing2022-11-241-3/+3
* Clean up our disgusting implementations of BN_{,u}{add,sub}(), followingtb2018-07-231-157/+67
* fix odd whitespacetb2018-06-101-3/+3
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-2/+2
* deregister; no binary changejsg2014-10-281-2/+2
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+4
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Emergency knfectomie requested by tedu@.jsing2014-05-081-142/+146
* Remove IRIX_CC_BUG workaround.miod2014-04-231-6/+0
* resolve conflictsdjm2008-09-061-46/+50
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-5/+7
* OpenSSL 0.9.5 mergebeck2000-03-191-2/+2
* OpenSSL 0.9.4 mergebeck1999-09-291-27/+167
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+167