summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
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
2001-06-11Get rid of "possible WAW dependency" warnings.Andy Polyakov
2001-05-30Get rid of RAW dependency warnings.Andy Polyakov
2001-05-28Assembler support for IA-64. See the source code commentary for furtherAndy Polyakov
2001-05-14branch on equal is beql, not beq...Richard Levitte
2001-04-09Adjust BN_mod_inverse algorithm selection according to experiments onBodo Möller
2001-04-08commentBodo Möller
2001-04-08code documentationBodo Möller
2001-04-08binary algorithm for modular inversionBodo Möller
2001-03-27The IRIX fix. Asm recap and corresponding declation.Andy Polyakov
2001-03-15Completely remove mont2 stuff.Bodo Möller