aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dh
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix undeclared variable warnings.Ben Laurie2015-10-242-5/+3
* Make update / libeay.num fixRich Salz2015-09-301-18/+20
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-113-14/+3
* remove 0 assignments.Rich Salz2015-09-032-24/+3
* RT3674: Make no-cms build work.David Bar2015-09-033-3/+17
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* More secure storage of key material.Rich Salz2015-06-232-2/+3
* Properly check certificate in case of export ciphers.Kurt Roeckx2015-06-091-0/+5
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* make dependRichard Levitte2015-05-141-12/+16
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-1410-10/+10
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-10/+11
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-5/+5
* Use safer sizeof variant in mallocRich Salz2015-05-042-2/+2
* Remove goto inside an if(0) blockRich Salz2015-05-011-6/+6
* free null cleanup finaleRich Salz2015-05-014-19/+10
* free NULL cleanup 7Rich Salz2015-04-305-32/+17
* free cleanup almost the finaleRich Salz2015-04-301-4/+1
* free NULL cleanup 5aRich Salz2015-04-301-8/+4
* free NULL cleanup 8Rich Salz2015-04-301-6/+3
* remove malloc castsRich Salz2015-04-281-2/+1
* Code style: space after 'if'Viktor Dukhovni2015-04-162-2/+2
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-17/+1
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-312-936/+0
* free NULL cleanupRich Salz2015-03-281-4/+2
* free NULL cleanupRich Salz2015-03-244-10/+6
* make dependDr. Stephen Henson2015-03-241-4/+4
* Move some EVP internals to evp_int.hDr. Stephen Henson2015-03-241-1/+1
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
* free NULL cleanupRich Salz2015-03-242-8/+4
* Fix dh_pub_encodeMatt Caswell2015-03-121-5/+7
* Cleanse PKCS#8 private key components.Dr. Stephen Henson2015-03-081-4/+4
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+3