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_x931p.c
Age
Commit message (
Expand
)
Author
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-01-20
Add and fix check for BN functions return value
Kinichiro Inoguchi
2021-12-04
Use BN_is_negative(p) instead of p->neg in one place.
Theo Buehler
2019-01-20
Fix BN_is_prime_* calls in libcrypto, the API returns -1 on error.
Theo Buehler
2017-01-25
Construct a BN_gcd_nonct, based on BN_mod_inverse_no_branch, as suggested
Bob Beck
2017-01-21
Add ct and nonct versions of BN_mod_inverse for internal use
Bob Beck
2015-04-29
Add missing BN_CTX_end() calls.
Doug Hogan
2015-02-14
Fix tests that got incorrectly inverted with the BN_CTX_get() return check
Joel Sing
2015-02-09
BN_CTX_get() can fail - consistently check its return value.
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
2012-10-13
import files that CVS missed; sigh
Damien Miller
2010-10-01
resolve conflicts, fix local changes
Damien Miller
2006-06-27
import of openssl-0.9.7j
Damien Miller