summaryrefslogtreecommitdiff
path: root/crypto/dh
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Change functions to ANSI C.Ulf Möller1999-04-196-27/+11
* Massive constification.Ben Laurie1999-04-171-1/+1
* Add type-safe STACKs and SETs.Ben Laurie1999-04-121-1/+1
* Include bn.h instead of defining BIGNUM as char.Ulf Möller1999-04-011-4/+2
* New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1999-04-011-5/+5