aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dh
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use BN_rand_range().Ulf Möller2001-02-201-8/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-194-51/+51
* Make depend.Ben Laurie2001-02-041-34/+36
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-082-2/+99
* Do to DH and DSA what has already been done to RSA. This involves movingGeoff Thorpe2000-11-291-4/+4
* in some new file names the first 8 characters were not uniqueUlf Möller2000-11-121-2/+2
* Constify DH-related code.Richard Levitte2000-11-074-31/+33
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-264-29/+114
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
* 'make update'Richard Levitte2000-09-071-4/+8
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-12/+14
* Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte2000-06-091-1/+4
* Speed up DH with small generator.Bodo Möller2000-06-071-7/+14
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-012-8/+8
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-4/+4
* The handling of DSA_METHOD and DH_METHOD wasn't quite as problematic asGeoff Thorpe2000-04-201-2/+1
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
* New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller2000-02-052-5/+12
* New -pkcs12 option to CA.pl.Dr. Stephen Henson2000-01-282-1/+10
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-233-18/+20
* Document the DH library, and make some minor changes along the way.Ulf Möller2000-01-223-11/+17
* Header for RAND_seed()Ulf Möller2000-01-161-0/+1
* add "randomness"Bodo Möller2000-01-151-0/+4
* Turn BN_prime_checks into a macro.Bodo Möller2000-01-121-2/+2
* Fix (spurious) warnings.Ben Laurie1999-11-091-1/+2
* Improve support for running everything as a monolithic application.Bodo Möller1999-10-251-2/+4
* Make DH_free() free up any ex_data and also call the finish method.Dr. Stephen Henson1999-09-011-0/+4
* make update.Ulf Möller1999-08-241-2/+4
* Initial support for DH_METHOD. Also added a DH lock. A few changes made toDr. Stephen Henson1999-08-233-9/+174
* New function DSA_dup_DH, and fixes for bugs that were foundBodo Möller1999-08-051-0/+1
* Avoid some warnings (on silly compilers).Bodo Möller1999-06-121-1/+1
* Survive pedanticism.Ben Laurie1999-06-081-0/+5
* More evil cast removal.Ben Laurie1999-06-033-5/+5
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-211-8/+12