aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Make default_method mostly compile-timeRich Salz2017-04-071-14/+0
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-171-2/+2
* Fix the build and tests following constification of DH, DSA, RSAMatt Caswell2016-06-161-2/+2
* Constify the parameter getters for RSA, DSA and DHRichard Levitte2016-06-151-12/+7
* Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY2016-06-011-0/+1
* Copyright consolidation 05/10Rich Salz2016-05-171-54/+6
* Add checks on CRYPTO_new_ex_data return value...FdaSilvaYY2016-04-281-17/+14
* Fix set0 reuse testViktor Dukhovni2016-04-271-1/+1
* RSA, DSA, DH: Allow some given input to be NULL on already initialised keysRichard Levitte2016-04-271-14/+37
* Make DH opaqueMatt Caswell2016-04-091-1/+84
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini2016-03-081-5/+20
* GH715: ENGINE_finish can take NULLRich Salz2016-02-251-9/+5
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-18/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-011-7/+0
* remove 0 assignments.Rich Salz2015-09-031-14/+1
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* Properly check certificate in case of export ciphers.Kurt Roeckx2015-06-091-0/+5
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free null cleanup finaleRich Salz2015-05-011-2/+1
* free NULL cleanup 7Rich Salz2015-04-301-14/+7
* remove malloc castsRich Salz2015-04-281-2/+1
* free NULL cleanupRich Salz2015-03-241-0/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-152/+156
* Add functions returning security bits.Dr. Stephen Henson2014-03-281-0/+12
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+10
* Ensure EVP_CipherInit() uses the correct encode/decode parameter ifDr. Stephen Henson2002-03-161-1/+1
* Make {RSA,DSA,DH}_new_method obtain and release an ENGINEDr. Stephen Henson2002-03-091-4/+15
* indentation.Geoff Thorpe2001-09-251-1/+1
* This commits changes to various parts of libcrypto required by the recentGeoff Thorpe2001-09-251-73/+43
* "DH_up" had been changed to "DH_up_ref" in libeay.num but the functionGeoff Thorpe2001-09-051-1/+1
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-9/+5
* Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise,Geoff Thorpe2001-08-251-0/+16
* The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe2001-08-121-3/+4
* Another uninitialized static that may lead to problems on Solaris under someLutz Jänicke2001-07-271-1/+1
* In {RSA,DSA,DH}_new_method(x) need to increase the referenceDr. Stephen Henson2001-06-231-8/+13
* In RSA, DSA, DH, and RAND - if the "***_new()" function fails because theGeoff Thorpe2001-04-301-0/+1
* Do to DH and DSA what has already been done to RSA. This involves movingGeoff Thorpe2000-11-291-4/+4
* Constify DH-related code.Richard Levitte2000-11-071-7/+7
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-8/+59
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-4/+4
* The handling of DSA_METHOD and DH_METHOD wasn't quite as problematic asGeoff Thorpe2000-04-201-2/+1
* New -pkcs12 option to CA.pl.Dr. Stephen Henson2000-01-281-0/+9
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-231-7/+7
* Make DH_free() free up any ex_data and also call the finish method.Dr. Stephen Henson1999-09-011-0/+4
* Initial support for DH_METHOD. Also added a DH lock. A few changes made toDr. Stephen Henson1999-08-231-4/+75
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2