summaryrefslogtreecommitdiffstats
path: root/crypto/dh
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2018-06-201-1/+1
* Reject excessively large primes in DH key generation.Guido Vranken2018-06-121-1/+6
* Update copyright yearMatt Caswell2018-05-291-1/+1
* DH: add simple getters for commonly used DH struct membersDr. Matthias St. Pierre2018-05-181-0/+25
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-032-3/+5
* Update copyright yearMatt Caswell2018-04-031-1/+1
* Convert _meth_get_ functions to const gettersJack Bates2018-03-211-1/+1
* Support public key and param check in EVP interfacePaul Yang2017-11-203-2/+109
* Remove parentheses of return.KaoruToda2017-10-185-12/+12
* Remove email addresses from source code.Rich Salz2017-10-131-1/+1
* Fix memory leak in DH_get_nid()Benjamin Kaduk2017-10-121-4/+3
* make updateDr. Stephen Henson2017-10-121-0/+6
* Add pad supportDr. Stephen Henson2017-10-121-1/+15
* Add RFC7919 support to EVPDr. Stephen Henson2017-10-121-4/+35
* DH named parameter supportDr. Stephen Henson2017-10-122-1/+77
* Support constant BN for DH parametersDr. Stephen Henson2017-10-121-6/+12
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-2/+2
* Allow DH_set0_key with only private key.David Benjamin2017-09-261-7/+0
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-301-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-301-0/+1
* Use "" not <> on e_os.h includeRich Salz2017-08-221-1/+1
* 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