summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn.h
AgeCommit message (Expand)Author
2002-05-10Avoid gcc warning: BN_DEC_CONV when SIXTY_FOUR_BIT is defined is unsigned.Dr. Stephen Henson
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-11-15make updateRichard Levitte
2001-11-09adjust to OpenSSL_0_9_6-stable versionBodo Möller
2001-09-03Use uniformly chosen witnesses for Miller-Rabin testBodo Möller
2001-03-08Hide BN_CTX structure details.Bodo Möller
2001-03-08Constify BN_value_one.Bodo Möller
2001-03-08More method functions for EC_GFp_simple_method.Bodo Möller
2001-02-22Use e_os2.h rather than opensslconf.h, since some needed macros areRichard Levitte
2001-02-20Use new-style system-id macros.Richard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-10Simplify BN_rand_rangeBodo Möller
2001-02-08Integrate my implementation of a countermeasure againstBodo Möller
2001-02-07Bleichenbacher's DSA attackUlf Möller
2000-12-04Change error message to "bignum too long"Bodo Möller
2000-12-03Don't allow BIGNUMs to become so large that computations with dmaxBodo Möller
2000-12-02New function BN_bntest_rand() to detect more BN library bugs.Ulf Möller
2000-11-30BN_sqrtBodo Möller
2000-11-29Expand expspeed.c to make BN_kronecker timings.Bodo Möller
2000-11-27Fix BN_is_... macros.Bodo Möller
2000-11-26More BN_mod_... functions.Bodo Möller
2000-11-26modular arithmeticsBodo Möller
2000-11-17Make sure BN_DIV2W is not defining when defining it, and remove theRichard Levitte
2000-11-16More constification of the BN library.Richard Levitte
2000-11-08BN_CTX-related fixes.Bodo Möller
2000-11-06Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte
2000-08-04Changes needed for Tandem NSK, supplied by Scott Uroff (scott@xypro.com).Dr. Stephen Henson
2000-06-08Slightly faster DSA verification (BN_mod_exp2_mont),Bodo Möller
2000-06-07Speed up DH with small generator.Bodo Möller
2000-06-01Use NO_FP_API.Ulf Möller
2000-03-01check for WIN32 (needed by Mingw32)Ulf Möller
2000-02-26Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller
2000-02-05Commit patch to bn.h that CVS decided to throw away during 'cvs update',Bodo Möller
2000-02-05Use MONT_WORD macro to control if the word-based or the bignumUlf Möller
2000-02-05New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller
2000-02-03ispell (and minor modifications)Ulf Möller
2000-02-03Some 'const's for BNs.Bodo Möller
2000-02-02Tolerate negative numbers in BN_is_prime.Bodo Möller
2000-02-02rndsort{Miller, Rabin} primality test.Bodo Möller
2000-01-30Make DSA_generate_parameters, and fix a couple of bugBodo Möller
2000-01-27Declare BN_pseudo_rand().Richard Levitte
2000-01-27Document DSA and SHA.Ulf Möller
2000-01-27Update comments to provide a better approximation of reality.Bodo Möller
2000-01-27Run ispell.Ulf Möller
2000-01-23Document the BN library.Ulf Möller
2000-01-22Document the DH library, and make some minor changes along the way.Ulf Möller
2000-01-12Turn BN_prime_checks into a macro.Bodo Möller
1999-06-28Use "long long" for all Win32 gcc ports.Ulf Möller
1999-06-28With mingw32, use "long long" rather than "_int64" (the latter doesBodo Möller
1999-06-20New functions CONF_load_bio() and CONF_load_fp() to load a configurationDr. Stephen Henson