aboutsummaryrefslogtreecommitdiff
path: root/crypto/dh
AgeCommit message (Expand)AuthorFilesLines
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
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-3/+3
2001-02-20Use BN_rand_range().Ulf Möller1-8/+1
2001-02-19Make all configuration macros available for application by makingRichard Levitte4-51/+51
2001-02-04Make depend.Ben Laurie1-34/+36
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2-2/+99
2000-11-29Do to DH and DSA what has already been done to RSA. This involves movingGeoff Thorpe1-4/+4
2000-11-12in some new file names the first 8 characters were not uniqueUlf Möller1-2/+2
2000-11-07Constify DH-related code.Richard Levitte4-31/+33
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte4-29/+114
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte1-1/+2
2000-09-07'make update'Richard Levitte1-4/+8
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe1-12/+14
2000-06-09Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte1-1/+4
2000-06-07Speed up DH with small generator.Bodo Möller1-7/+14
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte2-8/+8
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte1-4/+4
2000-04-20The handling of DSA_METHOD and DH_METHOD wasn't quite as problematic asGeoff Thorpe1-2/+1
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller1-1/+2
2000-02-05New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller2-5/+12
2000-01-28New -pkcs12 option to CA.pl.Dr. Stephen Henson2-1/+10
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson3-18/+20
2000-01-22Document the DH library, and make some minor changes along the way.Ulf Möller3-11/+17
2000-01-16Header for RAND_seed()Ulf Möller1-0/+1
2000-01-15add "randomness"Bodo Möller1-0/+4
2000-01-12Turn BN_prime_checks into a macro.Bodo Möller1-2/+2
1999-11-09Fix (spurious) warnings.Ben Laurie1-1/+2
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller1-2/+4