summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
2007-03-28Change to mitigate branch prediction attacksBodo Möller
2007-02-03Update from fips2 branch.Dr. Stephen Henson
2007-01-21Update from HEAD.Dr. Stephen Henson
2006-11-21Rebuild error file C source files.Dr. Stephen Henson
2006-09-18Ensure that the addition mods[i]+delta cannot overflow in probable_prime().Bodo Möller
2006-08-01Engage assembler in solaris64-x86_64-cc [backport from HEAD].Andy Polyakov
2006-06-16Another thread-safety fixBodo Möller
2006-06-14Thread-safety fixesBodo Möller
2006-05-04make updateDr. Stephen Henson
2006-02-08backport recent changes from the cvs headNils Larsch
2006-02-04Update filenames in makefilesDr. Stephen Henson
2006-01-13fix commentNils Larsch
2006-01-132 is a prime number ...Nils Larsch
2005-11-15crypto/bn/asm/sparcv8plus.S update from HEAD.Andy Polyakov
2005-11-11Fix possible race condition.Dr. Stephen Henson
2005-10-05Update from HEAD.Dr. Stephen Henson
2005-08-28fix warnings when building openssl with (gcc 3.3.1):Nils Larsch
2005-08-23avoid potential spurious BN_free()Bodo Möller
2005-08-20Avoid weak subgroups in Diffie Hellman.Ben Laurie
2005-08-043-4 times better RSA/DSA performance on WIN64A target [from HEAD].Andy Polyakov
2005-07-25fix BN_mod_word and give a more reasonable return value if an error occurredNils Larsch
2005-07-21set correct bn->top valueNils Larsch
2005-07-17bugfix: 0 - w (w != 0) is actually negativeNils Larsch
2005-07-03Bugfix for bn_div_words PPC assembler implementation [from HEAD].Andy Polyakov
2005-06-28Fix warnings.Ben Laurie
2005-06-28bn.h update from HEAD.Andy Polyakov
2005-06-23Missed -c in IRIX rule.Andy Polyakov
2005-06-23IRIX upadte from HEAD.Andy Polyakov
2005-05-31fix assertionNils Larsch
2005-05-31Missing sparcv8.o rule.Andy Polyakov
2005-05-29TypoRichard Levitte
2005-05-27Use BN_with_flags() in a cleaner way.Bodo Möller
2005-05-26check BN_copy() return valueBodo Möller
2005-05-24DEC C complains about bad subscript, but we know better, so let's shut it up.Richard Levitte
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov
2005-05-16Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller
2005-05-15Fool-proofing MakefilesAndy Polyakov
2005-05-11There must be an explicit way to build the .o!Ben Laurie
2005-05-11Fix more error codes.Bodo Möller
2005-05-06Since BN_LLONG will only be defined for Alpha/VMS and not VAX/VMS,Richard Levitte
2005-05-03remove BN_ncopy, it was only used in bn_nist.c and wasn't particularNils Larsch
2005-05-03rewrite of bn_nist.c, disable support for some curves on 64 bit platformsNils Larsch
2005-04-29don't let BN_CTX_free(NULL) segfaultNils Larsch
2005-04-26Port BN_MONT_CTX_set_locked() from stable branch.Dr. Stephen Henson
2005-04-26Stop unused variable warning.Dr. Stephen Henson
2005-04-26some updates for the blinding code; summary:Nils Larsch
2005-04-26Fix various incorrect error function codes.Bodo Möller
2005-04-26Add DTLS support.Ben Laurie
2005-04-22- use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch
2005-04-12Rebuild error codes.Dr. Stephen Henson