aboutsummaryrefslogtreecommitdiff
path: root/crypto/dh
AgeCommit message (Expand)AuthorFilesLines
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli1-1/+1
2017-08-30e_os.h removal from other headers and source files.Pauli1-0/+1
2017-08-22Use "" not <> on e_os.h includeRich Salz1-1/+1
2017-08-03Add RAND_priv_bytes() for private keysRich Salz1-2/+2
2017-06-26Change to check last return value of BN_CTX_getPaul Yang2-5/+3
2017-06-07make error tables const and separate header fileRich Salz1-44/+41
2017-04-13ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte1-1/+1
2017-04-10Act on deprecation of LONG and ZLONG, step 2Richard Levitte2-2/+2
2017-04-07Make default_method mostly compile-timeRich Salz2-14/+12
2017-01-26Better check of DH parameters in TLS dataRichard Levitte1-0/+40
2017-01-25StyleFdaSilvaYY1-1/+1
2017-01-24Fix error handling in compute_key, BN_CTX_get can return NULLBernd Edlinger1-0/+2
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx2-3/+4
2016-11-16Raise an error on memory alloc failure.FdaSilvaYY1-19/+18
2016-08-17Constify private key decode.Dr. Stephen Henson1-2/+2
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson1-7/+7
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson1-3/+3
2016-08-10Change callers to use the new constants.Rich Salz1-1/+1
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+2
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson1-2/+2
2016-06-25Handle BN_mod_word failures.David Benjamin1-0/+4
2016-06-25Fix BN_is_prime* calls.David Benjamin1-4/+13
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY1-1/+0
2016-06-16Fix the build and tests following constification of DH, DSA, RSAMatt Caswell1-2/+2
2016-06-15Constify the parameter getters for RSA, DSA and DHRichard Levitte1-12/+7
2016-06-06Deprecate the flags that switch off constant timeMatt Caswell1-26/+9
2016-06-01Remove/rename some old files.Rich Salz2-115/+0
2016-06-01Fix printing of DH ParametersMatt Caswell1-1/+2
2016-06-01Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY1-0/+1
2016-05-31Parameter copy sanity checks.Dr. Stephen Henson1-1/+1
2016-05-23Remove unused error/function codes.Rich Salz1-8/+1
2016-05-23Remove useless NULL checksFdaSilvaYY1-2/+1
2016-05-18Add some error messages for malloc failsMatt Caswell2-1/+9
2016-05-18Better checks for malloc failure in various METHOD functionsMatt Caswell1-2/+16
2016-05-17Manual fixes after copyright consolidationRich Salz1-51/+6
2016-05-17Copyright consolidation 05/10Rich Salz13-594/+67
2016-05-13Fix OpenSSL_memdup error handlingInsu Yun1-12/+15
2016-04-28Add checks on CRYPTO_new_ex_data return value...FdaSilvaYY1-17/+14
2016-04-27Fix set0 reuse testViktor Dukhovni1-1/+1
2016-04-27RSA, DSA, DH: Allow some given input to be NULL on already initialised keysRichard Levitte1-14/+37
2016-04-20Remove --classic build entirelyRichard Levitte1-45/+0
2016-04-09Add documentation for following DH and DH_METHOD opacityMatt Caswell1-0/+1
2016-04-09Make DH_METHOD opaqueMatt Caswell4-3/+179
2016-04-09Make DH opaqueMatt Caswell9-8/+129
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-03-20Remove #error from include files.Rich Salz3-9/+3
2016-03-09RT3676 add: Export ASN.1 DHparamsRich Salz1-1/+1
2016-03-08Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini2-7/+22
2016-02-25GH715: ENGINE_finish can take NULLRich Salz1-9/+5
2016-02-22Remove unused parameters from internal functionsRich Salz1-44/+13