summaryrefslogtreecommitdiff
path: root/lib/libcrypto/bn/bn_sqrt.c
AgeCommit message (Expand)Author
2023-04-11Add a new implementation of BN_mod_sqrt()Theo Buehler
2023-03-27Replace the remaining BN_copy() with bn_copy()Theo Buehler
2023-03-07Call BN_free() instead of BN_clear_free().Joel Sing
2022-11-26Make internal header file names consistentTheo Buehler
2022-11-26Remove BIGNUM consistency macros.Joel Sing
2022-11-19Fix comment describing BN_mod_sqrt()Theo Buehler
2022-06-20Fix some bizarre indentation and line breaks.Theo Buehler
2022-03-15Fix infinite loop in BN_mod_sqrt()Theo Buehler
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2017-01-21Make explicit _ct and _nonct versions of bn_mod_exp funcitons thatBob Beck
2016-11-08Reduce the ternary operator abusePhilip Guenther
2015-02-09BN_CTX_get() can fail - consistently check its return value.Joel Sing
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-08Emergency knfectomie requested by tedu@.Joel Sing
2008-09-06resolve conflictsDamien Miller
2002-05-15import openssl-0.9.7-beta1Bob Beck