aboutsummaryrefslogtreecommitdiff
path: root/crypto/dh
AgeCommit message (Expand)AuthorFilesLines
2005-09-01Extend callback function to support print customization.Dr. Stephen Henson1-2/+3
2005-08-21Make D-H safer, include well-known primes.Ben Laurie4-0/+36
2005-05-27Use BN_with_flags() in a cleaner way.Bodo Möller1-0/+1
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov1-2/+1
2005-05-16Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller3-4/+36
2005-05-15Fool-proofing MakefilesAndy Polyakov1-4/+1
2005-04-28Pointer to BN_MONT_CTX could be used uninitialized.Andy Polyakov1-2/+2
2005-04-27Change method_mont_p from (char *) to (BN_MONT_CTX *) and remove severalDr. Stephen Henson2-6/+4
2005-04-26Port BN_MONT_CTX_set_locked() from stable branch.Dr. Stephen Henson1-10/+14
2005-04-26Fix various incorrect error function codes.Bodo Möller4-11/+13
2005-04-12Rebuild error codes.Dr. Stephen Henson1-12/+15
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte1-0/+2
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie1-11/+3
2005-03-30Blow away Makefile.ssl.Ben Laurie1-4/+3
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte1-1/+1
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe1-7/+7
2004-05-17Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe1-2/+3
2004-04-19make updateGeoff Thorpe1-15/+7
2004-04-19Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe1-3/+6
2003-12-27Use sh explicitely to run point.shRichard Levitte1-1/+1
2003-11-28Netware-specific changes,Richard Levitte1-3/+3
2003-10-29Update any code that was using deprecated functions so that everything buildsGeoff Thorpe1-6/+10
2003-10-29When OPENSSL_NO_DEPRECATED is defined, deprecated functions are (or shouldGeoff Thorpe1-0/+4
2003-05-01make updateRichard Levitte1-5/+9
2003-04-10make updateRichard Levitte1-9/+5
2003-04-08We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in formRichard Levitte1-3/+0
2003-03-20Make sure we get the definition of OPENSSL_NO_DH.Richard Levitte1-0/+2
2003-03-20Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte1-0/+1
2003-02-22more mingw related cleanups.Ulf Möller1-7/+0
2003-01-30The OPENSSL_NO_ENGINE has small problem: it changes certain structures. That'sRichard Levitte1-2/+0
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte3-0/+14
2003-01-15As with RSA, which was modified recently, this change makes it possible toGeoff Thorpe3-1/+13
2002-12-09make updateRichard Levitte1-0/+8
2002-12-08Nils Larsch submitted;Geoff Thorpe1-3/+1
2002-12-08This is a first-cut at improving the callback mechanisms used inGeoff Thorpe6-21/+113
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte1-2/+5
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte1-1/+1
2002-08-09make updateBodo Möller1-16/+16
2002-07-30"make update"Lutz Jänicke1-4/+2
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
2002-03-20fix DH_generate_parameters for general 'generator'Bodo Möller4-9/+39
2002-03-16Ensure EVP_CipherInit() uses the correct encode/decode parameter ifDr. Stephen Henson1-1/+1
2002-03-09Make {RSA,DSA,DH}_new_method obtain and release an ENGINEDr. Stephen Henson3-6/+17
2002-03-05Make sure the type accessed by the LONG and ZLONG ASN1 typeDr. Stephen Henson1-1/+1
2002-02-13ECDSA supportBodo Möller1-2/+6
2001-12-17remove redundant ERR_load_... declarationsBodo Möller1-1/+0
2001-11-15make updateRichard Levitte1-1/+1
2001-10-04'make update'Richard Levitte1-19/+19
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte1-1/+1
2001-09-25indentation.Geoff Thorpe1-1/+1