index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
bn
/
bn_sqrt.c
Age
Commit message (
Expand
)
Author
2023-04-11
Add a new implementation of BN_mod_sqrt()
Theo Buehler
2023-03-27
Replace the remaining BN_copy() with bn_copy()
Theo Buehler
2023-03-07
Call BN_free() instead of BN_clear_free().
Joel Sing
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-11-26
Remove BIGNUM consistency macros.
Joel Sing
2022-11-19
Fix comment describing BN_mod_sqrt()
Theo Buehler
2022-06-20
Fix some bizarre indentation and line breaks.
Theo Buehler
2022-03-15
Fix infinite loop in BN_mod_sqrt()
Theo Buehler
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2017-01-21
Make explicit _ct and _nonct versions of bn_mod_exp funcitons that
Bob Beck
2016-11-08
Reduce the ternary operator abuse
Philip Guenther
2015-02-09
BN_CTX_get() can fail - consistently check its return value.
Joel Sing
2014-07-11
Only import cryptlib.h in the four source files that actually need it.
Joel Sing
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-05-08
Emergency knfectomie requested by tedu@.
Joel Sing
2008-09-06
resolve conflicts
Damien Miller
2002-05-15
import openssl-0.9.7-beta1
Bob Beck