aboutsummaryrefslogtreecommitdiff
path: root/crypto/dh
AgeCommit message (Expand)AuthorFilesLines
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
2001-09-25"make update".Geoff Thorpe1-3/+4
2001-09-25This commits changes to various parts of libcrypto required by the recentGeoff Thorpe4-93/+63
2001-09-05"DH_up" had been changed to "DH_up_ref" in libeay.num but the functionGeoff Thorpe2-2/+2
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe1-9/+5
2001-08-25Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise,Geoff Thorpe2-0/+17
2001-08-12The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe1-3/+4
2001-08-05Start to reduce some of the header bloat.Ben Laurie1-17/+9
2001-07-31make updateRichard Levitte1-5/+6
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-30/+15
2001-07-27length of secret exponent is needed only when we create oneBodo Möller1-2/+1
2001-07-27Undo DH_generate_key() change: s3_srvr.c was using it correctlyBodo Möller1-1/+6
2001-07-27Another uninitialized static that may lead to problems on Solaris under someLutz Jänicke1-1/+1
2001-07-25DH key generation should not use a do ... while loop,Bodo Möller1-7/+3
2001-07-25Don't preserve existing keys in DH_generate_key.Bodo Möller1-6/+10
2001-06-23In {RSA,DSA,DH}_new_method(x) need to increase the referenceDr. Stephen Henson1-8/+13
2001-06-23make updateRichard Levitte1-4/+6
2001-06-05'make update'Richard Levitte1-14/+18
2001-04-30In RSA, DSA, DH, and RAND - if the "***_new()" function fails because theGeoff Thorpe1-0/+1
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller1-2/+1
2001-03-08Hide BN_CTX structure details.Bodo Möller1-13/+15
2001-02-23Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson1-1/+1
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte1-46/+45
2001-02-20make it a loop as in dsaUlf Möller1-1/+3