aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_lcl.h
Commit message (Expand)AuthorAgeFilesLines
* Internal version of BN_mod_inverse allowing checking of no-inverse withoutDr. Stephen Henson2011-01-261-0/+3
* bn_lcl.h: add MIPS III-specific BN_UMULT_LOHI as alternative to portingAndy Polyakov2010-01-171-3/+16
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-17/+14
* Fix warnings about mismatched prototypes, undefined size_t and value computedDr. Stephen Henson2008-11-021-2/+3
* size_tification.Ben Laurie2008-11-011-13/+15
* Fix SHA512 and optimize BN for mingw64.Andy Polyakov2008-11-011-1/+2
* Move declaration for optional bn_mul_mont to bn_lcl.h in order to hideAndy Polyakov2005-11-061-0/+1
* 3-4 times better RSA/DSA performance on WIN64A target. Well, on AMD64 CPU,Andy Polyakov2005-08-041-0/+36
* Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller2005-05-161-0/+39
* Minimise the amount of code dependent on BN_DEBUG_RAND. In particular,Geoff Thorpe2004-03-091-1/+4
* The bn_set_max() macro is only "used" by the bn_set_[low|high]() macrosGeoff Thorpe2003-12-011-32/+0
* Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe2003-11-041-8/+0
* BN_CTX is opaque and the static initialiser BN_CTX_init() is not usedGeoff Thorpe2003-10-291-14/+0
* Fix for "shift count too large" when compiling for hpux-parisc2 andAndy Polyakov2002-12-201-1/+1
* x86_64 performance patch.Andy Polyakov2002-12-141-1/+16
* avoid warnings ('index' shadows global declaration)Bodo Möller2002-10-291-2/+2
* clean up new code for NIST primesBodo Möller2002-10-281-0/+10
* add missing declarationBodo Möller2002-03-251-0/+2
* More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller2001-03-101-1/+1
* Hide BN_CTX structure details.Bodo Möller2001-03-081-0/+14
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-2/+2
* bn_part_sub_word prototype.Ulf Möller2000-12-081-0/+2
* Remove the last bn_wexpand()s that made us break constness. OfRichard Levitte2000-12-041-2/+3
* Fix bn_cmp_part_words() and move it to bn_lib.c.Ulf Möller2000-12-021-0/+2
* Remove a declaration for a function that does not exist.Richard Levitte2000-11-181-1/+0
* More constification of the BN library.Richard Levitte2000-11-161-5/+6
* max -> dmax in bn_check_top.Ben Laurie2000-08-221-1/+1
* Slightly faster DSA verification (BN_mod_exp2_mont),Bodo Möller2000-06-081-0/+98
* Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller2000-02-261-37/+5
* New NO_INLINE_ASM macro. Primary target for the moment is Solaris x86Andy Polyakov2000-02-151-1/+1
* Tolerate negative numbers in BN_is_prime.Bodo Möller2000-02-021-1/+1
* Support for "multiply high" instruction, see BN_UMULT_HIGH comment inAndy Polyakov2000-02-021-0/+85
* Move prototypes to the right place.Ulf Möller1999-05-171-9/+16
* OPENSSL_EXTERNBodo Möller1999-05-151-8/+8
* VMS support.Ulf Möller1999-05-131-8/+8
* Missing argument in prototype.Ulf Möller1999-05-121-1/+1
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-10/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Fixes to BN code. Previously the default was to define BN_RECURSIONMark J. Cox1999-01-281-2/+7
* Submitted by: Neil Costigan <neil.costigan@celocom.com>Dr. Stephen Henson1999-01-141-5/+5
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-5/+72
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-34/+17
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+216