summaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh.h
AgeCommit message (Expand)Author
2011-06-08Add flags for DH FIPS method.Dr. Stephen Henson
2011-03-08New SP 800-56A compliant version of DH_compute_key().Dr. Stephen Henson
2011-01-26FIPS DH changes: selftest checks and key range checks.Dr. Stephen Henson
2009-09-06PR: 1644Dr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01More size_tification.Ben Laurie
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2006-09-28Introduce limits to prevent malicious keys being able toBodo Möller
2006-07-17Fix various error codes to match functions.Dr. Stephen Henson
2006-04-13Complete key derivation support.Dr. Stephen Henson
2006-04-13Typo.Dr. Stephen Henson
2006-04-12Extend DH ASN1 method, add DH EVP_PKEY_METHOD.Dr. Stephen Henson
2006-04-12PKCS#3 DH PKCS#8 ASN1 support.Dr. Stephen Henson
2006-04-12Extend DH ASN1 method to support public key encode/decode and parameterDr. Stephen Henson
2006-03-28New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. Stephen Henson
2005-08-21Make D-H safer, include well-known primes.Ben Laurie
2005-05-16Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller
2005-04-27Change method_mont_p from (char *) to (BN_MONT_CTX *) and remove severalDr. Stephen Henson
2005-04-26Fix various incorrect error function codes.Bodo Möller
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2004-05-17Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe
2004-04-19Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe
2003-03-20Make sure we get the definition of OPENSSL_NO_DH.Richard Levitte
2003-01-30The OPENSSL_NO_ENGINE has small problem: it changes certain structures. That'sRichard Levitte
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2003-01-15As with RSA, which was modified recently, this change makes it possible toGeoff Thorpe
2002-12-08This is a first-cut at improving the callback mechanisms used inGeoff Thorpe
2002-03-20fix DH_generate_parameters for general 'generator'Bodo Möller
2002-03-09Make {RSA,DSA,DH}_new_method obtain and release an ENGINEDr. Stephen Henson
2002-03-05Make sure the type accessed by the LONG and ZLONG ASN1 typeDr. Stephen Henson
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-11-15make updateRichard Levitte
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte
2001-09-25This commits changes to various parts of libcrypto required by the recentGeoff Thorpe
2001-09-05"DH_up" had been changed to "DH_up_ref" in libeay.num but the functionGeoff Thorpe
2001-08-25Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise,Geoff Thorpe
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-11-07Constify DH-related code.Richard Levitte
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
2000-06-09Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte
2000-01-28New -pkcs12 option to CA.pl.Dr. Stephen Henson
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson
2000-01-22Document the DH library, and make some minor changes along the way.Ulf Möller
1999-08-23Initial support for DH_METHOD. Also added a DH lock. A few changes made toDr. Stephen Henson
1999-06-08Survive pedanticism.Ben Laurie
1999-06-03More evil cast removal.Ben Laurie
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson