summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dh/dh_pmeth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-3/+3
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-5/+6
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-2/+4
* KNFmiod2014-07-091-53/+60
* replace atoi() calls with strtol(). Follow the idiomatic pattern in ourderaadt2014-06-121-12/+30
* tags as requested by miod and teduderaadt2014-06-121-0/+1
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-221-2/+1
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-30/+12
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-2/+2
* import OpenSSL-1.0.0adjm2010-10-011-0/+254