aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh.h
Commit message (Expand)AuthorAgeFilesLines
* Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell2014-12-181-5/+5
* Remove FIPS module code from crypto/dhDr. Stephen Henson2014-12-081-5/+0
* Add functions returning security bits.Dr. Stephen Henson2014-03-281-0/+1
* CMS RFC2631 X9.42 DH enveloped data support.Dr. Stephen Henson2013-08-051-0/+69
* Add KDF for DH.Dr. Stephen Henson2013-08-051-0/+7
* Extend DH parameter generation support.Dr. Stephen Henson2013-08-051-1/+10
* Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson2011-12-071-0/+11
* Update DH_check() to peform sensible checks when q parameter is present.Dr. Stephen Henson2011-12-011-0/+3
* Add RFC5114 DH parameters to OpenSSL. Add test data to dhtest.Dr. Stephen Henson2011-11-131-0/+5
* Add flags for DH FIPS method.Dr. Stephen Henson2011-06-081-0/+15
* New SP 800-56A compliant version of DH_compute_key().Dr. Stephen Henson2011-03-081-0/+1
* FIPS DH changes: selftest checks and key range checks.Dr. Stephen Henson2011-01-261-0/+8
* PR: 1644Dr. Stephen Henson2009-09-061-1/+2
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-1/+1
* More size_tification.Ben Laurie2008-11-011-1/+1
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-1/+1
* Introduce limits to prevent malicious keys being able toBodo Möller2006-09-281-1/+6
* Fix various error codes to match functions.Dr. Stephen Henson2006-07-171-1/+1
* Complete key derivation support.Dr. Stephen Henson2006-04-131-0/+2
* Typo.Dr. Stephen Henson2006-04-131-0/+1
* Extend DH ASN1 method, add DH EVP_PKEY_METHOD.Dr. Stephen Henson2006-04-121-1/+13
* PKCS#3 DH PKCS#8 ASN1 support.Dr. Stephen Henson2006-04-121-0/+4
* Extend DH ASN1 method to support public key encode/decode and parameterDr. Stephen Henson2006-04-121-0/+5
* New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. Stephen Henson2006-03-281-1/+2
* Make D-H safer, include well-known primes.Ben Laurie2005-08-211-0/+6
* Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller2005-05-161-1/+8
* Change method_mont_p from (char *) to (BN_MONT_CTX *) and remove severalDr. Stephen Henson2005-04-271-1/+1
* Fix various incorrect error function codes.Bodo Möller2005-04-261-3/+4
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-11/+3
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-171-2/+3
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-191-3/+6
* Make sure we get the definition of OPENSSL_NO_DH.Richard Levitte2003-03-201-0/+2
* 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-301-0/+2
* As with RSA, which was modified recently, this change makes it possible toGeoff Thorpe2003-01-151-0/+2
* This is a first-cut at improving the callback mechanisms used inGeoff Thorpe2002-12-081-0/+8
* fix DH_generate_parameters for general 'generator'Bodo Möller2002-03-201-0/+1
* Make {RSA,DSA,DH}_new_method obtain and release an ENGINEDr. Stephen Henson2002-03-091-1/+1
* Make sure the type accessed by the LONG and ZLONG ASN1 typeDr. Stephen Henson2002-03-051-1/+1
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-1/+0
* make updateRichard Levitte2001-11-151-1/+1
* Because there's chances we clash with the system's types.h, rename ourRichard Levitte2001-10-041-1/+1
* This commits changes to various parts of libcrypto required by the recentGeoff Thorpe2001-09-251-14/+7
* "DH_up" had been changed to "DH_up_ref" in libeay.num but the functionGeoff Thorpe2001-09-051-1/+1
* Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise,Geoff Thorpe2001-08-251-0/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-4/+4
* Constify DH-related code.Richard Levitte2000-11-071-17/+17
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-2/+11
* Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte2000-06-091-1/+4
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-4/+4