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_mod.c
Age
Commit message (
Expand
)
Author
2023-07-08
Hide symbols in bn
Bob Beck
2023-06-13
Disallow aliasing of return value and modulus
Theo Buehler
2023-03-27
Convert BN_copy() with explicit comparison against NULL to bn_copy()
Theo Buehler
2023-02-03
Clean up and simplify BN_mod_lshift{,_quick}().
Joel Sing
2023-02-03
Clean up BN_mod_mul() and simplify BN_mod_sqr().
Joel Sing
2023-02-03
Simplify BN_mod_{lshift1,sub}_quick().
Joel Sing
2023-02-03
Simplify BN_nnmod().
Joel Sing
2023-02-03
Turn BN_mod_{ct,nonct}() into symbols.
Joel Sing
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-11-26
Remove BIGNUM consistency macros.
Joel Sing
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2017-01-21
Split out BN_div and BN_mod into ct and nonct versions for Internal use.
Bob Beck
2016-11-05
Stop abusing the ternary operator to decide which function to call in a
Miod Vallat
2014-07-12
if (x) FOO_free(x) -> FOO_free(x).
Miod Vallat
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
2014-04-24
Try to clean the maze of <openssl/bn.h> defines regarding the BN internals.
Miod Vallat
2008-09-06
resolve conflicts
Damien Miller
2002-05-15
OpenSSL 0.9.7 stable 2002 05 08 merge
Bob Beck
1999-09-29
OpenSSL 0.9.4 merge
Bob Beck
1998-10-05
Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build
ryker