summaryrefslogtreecommitdiffstats
path: root/crypto/dh (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-243-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-021-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-243-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-211-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-291-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-271-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-241-14/+26
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-2411-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
* Fix security hole.Ben Laurie1999-03-222-5/+5
* Put the dependencies back.Ben Laurie1999-03-061-0/+14
* General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall1999-03-061-20/+5
* This time, get it right.Ben Laurie1999-01-201-5/+7
* Finally lay dependencies to rest (I hope!).Ben Laurie1999-01-191-1/+13
* New err_code.pl script to retain old error codes. This should allow the useDr. Stephen Henson1999-01-181-1/+3
* Fix things so DH_free() will be no-op when passed NULL, like RSA_free() andDr. Stephen Henson1999-01-061-0/+1
* Fix version stuff:Ralf S. Engelschall1998-12-311-1/+1