summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-669/+683
* Move more comments that confuse indentMatt Caswell2015-01-221-6/+7
* Fix indent comment corruption issueMatt Caswell2015-01-221-1/+1
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-3/+6
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-1/+2
* Fixed valgrind complaint due to BN_consttime_swap reading uninitialised data.Matt Caswell2014-07-131-0/+9
* Fix 0.9.8 FIPS capable OpenSSL build.Dr. Stephen Henson2014-06-061-52/+0
* Fix for CVE-2014-0076 backported to 0.9.8 branchmancha2014-03-271-0/+52
* Part FIPS bn merge: move functiosn to bn_opt.c to reduce dependencies.Dr. Stephen Henson2008-09-161-19/+0
* Change to mitigate branch prediction attacksBodo Möller2007-03-281-1/+1
* Update from HEAD.Dr. Stephen Henson2007-01-211-1/+1
* remove BN_ncopy, it was only used in bn_nist.c and wasn't particularNils Larsch2005-05-031-40/+0
* - use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch2005-04-221-0/+8
* Tidy up, including;Geoff Thorpe2004-06-201-9/+10
* Deprecate unused cruft, and "make update".Geoff Thorpe2004-06-171-0/+3
* Actually, that last change to BN_get_word() was a little too simple.Geoff Thorpe2004-06-171-1/+3
* As Nils put it;Geoff Thorpe2004-06-171-48/+4
* Variety of belt-tightenings in the bignum code. (Please help test this!)Geoff Thorpe2004-03-171-6/+22
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-4/+4
* Incremental cleanups to bn_lib.c.Geoff Thorpe2003-12-021-48/+38
* BN_FLG_FREE is of extremely dubious usefulness, and is only referred toGeoff Thorpe2003-12-021-1/+7
* Declare the static BIGNUM "BN_value_one()" more carefully.Geoff Thorpe2003-12-011-1/+1
* This improves the placement of check_top() macros in a couple of bn_libGeoff Thorpe2003-11-291-2/+7
* BN_set_bit() etc should use "unsigned int".Ulf Möller2003-11-151-0/+9
* This is a revert of my previous commit to "improve" the declaration ofGeoff Thorpe2003-11-051-8/+0
* Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe2003-11-041-4/+17
* This is the least unacceptable way I've found for declaring the bignum dataGeoff Thorpe2003-11-041-0/+8
* Some provisional bignum debugging has begun to detect inconsistent BIGNUMGeoff Thorpe2003-10-291-1/+0
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-6/+6
* A few more memset()s converted to OPENSSL_cleanse().Richard Levitte2002-11-291-2/+2
* fast reduction for NIST curvesBodo Möller2002-10-281-0/+45
* fix bn_expand2Bodo Möller2002-08-031-2/+3
* fix bn_expand2Bodo Möller2002-08-021-8/+11
* Move zeroing from bn_expand_internal() to bn_expand2() so that itBodo Möller2002-07-251-12/+22
* Constify BN_value_one.Bodo Möller2001-03-081-1/+1
* Change error message to "bignum too long"Bodo Möller2000-12-041-1/+1
* include <limits.h>Bodo Möller2000-12-031-0/+1
* Don't allow BIGNUMs to become so large that computations with dmaxBodo Möller2000-12-031-0/+6
* Add a comment to explain the purpose of bn_cmp_part_words().Richard Levitte2000-12-021-0/+7
* last commit was wrong. Now it works. :)Ulf Möller2000-12-021-2/+2
* arglUlf Möller2000-12-021-1/+1
* Fix bn_cmp_part_words() and move it to bn_lib.c.Ulf Möller2000-12-021-0/+25
* Fix warnings in expspeed.c (but the segmentation fault remains)Bodo Möller2000-11-291-0/+1
* BN_bin2bn did *not* contain an off-by-one error;Bodo Möller2000-11-291-3/+2
* Expand expspeed.c to make BN_kronecker timings.Bodo Möller2000-11-291-75/+14
* modular arithmeticsBodo Möller2000-11-261-0/+29
* More constification of the BN library.Richard Levitte2000-11-161-1/+1
* Handle BN_copy failure after successful BN_new.Bodo Möller2000-11-071-4/+8
* handle the case when BN_new returns NULLBodo Möller2000-11-071-5/+13
* Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte2000-11-061-109/+153