summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_sqrt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a new implementation of BN_mod_sqrt()tb2023-04-111-409/+0
* Replace the remaining BN_copy() with bn_copy()tb2023-03-271-5/+5
* Call BN_free() instead of BN_clear_free().jsing2023-03-071-2/+2
* Make internal header file names consistenttb2022-11-261-2/+2
* Remove BIGNUM consistency macros.jsing2022-11-261-4/+1
* Fix comment describing BN_mod_sqrt()tb2022-11-191-7/+9
* Fix some bizarre indentation and line breaks.tb2022-06-201-8/+7
* Fix infinite loop in BN_mod_sqrt()tb2022-03-151-14/+15
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-7/+7
* Make explicit _ct and _nonct versions of bn_mod_exp funcitons thatbeck2017-01-211-5/+5
* Reduce the ternary operator abuseguenther2016-11-081-3/+8
* BN_CTX_get() can fail - consistently check its return value.jsing2015-02-091-8/+12
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-3/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Emergency knfectomie requested by tedu@.jsing2014-05-081-134/+142
* resolve conflictsdjm2008-09-061-35/+41
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+387