summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_word.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid -0 in BN_div_word().jsing2023-03-111-1/+5
* Correct sign handling in BN_add_word().jsing2023-03-111-3/+3
* Avoid negative zero.jsing2023-02-131-5/+4
* Provide bn_div_rem_words() and make use of it.jsing2023-01-281-3/+2
* Make internal header file names consistenttb2022-11-261-2/+2
* Remove BIGNUM consistency macros.jsing2022-11-261-10/+1
* Change bn_expand()/bn_wexpand() to indicate failure/success via 0/1.jsing2022-11-241-3/+3
* On systems where we do not have BN_ULLONG defined (most 64-bit systems),bcook2016-07-051-1/+15
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+2
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Emergency knfectomie requested by tedu@.jsing2014-05-081-110/+105
* cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txtmarkus2013-02-141-17/+8
* resolve conflictsdjm2008-09-061-14/+53
* Return immediately if argument to BN_sub_word is zero.otto2003-09-251-0/+3
* Do not produce a corrupt BIGNUM when adding 0 to 0 using BN_add_word().otto2003-08-211-0/+3
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-1/+4
* openssl-engine-0.9.6 mergebeck2000-12-151-6/+11
* OpenSSL 0.9.5 mergebeck2000-03-191-1/+1
* OpenSSL 0.9.4 mergebeck1999-09-291-20/+10
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+204