summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
2002-11-19Fix an unsigned/signed mismatch.Richard Levitte
2002-11-14Fix to build better with DJGPP.Richard Levitte
2002-11-04implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller
2002-10-29synchronise util/libeay.num with the 0.9.7-stable variant (guys, thisRichard Levitte
2002-10-29avoid warnings ('index' shadows global declaration)Bodo Möller
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller
2002-10-29'covenant HOWTO' (what to do about the Sun covenant if you modify the code)Bodo Möller
2002-10-28clean up new code for NIST primesBodo Möller
2002-10-28fast reduction for NIST curvesBodo Möller
2002-10-14When BN_add_word() reaches top, it shouldn't try to add the the correspondingRichard Levitte
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-08-27don't write beyond bufferBodo Möller
2002-08-12Do not use the word 'modulus', which is a class template name in VC++ 6.0/SP5.Richard Levitte
2002-08-07avoid SIGSEGVBodo Möller
2002-08-03oops, undo previous change (was just for testing)Bodo Möller
2002-08-03fix bn_expand2Bodo Möller
2002-08-03use bn_wexpand instead of bn_expand2 (the latter is not needed here,Bodo Möller
2002-08-02disable Sun divison algorithm by defaultBodo Möller
2002-08-02fix bn_expand2Bodo Möller
2002-08-02remove obsolete part of commentBodo Möller
2002-08-02remove obsoleted disabled codeBodo Möller
2002-08-02Let BN_rand_range() abort with an error after 100 iterationsBodo Möller
2002-08-02Change BN_mod_sqrt() so that it verifies that the input value isBodo Möller
2002-08-02move GF2m tests to the endBodo Möller
2002-08-02Rename implementations of method functions so that they matchBodo Möller
2002-08-02Binary field arithmetic contributed by Sun Microsystems.Bodo Möller
2002-07-25Move zeroing from bn_expand_internal() to bn_expand2() so that itBodo Möller
2002-07-10remove obsolete commentBodo Möller
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-06-13Add support for DJGPP.Richard Levitte
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte
2002-05-10Fallback to normal multiply if n2 == 8 and dna or dnb is not zeroDr. Stephen Henson
2002-05-10Avoid gcc warning: BN_DEC_CONV when SIXTY_FOUR_BIT is defined is unsigned.Dr. Stephen Henson
2002-03-25add missing declarationBodo Möller
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-12-14fix BN_rand_rangeBodo Möller
2001-11-15make updateRichard Levitte
2001-11-09adjust to OpenSSL_0_9_6-stable versionBodo Möller
2001-10-14openbsd-x86 macrosUlf Möller
2001-10-04'make update'Richard Levitte
2001-09-25"make update".Geoff Thorpe
2001-09-05bug fix: bn_sqr_recursive output is twice its input size.Ulf Möller
2001-09-04OpenSSL copyright notices ...Bodo Möller
2001-09-03Correct a typo.Geoff Thorpe
2001-09-03Use uniformly chosen witnesses for Miller-Rabin testBodo Möller
2001-07-31make updateRichard Levitte
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-07-30Enhanced support for IA-64 Linux and HP-UX (as well as better support forAndy Polyakov
2001-07-30Support for Intel and HP-UXi assemblers.Andy Polyakov
2001-06-22This fixes "Spurious test failures on IRIX?" reported in April. ApparentlyAndy Polyakov