summaryrefslogtreecommitdiff
path: root/crypto/dh
Commit message (Expand)AuthorAgeFilesLines
* Update from 0.9.8-stable with patches also applied to equivalent FIPSDr. Stephen Henson2007-03-281-2/+2
* And so it begins...Dr. Stephen Henson2007-03-228-1/+518
* Update from HEAD.Dr. Stephen Henson2007-01-211-1/+1
* Rebuild error file C source files.Dr. Stephen Henson2006-11-211-6/+3
* Initialise ctx to NULL to avoid uninitialized free, noticed byMark J. Cox2006-09-291-1/+1
* Introduce limits to prevent malicious keys being able toMark J. Cox2006-09-283-0/+12
* fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch2006-03-131-2/+5
* Update filenames in makefilesDr. Stephen Henson2006-02-041-1/+1
* /usr/bin/perl util/mkerr.pl -recurse -write -rebuildRichard Levitte2006-01-092-2/+2
* Avoid weak subgroups in Diffie Hellman.Ben Laurie2005-08-204-0/+36
* Use BN_with_flags() in a cleaner way.Bodo Möller2005-05-271-0/+1
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-2/+1
* Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller2005-05-163-4/+36
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* Pointer to BN_MONT_CTX could be used uninitialized.Andy Polyakov2005-04-281-2/+2
* Change method_mont_p from (char *) to (BN_MONT_CTX *) and remove severalDr. Stephen Henson2005-04-272-6/+4
* Port BN_MONT_CTX_set_locked() from stable branch.Dr. Stephen Henson2005-04-261-10/+14
* Fix various incorrect error function codes.Bodo Möller2005-04-264-11/+13
* Rebuild error codes.Dr. Stephen Henson2005-04-121-12/+15
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-11/+3
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-7/+7
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-171-2/+3
* make updateGeoff Thorpe2004-04-191-15/+7
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-191-3/+6
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Netware-specific changes,Richard Levitte2003-11-281-3/+3
* Update any code that was using deprecated functions so that everything buildsGeoff Thorpe2003-10-291-6/+10
* When OPENSSL_NO_DEPRECATED is defined, deprecated functions are (or shouldGeoff Thorpe2003-10-291-0/+4
* make updateRichard Levitte2003-05-011-5/+9
* make updateRichard Levitte2003-04-101-9/+5
* We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in formRichard Levitte2003-04-081-3/+0
* Make sure we get the definition of OPENSSL_NO_DH.Richard Levitte2003-03-201-0/+2
* Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte2003-03-201-0/+1
* more mingw related cleanups.Ulf Möller2003-02-221-7/+0
* The OPENSSL_NO_ENGINE has small problem: it changes certain structures. That'sRichard Levitte2003-01-301-2/+0
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-303-0/+14
* As with RSA, which was modified recently, this change makes it possible toGeoff Thorpe2003-01-153-1/+13
* make updateRichard Levitte2002-12-091-0/+8
* Nils Larsch submitted;Geoff Thorpe2002-12-081-3/+1
* This is a first-cut at improving the callback mechanisms used inGeoff Thorpe2002-12-086-21/+113
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte2002-11-281-2/+5
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* make updateBodo Möller2002-08-091-16/+16
* "make update"Lutz Jänicke2002-07-301-4/+2
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* fix DH_generate_parameters for general 'generator'Bodo Möller2002-03-204-9/+39
* Ensure EVP_CipherInit() uses the correct encode/decode parameter ifDr. Stephen Henson2002-03-161-1/+1