summaryrefslogtreecommitdiffstats
path: root/crypto/dh
AgeCommit message (Expand)Author
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz
2015-11-26Tighten up BN_with_flags usage and avoid a reachable assertMatt Caswell
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-11-05Rebuild error source files.Dr. Stephen Henson
2015-10-24Fix undeclared variable warnings.Ben Laurie
2015-09-30Make update / libeay.num fixRich Salz
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-09-03remove 0 assignments.Rich Salz
2015-09-03RT3674: Make no-cms build work.David Bar
2015-08-10RT3999: Remove sub-component version stringsRich Salz
2015-06-23More secure storage of key material.Rich Salz
2015-06-09Properly check certificate in case of export ciphers.Kurt Roeckx
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-14make dependRichard Levitte
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01Remove goto inside an if(0) blockRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-30free NULL cleanup 8Rich Salz
2015-04-28remove malloc castsRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte
2015-03-28free NULL cleanupRich Salz
2015-03-24free NULL cleanupRich Salz
2015-03-24make dependDr. Stephen Henson
2015-03-24Move some EVP internals to evp_int.hDr. Stephen Henson
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson
2015-03-24free NULL cleanupRich Salz
2015-03-12Fix dh_pub_encodeMatt Caswell
2015-03-08Cleanse PKCS#8 private key components.Dr. Stephen Henson
2015-03-05Unchecked malloc fixesMatt Caswell
2015-02-22Fix memory leakKurt Roeckx
2015-02-22Avoid a double-free in an error path.Doug Hogan
2015-02-03Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-27OPENSSL_NO_xxx cleanup: many removalsRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22Fix source where indent will not be able to copeMatt Caswell
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2015-01-12RT3548: Remove unsupported platformsRich Salz
2015-01-07Fix irix-cc build.Andy Polyakov