aboutsummaryrefslogtreecommitdiff
path: root/crypto/dh
AgeCommit message (Expand)AuthorFilesLines
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz1-18/+5
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz1-6/+7
2016-02-05GH601: Various spelling fixes.FdaSilvaYY3-4/+4
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+4
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-29Add missing return value checksMatt Caswell1-4/+3
2016-01-28Prevent small subgroup attacks on DH/DHEMatt Caswell1-9/+25
2016-01-26Remove /* foo.c */ commentsRich Salz9-9/+0
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson1-0/+1
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-12Move Makefiles to Makefile.inRich Salz2-196/+63
2016-01-12make updateRichard Levitte1-48/+52
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni1-1/+2
2016-01-07mem functions cleanupRich Salz1-16/+19
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz2-4/+4
2015-12-14Extend EVP_PKEY_copy_parameters()Dr. Stephen Henson1-0/+5
2015-12-09make updateDr. Stephen Henson1-5/+1
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte1-2/+2
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-8/+10
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz1-7/+0
2015-11-26Tighten up BN_with_flags usage and avoid a reachable assertMatt Caswell1-1/+3
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell5-17/+21
2015-11-05Rebuild error source files.Dr. Stephen Henson1-15/+15
2015-10-24Fix undeclared variable warnings.Ben Laurie2-5/+3
2015-09-30Make update / libeay.num fixRich Salz1-18/+20
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie3-14/+3
2015-09-03remove 0 assignments.Rich Salz2-24/+3
2015-09-03RT3674: Make no-cms build work.David Bar3-3/+17
2015-08-10RT3999: Remove sub-component version stringsRich Salz1-2/+0
2015-06-23More secure storage of key material.Rich Salz2-2/+3
2015-06-09Properly check certificate in case of export ciphers.Kurt Roeckx1-0/+5
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2
2015-05-14make dependRichard Levitte1-12/+16
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte10-10/+10
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-10/+11
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-5/+5
2015-05-04Use safer sizeof variant in mallocRich Salz2-2/+2
2015-05-01Remove goto inside an if(0) blockRich Salz1-6/+6
2015-05-01free null cleanup finaleRich Salz4-19/+10
2015-04-30free NULL cleanup 7Rich Salz5-32/+17
2015-04-30free cleanup almost the finaleRich Salz1-4/+1
2015-04-30free NULL cleanup 5aRich Salz1-8/+4
2015-04-30free NULL cleanup 8Rich Salz1-6/+3
2015-04-28remove malloc castsRich Salz1-2/+1
2015-04-16Code style: space after 'if'Viktor Dukhovni2-2/+2
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-17/+1
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte2-936/+0
2015-03-28free NULL cleanupRich Salz1-4/+2
2015-03-24free NULL cleanupRich Salz4-10/+6