aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dh
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-091-6/+7
* GH601: Various spelling fixes.FdaSilvaYY2016-02-053-4/+4
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+4
* Templatize util/domdRich Salz2016-01-291-2/+1
* Add missing return value checksMatt Caswell2016-01-291-4/+3
* Prevent small subgroup attacks on DH/DHEMatt Caswell2016-01-281-9/+25
* Remove /* foo.c */ commentsRich Salz2016-01-269-9/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-0/+1
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-122-196/+63
* make updateRichard Levitte2016-01-121-48/+52
* Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni2016-01-071-1/+2
* mem functions cleanupRich Salz2016-01-071-16/+19
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-162-4/+4
* Extend EVP_PKEY_copy_parameters()Dr. Stephen Henson2015-12-141-0/+5
* make updateDr. Stephen Henson2015-12-091-5/+1
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-2/+2
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-8/+10
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-011-7/+0
* Tighten up BN_with_flags usage and avoid a reachable assertMatt Caswell2015-11-261-1/+3
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-095-17/+21
* Rebuild error source files.Dr. Stephen Henson2015-11-051-15/+15