summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ecdh/ech_ossl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge ech_ossl.c into ech_key.c - not much point having one file with ajsing2015-09-131-214/+0
* Provide ECDH_size().jsing2015-09-131-2/+2
* Check ECDH output buffer length and avoid truncation.jsing2015-09-131-4/+12
* Lob a style(9) grenade in here.jsing2015-09-131-71/+65
* BN_CTX_get() can fail - consistently check its return value.jsing2015-02-091-3/+5
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-4/+5
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-6/+5
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-3/+4
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-221-1/+1
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-8/+2
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-2/+2
* import OpenSSL-1.0.1cdjm2012-10-131-0/+2
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+213