aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dh
Commit message (Expand)AuthorAgeFilesLines
* make updateRichard Levitte2003-04-101-9/+5
* We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in formRichard Levitte2003-04-081-3/+0
* Make sure we get the definition of OPENSSL_NO_DH.Richard Levitte2003-03-201-0/+2
* Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte2003-03-201-0/+1
* more mingw related cleanups.Ulf Möller2003-02-221-7/+0
* The OPENSSL_NO_ENGINE has small problem: it changes certain structures. That'sRichard Levitte2003-01-301-2/+0
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-303-0/+14
* As with RSA, which was modified recently, this change makes it possible toGeoff Thorpe2003-01-153-1/+13
* make updateRichard Levitte2002-12-091-0/+8
* Nils Larsch submitted;Geoff Thorpe2002-12-081-3/+1
* This is a first-cut at improving the callback mechanisms used inGeoff Thorpe2002-12-086-21/+113
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte2002-11-281-2/+5
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* make updateBodo Möller2002-08-091-16/+16
* "make update"Lutz Jänicke2002-07-301-4/+2
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* fix DH_generate_parameters for general 'generator'Bodo Möller2002-03-204-9/+39
* Ensure EVP_CipherInit() uses the correct encode/decode parameter ifDr. Stephen Henson2002-03-161-1/+1
* Make {RSA,DSA,DH}_new_method obtain and release an ENGINEDr. Stephen Henson2002-03-093-6/+17
* Make sure the type accessed by the LONG and ZLONG ASN1 typeDr. Stephen Henson2002-03-051-1/+1
* ECDSA supportBodo Möller2002-02-131-2/+6
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-1/+0
* make updateRichard Levitte2001-11-151-1/+1
* 'make update'Richard Levitte2001-10-041-19/+19
* Because there's chances we clash with the system's types.h, rename ourRichard Levitte2001-10-041-1/+1
* indentation.Geoff Thorpe2001-09-251-1/+1
* "make update".Geoff Thorpe2001-09-251-3/+4
* This commits changes to various parts of libcrypto required by the recentGeoff Thorpe2001-09-254-93/+63
* "DH_up" had been changed to "DH_up_ref" in libeay.num but the functionGeoff Thorpe2001-09-052-2/+2
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-9/+5
* Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise,Geoff Thorpe2001-08-252-0/+17
* The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe2001-08-121-3/+4
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-17/+9
* make updateRichard Levitte2001-07-311-5/+6
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-30/+15
* length of secret exponent is needed only when we create oneBodo Möller2001-07-271-2/+1
* Undo DH_generate_key() change: s3_srvr.c was using it correctlyBodo Möller2001-07-271-1/+6
* Another uninitialized static that may lead to problems on Solaris under someLutz Jänicke2001-07-271-1/+1
* DH key generation should not use a do ... while loop,Bodo Möller2001-07-251-7/+3
* Don't preserve existing keys in DH_generate_key.Bodo Möller2001-07-251-6/+10
* In {RSA,DSA,DH}_new_method(x) need to increase the referenceDr. Stephen Henson2001-06-231-8/+13
* make updateRichard Levitte2001-06-231-4/+6
* 'make update'Richard Levitte2001-06-051-14/+18
* In RSA, DSA, DH, and RAND - if the "***_new()" function fails because theGeoff Thorpe2001-04-301-0/+1
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
* Hide BN_CTX structure details.Bodo Möller2001-03-081-13/+15
* Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson2001-02-231-1/+1
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-46/+45
* make it a loop as in dsaUlf Möller2001-02-201-1/+3
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-3/+3