aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dh
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* Don't preserve existing keys in DH_generate_key.Bodo Möller2001-07-251-5/+10
* Backfit a bugfix from 0.9.7-dev to 0.9.6-stable. init() and finish()Geoff Thorpe2001-02-241-4/+4
* BN_rand_range() as in main branch.Ulf Möller2001-02-211-8/+3
* Fix from main trunk, 2000-09-25 10:52 levitte:Richard Levitte2000-10-111-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
* Add a kludge :-(Bodo Möller1999-05-201-14/+12
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-201-17/+15
* Update dependencies.Bodo Möller1999-05-151-10/+12
* Support INSTALL_PREFIX for packagers.Bodo Möller1999-04-291-2/+4
* Ignore Makefile.saveUlf Möller1999-04-291-0/+1
* Obey $(PERL) when running util/mklink.pl.Bodo Möller1999-04-291-3/+3
* Use util/mklink.pl instead of util/mklink.sh.Bodo Möller1999-04-281-3/+3
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-273-1/+14
* Remove NOPROTO-related macros.Ulf Möller1999-04-261-1/+1
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-262-25/+0
* Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson1999-04-241-3/+2
* Restore ERRC definitions that are needed to compile the library.Bodo Möller1999-04-241-0/+1
* Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson1999-04-241-2/+0
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-244-72/+60
* "make depend"Bodo Möller1999-04-231-14/+26
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-2311-31/+31
* Work with -pedantic!Ben Laurie1999-04-231-5/+6