summaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh_lib.c
AgeCommit message (Expand)Author
2017-04-07Make default_method mostly compile-timeRich Salz
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-06-16Fix the build and tests following constification of DH, DSA, RSAMatt Caswell
2016-06-15Constify the parameter getters for RSA, DSA and DHRichard Levitte
2016-06-01Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY
2016-05-17Copyright consolidation 05/10Rich Salz
2016-04-28Add checks on CRYPTO_new_ex_data return value...FdaSilvaYY
2016-04-27Fix set0 reuse testViktor Dukhovni
2016-04-27RSA, DSA, DH: Allow some given input to be NULL on already initialised keysRichard Levitte
2016-04-09Make DH opaqueMatt Caswell
2016-03-20Remove #error from include files.Rich Salz
2016-03-08Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini
2016-02-25GH715: ENGINE_finish can take NULLRich Salz
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz
2015-09-03remove 0 assignments.Rich Salz
2015-08-10RT3999: Remove sub-component version stringsRich Salz
2015-06-09Properly check certificate in case of export ciphers.Kurt Roeckx
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-28remove malloc castsRich Salz
2015-03-24free NULL cleanupRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-03-28Add functions returning security bits.Dr. Stephen Henson
2007-01-21Constify version strings and some structures.Dr. Stephen Henson
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2002-03-16Ensure EVP_CipherInit() uses the correct encode/decode parameter ifDr. Stephen Henson
2002-03-09Make {RSA,DSA,DH}_new_method obtain and release an ENGINEDr. Stephen Henson
2001-09-25indentation.Geoff Thorpe
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-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-08-25Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise,Geoff Thorpe
2001-08-12The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe
2001-07-27Another uninitialized static that may lead to problems on Solaris under someLutz Jänicke
2001-06-23In {RSA,DSA,DH}_new_method(x) need to increase the referenceDr. Stephen Henson
2001-04-30In RSA, DSA, DH, and RAND - if the "***_new()" function fails because theGeoff Thorpe
2000-11-29Do to DH and DSA what has already been done to RSA. This involves movingGeoff Thorpe
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-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-04-20The handling of DSA_METHOD and DH_METHOD wasn't quite as problematic asGeoff Thorpe
2000-01-28New -pkcs12 option to CA.pl.Dr. Stephen Henson
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson
1999-09-01Make DH_free() free up any ex_data and also call the finish method.Dr. Stephen Henson
1999-08-23Initial support for DH_METHOD. Also added a DH lock. A few changes made toDr. Stephen Henson
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller