summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn.h
AgeCommit message (Expand)Author
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
2003-11-30Improve a couple of the bignum macros. Note, this doesn't eliminateGeoff Thorpe
2003-11-30Make BN_DEBUG_RAND less painfully slow by only consuming one byte ofGeoff Thorpe
2003-11-06This extends the debugging macros to use "pollution" duringGeoff Thorpe
2003-11-05This is a revert of my previous commit to "improve" the declaration ofGeoff Thorpe
2003-11-05cleanup as discussed with GeoffUlf Möller
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe
2003-11-04This is the least unacceptable way I've found for declaring the bignum dataGeoff Thorpe
2003-10-29BN_CTX is opaque and the static initialiser BN_CTX_init() is not usedGeoff Thorpe
2003-04-02make RSA blinding thread-safeBodo Möller
2002-12-08Nils Larsch submitted;Geoff Thorpe
2002-12-08This is a first-cut at improving the callback mechanisms used inGeoff Thorpe
2002-11-04implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller
2002-10-28clean up new code for NIST primesBodo Möller
2002-10-28fast reduction for NIST curvesBodo Möller
2002-08-12Do not use the word 'modulus', which is a class template name in VC++ 6.0/SP5.Richard Levitte
2002-08-02Binary field arithmetic contributed by Sun Microsystems.Bodo Möller