summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_lcl.h
AgeCommit message (Expand)Author
2016-02-29Fix BN_hex2bn/BN_dec2bn NULL ptr/heap corruptionMatt Caswell
2016-02-23RT4339: Fix handling of <internal/bn_conf.h>David Woodhouse
2016-01-30Move more BN internals to bn_lcl.hRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-25Move & split opensslconf.h.inRich Salz
2015-11-30Remove BN_initRich Salz
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz
2015-05-26bn/bn_lcl.h: fix MIPS-specific gcc version check.Andy Polyakov
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-15Fix unused variable warningEmilia Kasper
2014-12-08Move bn internal functions into bn_int.h and bn_lcl.hMatt Caswell
2014-12-08Make bn opaqueMatt Caswell
2014-12-08Prepare for bn opaquify. Implement internal helper functions.Matt Caswell
2014-06-01Try skipping over the adding and just picking a new random number.Felix Laurie von Massenbach
2014-06-01Generate safe primes not divisible by 3, 5 or 7.Felix Laurie von Massenbach
2014-06-01Add a method to generate a prime that is guaranteed not to be divisible by 3 ...Felix Laurie von Massenbach
2014-06-01Remove static from probable_prime_dh.Felix Laurie von Massenbach
2013-10-13Initial aarch64 bits.Andy Polyakov
2012-09-01bn_lcl.h: gcc removed support for "h" constraint, which broke inlineAndy Polyakov
2012-07-02crypto/bn/*.h: move PTR_SIZE_INT to private header.Andy Polyakov
2011-01-26Internal version of BN_mod_inverse allowing checking of no-inverse withoutDr. Stephen Henson
2010-01-17bn_lcl.h: add MIPS III-specific BN_UMULT_LOHI as alternative to portingAndy Polyakov
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-02Fix warnings about mismatched prototypes, undefined size_t and value computedDr. Stephen Henson
2008-11-01size_tification.Ben Laurie
2008-11-01Fix SHA512 and optimize BN for mingw64.Andy Polyakov
2005-11-06Move declaration for optional bn_mul_mont to bn_lcl.h in order to hideAndy Polyakov
2005-08-043-4 times better RSA/DSA performance on WIN64A target. Well, on AMD64 CPU,Andy Polyakov
2005-05-16Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller
2004-03-09Minimise the amount of code dependent on BN_DEBUG_RAND. In particular,Geoff Thorpe
2003-12-01The bn_set_max() macro is only "used" by the bn_set_[low|high]() macrosGeoff Thorpe
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe
2003-10-29BN_CTX is opaque and the static initialiser BN_CTX_init() is not usedGeoff Thorpe
2002-12-20Fix for "shift count too large" when compiling for hpux-parisc2 andAndy Polyakov
2002-12-14x86_64 performance patch.Andy Polyakov
2002-10-29avoid warnings ('index' shadows global declaration)Bodo Möller
2002-10-28clean up new code for NIST primesBodo Möller
2002-03-25add missing declarationBodo Möller
2001-03-10More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller
2001-03-08Hide BN_CTX structure details.Bodo Möller
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-12-08bn_part_sub_word prototype.Ulf Möller
2000-12-04Remove the last bn_wexpand()s that made us break constness. OfRichard Levitte
2000-12-02Fix bn_cmp_part_words() and move it to bn_lib.c.Ulf Möller
2000-11-18Remove a declaration for a function that does not exist.Richard Levitte
2000-11-16More constification of the BN library.Richard Levitte
2000-08-22max -> dmax in bn_check_top.Ben Laurie