summaryrefslogtreecommitdiff
path: root/lib/libcrypto/bn/bn_x931p.c
AgeCommit message (Expand)Author
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-11-26Make internal header file names consistentTheo Buehler
2022-01-20Add and fix check for BN functions return valueKinichiro Inoguchi
2021-12-04Use BN_is_negative(p) instead of p->neg in one place.Theo Buehler
2019-01-20Fix BN_is_prime_* calls in libcrypto, the API returns -1 on error.Theo Buehler
2017-01-25Construct a BN_gcd_nonct, based on BN_mod_inverse_no_branch, as suggestedBob Beck
2017-01-21Add ct and nonct versions of BN_mod_inverse for internal useBob Beck
2015-04-29Add missing BN_CTX_end() calls.Doug Hogan
2015-02-14Fix tests that got incorrectly inverted with the BN_CTX_get() return checkJoel Sing
2015-02-09BN_CTX_get() can fail - consistently check its return value.Joel Sing
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-08Emergency knfectomie requested by tedu@.Joel Sing
2012-10-13import files that CVS missed; sighDamien Miller
2010-10-01resolve conflicts, fix local changesDamien Miller
2006-06-27import of openssl-0.9.7jDamien Miller