aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn
AgeCommit message (Expand)AuthorFilesLines
2002-08-07avoid SIGSEGVBodo Möller1-3/+3
2002-08-03oops, undo previous change (was just for testing)Bodo Möller1-1/+1
2002-08-03fix bn_expand2Bodo Möller2-3/+4
2002-08-03use bn_wexpand instead of bn_expand2 (the latter is not needed here,Bodo Möller1-1/+1
2002-08-02disable Sun divison algorithm by defaultBodo Möller1-1/+1
2002-08-02fix bn_expand2Bodo Möller1-8/+11
2002-08-02remove obsolete part of commentBodo Möller1-2/+0
2002-08-02remove obsoleted disabled codeBodo Möller1-10/+0
2002-08-02Let BN_rand_range() abort with an error after 100 iterationsBodo Möller1-0/+14
2002-08-02Change BN_mod_sqrt() so that it verifies that the input value isBodo Möller1-18/+31
2002-08-02move GF2m tests to the endBodo Möller1-8/+8
2002-08-02Rename implementations of method functions so that they matchBodo Möller1-7/+7
2002-08-02Binary field arithmetic contributed by Sun Microsystems.Bodo Möller5-3/+1716
2002-07-25Move zeroing from bn_expand_internal() to bn_expand2() so that itBodo Möller1-12/+22
2002-07-10remove obsolete commentBodo Möller1-1/+1
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
2002-06-13Add support for DJGPP.Richard Levitte1-1/+1
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte3-14/+14
2002-05-10Fallback to normal multiply if n2 == 8 and dna or dnb is not zeroDr. Stephen Henson1-3/+9
2002-05-10Avoid gcc warning: BN_DEC_CONV when SIXTY_FOUR_BIT is defined is unsigned.Dr. Stephen Henson1-1/+1
2002-03-25add missing declarationBodo Möller1-0/+2
2001-12-17remove redundant ERR_load_... declarationsBodo Möller1-1/+0
2001-12-14fix BN_rand_rangeBodo Möller1-11/+13
2001-11-15make updateRichard Levitte1-0/+1
2001-11-09adjust to OpenSSL_0_9_6-stable versionBodo Möller1-2/+3
2001-10-14openbsd-x86 macrosUlf Möller2-2/+2
2001-10-04'make update'Richard Levitte1-6/+6
2001-09-25"make update".Geoff Thorpe1-3/+4
2001-09-05bug fix: bn_sqr_recursive output is twice its input size.Ulf Möller1-1/+1
2001-09-04OpenSSL copyright notices ...Bodo Möller1-1/+1
2001-09-03Correct a typo.Geoff Thorpe1-1/+1
2001-09-03Use uniformly chosen witnesses for Miller-Rabin testBodo Möller3-8/+74
2001-07-31make updateRichard Levitte1-23/+24
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-24/+23
2001-07-30Enhanced support for IA-64 Linux and HP-UX (as well as better support forAndy Polyakov1-0/+12
2001-07-30Support for Intel and HP-UXi assemblers.Andy Polyakov1-456/+465
2001-06-22This fixes "Spurious test failures on IRIX?" reported in April. ApparentlyAndy Polyakov1-185/+245
2001-06-11Get rid of "possible WAW dependency" warnings.Andy Polyakov1-0/+5
2001-05-30Get rid of RAW dependency warnings.Andy Polyakov1-7/+7
2001-05-28Assembler support for IA-64. See the source code commentary for furtherAndy Polyakov1-0/+1484
2001-05-14branch on equal is beql, not beq...Richard Levitte1-1/+1
2001-04-09Adjust BN_mod_inverse algorithm selection according to experiments onBodo Möller1-2/+3
2001-04-08commentBodo Möller1-1/+1
2001-04-08code documentationBodo Möller1-4/+8
2001-04-08binary algorithm for modular inversionBodo Möller2-98/+183
2001-03-27The IRIX fix. Asm recap and corresponding declation.Andy Polyakov2-4/+5
2001-03-15Completely remove mont2 stuff.Bodo Möller2-406/+0
2001-03-11EC_METHOD based on bn_mont2 (not used in the library)Bodo Möller2-9/+30
2001-03-10More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller2-2/+2
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller1-2/+1