summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
2002-08-14Do not use the word 'modulus', which is a class template name in VC++ 6.0/SP5.Richard Levitte
2002-07-30"make update"Lutz Jänicke
2002-06-13make updateRichard Levitte
2002-06-13Add support for UWIN, a Unix-like environment on top of Windows.Richard Levitte
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-12-14fix BN_rand_rangeBodo Möller
2001-11-15perl util/mkerr.pl -recurse -write -rebuildRichard Levitte
2001-11-12Sync ia64.S in 0.9.6c-dev with ia64.S in 0.9.7 (some fixes had beenMark J. Cox
2001-11-12Add assembler implementation for IA-64Mark J. Cox
2001-11-09fix warningBodo Möller
2001-10-14openbsd-x86 macrosUlf Möller
2001-09-05bn_sqr bug fix as in mainUlf Möller
2001-09-04WTF?Ulf Möller
2001-09-03Use uniformly chosen witnesses for Miller-Rabin testBodo Möller
2001-08-17This commit was manufactured by cvs2svn to create branchcvs2svn
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-07-04Andy's mips3.s fix (as in main branch).Bodo Möller
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-27Merge in the IRIX fix from the main development line.Richard Levitte
2001-03-27The IRIX fix. Asm recap and corresponding declation.Andy Polyakov
2001-03-15Completely remove mont2 stuff.Bodo Möller
2001-03-13that was useless - still fails with GCCUlf Möller
2001-03-13Alpha workaround. This is a lot slower!Ulf Möller
2001-03-11EC_METHOD based on bn_mont2 (not used in the library)Bodo Möller
2001-03-10More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller
2001-03-09Bug fixes.Richard Levitte
2001-03-08Implement EC_GFp_mont_method.Bodo Möller
2001-03-08CommentBodo Möller
2001-03-08Hide BN_CTX structure details.Bodo Möller
2001-03-08Constify BN_value_one.Bodo Möller
2001-03-08More method functions for EC_GFp_simple_method.Bodo Möller
2001-03-07Code for better build under Darwin (MacOS X).Richard Levitte
2001-02-28Fix a bug which caused BN_div to produce theDr. Stephen Henson
2001-02-27improved bignum test as in 0.9.7.Ulf Möller
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte
2001-02-22Use e_os2.h rather than opensslconf.h, since some needed macros areRichard Levitte
2001-02-20Fix BN_[pseudo_]rand: 'mask' must be used even if top=-1.Bodo Möller