aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn
Commit message (Expand)AuthorAgeFilesLines
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* don't write beyond bufferBodo Möller2002-08-271-1/+5
* Do not use the word 'modulus', which is a class template name in VC++ 6.0/SP5.Richard Levitte2002-08-121-1/+1
* avoid SIGSEGVBodo Möller2002-08-071-3/+3
* oops, undo previous change (was just for testing)Bodo Möller2002-08-031-1/+1
* fix bn_expand2Bodo Möller2002-08-032-3/+4
* use bn_wexpand instead of bn_expand2 (the latter is not needed here,Bodo Möller2002-08-031-1/+1
* disable Sun divison algorithm by defaultBodo Möller2002-08-021-1/+1
* fix bn_expand2Bodo Möller2002-08-021-8/+11
* remove obsolete part of commentBodo Möller2002-08-021-2/+0
* remove obsoleted disabled codeBodo Möller2002-08-021-10/+0
* Let BN_rand_range() abort with an error after 100 iterationsBodo Möller2002-08-021-0/+14
* Change BN_mod_sqrt() so that it verifies that the input value isBodo Möller2002-08-021-18/+31
* move GF2m tests to the endBodo Möller2002-08-021-8/+8
* Rename implementations of method functions so that they matchBodo Möller2002-08-021-7/+7
* Binary field arithmetic contributed by Sun Microsystems.Bodo Möller2002-08-025-3/+1716
* Move zeroing from bn_expand_internal() to bn_expand2() so that itBodo Möller2002-07-251-12/+22
* remove obsolete commentBodo Möller2002-07-101-1/+1
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* Add support for DJGPP.Richard Levitte2002-06-131-1/+1
* Check the return values where memory allocation failures may happen.Richard Levitte2002-05-303-14/+14
* Fallback to normal multiply if n2 == 8 and dna or dnb is not zeroDr. Stephen Henson2002-05-101-3/+9
* Avoid gcc warning: BN_DEC_CONV when SIXTY_FOUR_BIT is defined is unsigned.Dr. Stephen Henson2002-05-101-1/+1
* add missing declarationBodo Möller2002-03-251-0/+2
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-1/+0
* fix BN_rand_rangeBodo Möller2001-12-141-11/+13
* make updateRichard Levitte2001-11-151-0/+1
* adjust to OpenSSL_0_9_6-stable versionBodo Möller2001-11-091-2/+3
* openbsd-x86 macrosUlf Möller2001-10-142-2/+2
* 'make update'Richard Levitte2001-10-041-6/+6
* "make update".Geoff Thorpe2001-09-251-3/+4
* bug fix: bn_sqr_recursive output is twice its input size.Ulf Möller2001-09-051-1/+1
* OpenSSL copyright notices ...Bodo Möller2001-09-041-1/+1
* Correct a typo.Geoff Thorpe2001-09-031-1/+1
* Use uniformly chosen witnesses for Miller-Rabin testBodo Möller2001-09-033-8/+74
* make updateRichard Levitte2001-07-311-23/+24
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-24/+23
* Enhanced support for IA-64 Linux and HP-UX (as well as better support forAndy Polyakov2001-07-301-0/+12
* Support for Intel and HP-UXi assemblers.Andy Polyakov2001-07-301-456/+465
* This fixes "Spurious test failures on IRIX?" reported in April. ApparentlyAndy Polyakov2001-06-221-185/+245
* Get rid of "possible WAW dependency" warnings.Andy Polyakov2001-06-111-0/+5
* Get rid of RAW dependency warnings.Andy Polyakov2001-05-301-7/+7
* Assembler support for IA-64. See the source code commentary for furtherAndy Polyakov2001-05-281-0/+1484
* branch on equal is beql, not beq...Richard Levitte2001-05-141-1/+1
* Adjust BN_mod_inverse algorithm selection according to experiments onBodo Möller2001-04-091-2/+3
* commentBodo Möller2001-04-081-1/+1
* code documentationBodo Möller2001-04-081-4/+8
* binary algorithm for modular inversionBodo Möller2001-04-082-98/+183
* The IRIX fix. Asm recap and corresponding declation.Andy Polyakov2001-03-272-4/+5
* Completely remove mont2 stuff.Bodo Möller2001-03-152-406/+0