summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn.h
AgeCommit message (Expand)Author
2011-06-06Backport from HEAD:Dr. Stephen Henson
2011-03-19Apply all the changes submitted by Steven M. Schweda <sms@antinode.info>Richard Levitte
2011-01-09add X9.31 prime generation routines from 0.9.8 branchDr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-11symbol deobnoxificationBodo Möller
2008-11-01size_tification.Ben Laurie
2008-10-22Apparently '__top' is also risky, obfuscate further. (All this toGeoff Thorpe
2008-10-22Use of a 'top' var creates "shadow variable" warnings.Geoff Thorpe
2008-10-19Constification.Ben Laurie
2008-10-15Optimize bn_correct_top.Andy Polyakov
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe
2008-05-01Montgomery-related minor cleanups/documentationBodo Möller
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe
2007-06-11Privatize BN_*_no_branch.Andy Polyakov
2007-04-19fix error codesBodo Möller
2007-03-28Change to mitigate branch prediction attacksBodo Möller
2006-06-23New functions CRYPTO_set_idptr_callback(),Bodo Möller
2006-06-18Change array representation of binary polynomials to make GF2m part ofBodo Möller
2006-04-11Add support for setting keybits and public exponent value for pkey RSA keygen.Dr. Stephen Henson
2006-01-13fix commentNils Larsch
2005-12-16We all make typos:-) Fix just introduced ones in bn.hAndy Polyakov
2005-12-16Eliminate warning induced by http://cvs.openssl.org/chngview?cn=14690 andAndy Polyakov
2005-12-15Allow for bn(64,32) on LP64 platforms.Andy Polyakov
2005-11-06Move declaration for optional bn_mul_mont to bn_lcl.h in order to hideAndy Polyakov
2005-10-22Change bn_mul_mont declaration and BN_MONT_CTX. Update CHANGES.Andy Polyakov
2005-10-06Leave the decision to call/implement bn_sqr_mont to assembler developer.Andy Polyakov
2005-10-05Initialize bignum constants using BN_bin2bn() instead of BN_hex2bn(). ThisDr. Stephen Henson
2005-10-04Reserve for SMALL_FOOTPRINT bn_asm.c. Currently OPENSSL_SMALL_FOOTPRINTAndy Polyakov
2005-10-04Add reference implementation for bn_[mul|sqr]_mont, new candidates forAndy Polyakov
2005-08-28fix warnings when building openssl with the following compiler options:Nils Larsch
2005-08-21Make D-H safer, include well-known primes.Ben Laurie
2005-06-28Replace _int64 with __int64, which is more widely accepted among Win32Andy Polyakov
2005-05-27Use BN_with_flags() in a cleaner way.Bodo Möller
2005-05-16Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller
2005-05-11Fix more error codes.Bodo Möller
2005-05-06Since BN_LLONG will only be defined for Alpha/VMS and not VAX/VMS,Richard Levitte
2005-05-03remove BN_ncopy, it was only used in bn_nist.c and wasn't particularNils Larsch
2005-04-26Port BN_MONT_CTX_set_locked() from stable branch.Dr. Stephen Henson
2005-04-26some updates for the blinding code; summary:Nils Larsch
2005-04-26Fix various incorrect error function codes.Bodo Möller
2005-04-22- use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch
2004-07-06Improve error handling if decompression of an ec point fails, and cleanupGeoff Thorpe
2004-06-20Tidy up, including;Geoff Thorpe
2004-06-17Deprecate unused cruft, and "make update".Geoff Thorpe
2004-05-15Make some more API types opaquely available from ossl_typ.h, meaning theGeoff Thorpe
2004-03-17Variety of belt-tightenings in the bignum code. (Please help test this!)Geoff Thorpe
2004-03-13The efforts to eliminate the dual-representation of zero and to ensureGeoff Thorpe
2003-12-02BN_FLG_FREE is of extremely dubious usefulness, and is only referred toGeoff Thorpe
2003-11-30If BN_STRICT is defined, don't accept an ambiguous representation of zeroGeoff Thorpe