aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dh
Commit message (Expand)AuthorAgeFilesLines
* Add RAND_priv_bytes() for private keysRich Salz2017-08-031-2/+2
* Change to check last return value of BN_CTX_getPaul Yang2017-06-262-5/+3
* make error tables const and separate header fileRich Salz2017-06-071-44/+41
* ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte2017-04-131-1/+1
* Act on deprecation of LONG and ZLONG, step 2Richard Levitte2017-04-102-2/+2
* Make default_method mostly compile-timeRich Salz2017-04-072-14/+12
* Better check of DH parameters in TLS dataRichard Levitte2017-01-261-0/+40
* StyleFdaSilvaYY2017-01-251-1/+1
* Fix error handling in compute_key, BN_CTX_get can return NULLBernd Edlinger2017-01-241-0/+2
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-172-3/+4
* Raise an error on memory alloc failure.FdaSilvaYY2016-11-161-19/+18
* Constify private key decode.Dr. Stephen Henson2016-08-171-2/+2
* constify X509_ALGOR_get0()Dr. Stephen Henson2016-08-171-7/+7
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-161-3/+3
* Change callers to use the new constants.Rich Salz2016-08-101-1/+1
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* check return values for EVP_Digest*() APIsDr. Stephen Henson2016-07-151-2/+2
* Handle BN_mod_word failures.David Benjamin2016-06-251-0/+4
* Fix BN_is_prime* calls.David Benjamin2016-06-251-4/+13
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-181-1/+0
* 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
* Deprecate the flags that switch off constant timeMatt Caswell2016-06-061-26/+9
* Remove/rename some old files.Rich Salz2016-06-012-115/+0
* Fix printing of DH ParametersMatt Caswell2016-06-011-1/+2
* Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY2016-06-011-0/+1
* Parameter copy sanity checks.Dr. Stephen Henson2016-05-311-1/+1
* Remove unused error/function codes.Rich Salz2016-05-231-8/+1
* Remove useless NULL checksFdaSilvaYY2016-05-231-2/+1
* Add some error messages for malloc failsMatt Caswell2016-05-182-1/+9
* Better checks for malloc failure in various METHOD functionsMatt Caswell2016-05-181-2/+16
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 05/10Rich Salz2016-05-1713-594/+67
* Fix OpenSSL_memdup error handlingInsu Yun2016-05-131-12/+15
* 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
* Remove --classic build entirelyRichard Levitte2016-04-201-45/+0
* Add documentation for following DH and DH_METHOD opacityMatt Caswell2016-04-091-0/+1
* Make DH_METHOD opaqueMatt Caswell2016-04-094-3/+179
* Make DH opaqueMatt Caswell2016-04-099-8/+129
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Remove #error from include files.Rich Salz2016-03-203-9/+3
* RT3676 add: Export ASN.1 DHparamsRich Salz2016-03-091-1/+1
* Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini2016-03-082-7/+22
* GH715: ENGINE_finish can take NULLRich Salz2016-02-251-9/+5
* Remove unused parameters from internal functionsRich Salz2016-02-221-44/+13
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-18/+5