summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_div.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hide symbols in bn.hbeck2024-04-101-1/+2
* Convert BN_copy() with explicit comparison against NULL to bn_copy()tb2023-03-271-2/+2
* Rename bn_umul_hilo() to bn_mulw().jsing2023-02-161-2/+2
* Fix a -0 corner case in BN_div_internal()jsing2023-02-141-3/+5
* Avoid negative zero.jsing2023-02-131-4/+3
* Simplify bn_div_3_words().jsing2023-01-311-49/+15
* Fix previous.jsing2023-01-281-4/+9
* Provide bn_div_rem_words() and make use of it.jsing2023-01-281-59/+26
* Move bn_div_words from bn_asm.c to bn_div.c.jsing2023-01-231-1/+83
* Replace BN_DIV3W with HAVE_BN_DIV_3_WORDS (in bn_arch.h).jsing2023-01-201-3/+4
* Bring in a description of bn_words_3_div().jsing2023-01-181-1/+9
* Start cleaning up BN_div_internal().jsing2023-01-181-158/+195
* spelling fixes; from paul tagliamontejmc2022-12-261-2/+2
* Make internal header file names consistenttb2022-11-261-2/+2
* Remove BIGNUM consistency macros.jsing2022-11-261-15/+2
* Change bn_expand()/bn_wexpand() to indicate failure/success via 0/1.jsing2022-11-241-3/+3
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-3/+3
* Split out BN_div and BN_mod into ct and nonct versions for Internal use.beck2017-01-211-7/+29
* BN_CTX_get() can fail - consistently check its return value.jsing2015-02-091-2/+2
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-3/+4
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+4
* When building a BN on the stack in BN_div(), make sure to initialize all itsmiod2014-06-271-1/+2
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Emergency knfectomie requested by tedu@.jsing2014-05-081-129/+134
* Try to clean the maze of <openssl/bn.h> defines regarding the BN internals.miod2014-04-241-69/+2
* Unifdef -UPEDANTIC. ok beck@ tedu@miod2014-04-231-1/+1
* Nuke BN_DEBUG_LEVITTEmiod2014-04-171-10/+0
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-0/+2
* resolve conflictsdjm2012-10-131-238/+34
* resolve conflicts, fix local changesdjm2010-10-011-3/+10
* cherrypick patch from OpenSSL 0.9.8m:djm2010-03-041-1/+1
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-2/+13
* resolve conflictsdjm2008-09-061-27/+272
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-1/+27
* Merge OpenSSL 0.9.7-stable-20020605,beck2002-06-071-4/+4
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-43/+23
* openssl-engine-0.9.6a mergebeck2001-06-221-3/+4
* openssl-engine-0.9.6 mergebeck2000-12-151-1/+1
* OpenSSL 0.9.5 mergebeck2000-03-191-92/+114
* OpenSSL 0.9.4 mergebeck1999-09-291-54/+126
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+286