aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Final (for me, for now) dead code cleanupRich Salz2015-02-081-23/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-767/+794
* 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
* Revert "CHANGES: mention "universal" ARM support."Andy Polyakov2015-01-061-1/+1
* CHANGES: mention "universal" ARM support.Andy Polyakov2015-01-061-1/+1
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* Move bn internal functions into bn_int.h and bn_lcl.hMatt Caswell2014-12-081-57/+0
* Prepare for bn opaquify. Implement internal helper functions.Matt Caswell2014-12-081-0/+126
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* Remove fips_constseg references.Dr. Stephen Henson2014-12-081-2/+0
* RT2163: Remove some unneeded #include'sDoug Goldstein2014-08-181-1/+0
* Fixed valgrind complaint due to BN_consttime_swap reading uninitialised data.Matt Caswell2014-07-131-0/+9
* Add functions returning security bits.Dr. Stephen Henson2014-03-281-0/+25
* Fix for CVE-2014-0076Dr. Stephen Henson2014-03-121-0/+52
* Allow for dynamic base in Win64 FIPS module.Andy Polyakov2011-09-141-0/+2
* Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson2011-01-271-5/+2
* Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson2011-01-271-0/+5
* Move BN_options function to bn_print.c to remove dependency for BIO printfDr. Stephen Henson2011-01-251-19/+0
* bn_lib.c: [re-]fix Win64 compiler warning.Andy Polyakov2008-12-291-1/+1
* Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov2008-12-291-1/+1
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-6/+6
* size_tification.Ben Laurie2008-11-011-6/+6
* Minor clean-up in bn_lib.c: constification and optimization.Andy Polyakov2008-10-281-3/+3
* Change to mitigate branch prediction attacksBodo Möller2007-03-281-1/+1
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* Eliminate warning induced by http://cvs.openssl.org/chngview?cn=14690 andAndy Polyakov2005-12-161-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