summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn.h
Commit message (Expand)AuthorAgeFilesLines
...
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-291-13/+0
* clean up new code for NIST primesBodo Möller2002-10-281-8/+0
* fast reduction for NIST curvesBodo Möller2002-10-281-0/+24
* Do not use the word 'modulus', which is a class template name in VC++ 6.0/SP5.Richard Levitte2002-08-121-1/+1
* Binary field arithmetic contributed by Sun Microsystems.Bodo Möller2002-08-021-0/+68
* 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
* Declare BN_pseudo_rand().Richard Levitte2000-01-271-0/+1
* Document DSA and SHA.Ulf Möller2000-01-271-0/+19
* Update comments to provide a better approximation of reality.Bodo Möller2000-01-271-2/+3
* Run ispell.Ulf Möller2000-01-271-10/+9
* Document the BN library.Ulf Möller2000-01-231-2/+2