aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/bn_lcl.h
AgeCommit message (Expand)AuthorFilesLines
2004-03-09Minimise the amount of code dependent on BN_DEBUG_RAND. In particular,Geoff Thorpe1-1/+4
2003-12-01The bn_set_max() macro is only "used" by the bn_set_[low|high]() macrosGeoff Thorpe1-32/+0
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe1-8/+0
2003-10-29BN_CTX is opaque and the static initialiser BN_CTX_init() is not usedGeoff Thorpe1-14/+0
2002-12-20Fix for "shift count too large" when compiling for hpux-parisc2 andAndy Polyakov1-1/+1
2002-12-14x86_64 performance patch.Andy Polyakov1-1/+16
2002-10-29avoid warnings ('index' shadows global declaration)Bodo Möller1-2/+2
2002-10-28clean up new code for NIST primesBodo Möller1-0/+10
2002-03-25add missing declarationBodo Möller1-0/+2
2001-03-10More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller1-1/+1
2001-03-08Hide BN_CTX structure details.Bodo Möller1-0/+14
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-2/+2
2000-12-08bn_part_sub_word prototype.Ulf Möller1-0/+2
2000-12-04Remove the last bn_wexpand()s that made us break constness. OfRichard Levitte1-2/+3
2000-12-02Fix bn_cmp_part_words() and move it to bn_lib.c.Ulf Möller1-0/+2
2000-11-18Remove a declaration for a function that does not exist.Richard Levitte1-1/+0
2000-11-16More constification of the BN library.Richard Levitte1-5/+6
2000-08-22max -> dmax in bn_check_top.Ben Laurie1-1/+1
2000-06-08Slightly faster DSA verification (BN_mod_exp2_mont),Bodo Möller1-0/+98
2000-02-26Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller1-37/+5
2000-02-15New NO_INLINE_ASM macro. Primary target for the moment is Solaris x86Andy Polyakov1-1/+1
2000-02-02Tolerate negative numbers in BN_is_prime.Bodo Möller1-1/+1
2000-02-02Support for "multiply high" instruction, see BN_UMULT_HIGH comment inAndy Polyakov1-0/+85
1999-05-17Move prototypes to the right place.Ulf Möller1-9/+16
1999-05-15OPENSSL_EXTERNBodo Möller1-8/+8
1999-05-13VMS support.Ulf Möller1-8/+8
1999-05-12Missing argument in prototype.Ulf Möller1-1/+1
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-10/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-1/+1
1999-01-28Fixes to BN code. Previously the default was to define BN_RECURSIONMark J. Cox1-2/+7
1999-01-14Submitted by: Neil Costigan <neil.costigan@celocom.com>Dr. Stephen Henson1-5/+5
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-5/+72
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-34/+17
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+216