summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
2000-09-20Merge of main trunk, all conflicts resolved.Richard Levitte
2000-09-17The rest of the merge in of the main trunk, a few conflicts resolved.OpenSSL-engine-0_9_6-beta2Richard Levitte
2000-09-17This commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.cvs2svn
2000-09-17A patch from HP for better performance.Richard Levitte
2000-09-15Merged in the main trunk, did a 'make update', added a couple ofRichard Levitte
2000-09-14Bug fix: Montgomery multiplication could produce results with the wrongUlf Möller
2000-09-07Merge main trunk to engine branch, all conflicts resolved.Richard Levitte
2000-09-07'make update'Richard Levitte
2000-09-04Avoid abort() throughout the library, except when preprocessorBodo Möller
2000-09-04Fix for BN_mul_word(a, 0).Bodo Möller
2000-08-22max -> dmax in bn_check_top.Ben Laurie
2000-08-04Changes needed for Tandem NSK, supplied by Scott Uroff (scott@xypro.com).Dr. Stephen Henson
2000-08-01Merge from main trunk, conflicts resolvedRichard Levitte
2000-07-27There's a slight possibility that a is 0 in BN_sub_word(), and mightRichard Levitte
2000-07-27In the case where a < 0 and |a| < w, the result (assigned to a) fromRichard Levitte
2000-07-26Darrel Hankerson <dhankers@cacr.math.uwaterloo.ca> correctly discoveredRichard Levitte
2000-07-12Merge from main, all conflicts resolved.Richard Levitte
2000-07-02Return bignum '0' when BN_rand is asked for a 0 bit random number.Bodo Möller
2000-07-01Don't let top go below zero!Ben Laurie
2000-06-23Things merged from the main trunk, among others some well needed Win32Richard Levitte
2000-06-23Actually comment out the parts of BN_MOD_MUL_WORD that I inteded toBodo Möller
2000-06-23In BN_mod_exp_mont_word, avoid one application of BN_MOD_MUL_WORD,Bodo Möller
2000-06-21use faster versionUlf Möller
2000-06-19Merge of stuff from main trunk, all conflicts resolved.Richard Levitte
2000-06-14I'm working on Atalla ENGINE code, and the existing bn_exp.c hooksGeoff Thorpe
2000-06-13- merged in the latest from the main trunk, fixed all conflictsRichard Levitte
2000-06-13This probably fixes a BN_rshift bug.Bodo Möller
2000-06-13Use BN_CTX_end when exiting early from BN_mod_exp_mont_word becauseBodo Möller
2000-06-13The atalla functionality doesn't work with the "word" version ofGeoff Thorpe
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe
2000-06-09Comment for increased code clarity.Bodo Möller
2000-06-08Slightly faster DSA verification (BN_mod_exp2_mont),Bodo Möller
2000-06-08Merge in code from main trunk to BRANCH_engine.Richard Levitte
2000-06-08Use the equivalent of a sliding window (without precomputationBodo Möller
2000-06-07Speed up DH with small generator.Bodo Möller
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-06-01Use NO_FP_API.Ulf Möller
2000-03-20In some of the Makefiles CPP was not defined.Ulf Möller
2000-03-13Remove Win32 assembler files. They are always rebuilt (with someBodo Möller
2000-03-12asm workaround for SuSE LinuxUlf Möller
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller
2000-03-02Update comment.Bodo Möller
2000-03-02Add missing dependencies.Bodo Möller
2000-03-02Change comment.Bodo Möller
2000-03-01add comment.Ulf Möller
2000-03-01Bug fix.Ulf Möller
2000-03-01check for WIN32 (needed by Mingw32)Ulf Möller
2000-02-27Include rand.h so RAND_pseudo_bytes may be declared.Richard Levitte
2000-02-27Don't call BN_rand with zero bits in bntest.cDr. Stephen Henson
2000-02-27Typo.Ben Laurie