summaryrefslogtreecommitdiff
path: root/crypto/bn/bn.h
Commit message (Expand)AuthorAgeFilesLines
* Merge main -> VMS_64BITBRANCH_VMS_64BITRichard Levitte2010-01-271-123/+187
* Recent changes from HEAD.Richard Levitte2004-07-121-0/+1
* Recent (and not so recent) changes from HEAD.Richard Levitte2004-06-281-26/+22
* Changes from 0.9.8-devRichard Levitte2004-03-241-2/+14
* This branch hasn't been updated with changes from HEAD for a looooong time...Richard Levitte2004-01-231-6/+109
* All the changes from HEAD since last merge.Richard Levitte2003-04-041-0/+2
* Recent changes from HEAD.Richard Levitte2002-12-131-0/+40
* Add recent changes from HEAD.Richard Levitte2002-11-061-20/+42
* Recent changes from HEAD. The VMS procedures are probably broken, toRichard Levitte2002-10-311-13/+16
* Merge in all the changes from HEAD.Richard Levitte2002-08-131-1/+69
* Avoid gcc warning: BN_DEC_CONV when SIXTY_FOUR_BIT is defined is unsigned.Dr. Stephen Henson2002-05-101-1/+1
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-1/+0
* make updateRichard Levitte2001-11-151-0/+1
* adjust to OpenSSL_0_9_6-stable versionBodo Möller2001-11-091-2/+3
* Use uniformly chosen witnesses for Miller-Rabin testBodo Möller2001-09-031-0/+1
* Hide BN_CTX structure details.Bodo Möller2001-03-081-12/+2
* Constify BN_value_one.Bodo Möller2001-03-081-1/+1
* More method functions for EC_GFp_simple_method.Bodo Möller2001-03-081-1/+0
* Use e_os2.h rather than opensslconf.h, since some needed macros areRichard Levitte2001-02-221-1/+1
* Use new-style system-id macros.Richard Levitte2001-02-201-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-5/+6
* Simplify BN_rand_rangeBodo Möller2001-02-101-1/+1
* Integrate my implementation of a countermeasure againstBodo Möller2001-02-081-1/+3
* Bleichenbacher's DSA attackUlf Möller2001-02-071-0/+1
* Change error message to "bignum too long"Bodo Möller2000-12-041-1/+1
* Don't allow BIGNUMs to become so large that computations with dmaxBodo Möller2000-12-031-0/+1
* New function BN_bntest_rand() to detect more BN library bugs.Ulf Möller2000-12-021-0/+2
* BN_sqrtBodo Möller2000-11-301-1/+8
* Expand expspeed.c to make BN_kronecker timings.Bodo Möller2000-11-291-0/+1
* Fix BN_is_... macros.Bodo Möller2000-11-271-5/+11
* More BN_mod_... functions.Bodo Möller2000-11-261-2/+18
* modular arithmeticsBodo Möller2000-11-261-11/+9
* Make sure BN_DIV2W is not defining when defining it, and remove theRichard Levitte2000-11-171-11/+10
* More constification of the BN library.Richard Levitte2000-11-161-9/+12
* BN_CTX-related fixes.Bodo Möller2000-11-081-1/+1
* Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte2000-11-061-25/+30
* Changes needed for Tandem NSK, supplied by Scott Uroff (scott@xypro.com).Dr. Stephen Henson2000-08-041-3/+3
* Slightly faster DSA verification (BN_mod_exp2_mont),Bodo Möller2000-06-081-0/+1
* Speed up DH with small generator.Bodo Möller2000-06-071-0/+3
* Use NO_FP_API.Ulf Möller2000-06-011-1/+1
* check for WIN32 (needed by Mingw32)Ulf Möller2000-03-011-1/+1
* Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller2000-02-261-25/+35
* Commit patch to bn.h that CVS decided to throw away during 'cvs update',Bodo Möller2000-02-051-2/+4
* Use MONT_WORD macro to control if the word-based or the bignumUlf Möller2000-02-051-1/+0
* New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller2000-02-051-0/+7
* ispell (and minor modifications)Ulf Möller2000-02-031-5/+5
* Some 'const's for BNs.Bodo Möller2000-02-031-1/+1
* Tolerate negative numbers in BN_is_prime.Bodo Möller2000-02-021-2/+3
* rndsort{Miller, Rabin} primality test.Bodo Möller2000-02-021-2/+1
* Make DSA_generate_parameters, and fix a couple of bugBodo Möller2000-01-301-1/+5