summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/ecdh
AgeCommit message (Expand)AuthorFilesLines
2019-09-05Replace OPENSSL_cleanse() with explicit_bzero().jsing1-1/+1
2019-09-05Provide prototype for ecdh_KDF_X9_63()jsing1-1/+7
2019-09-05Include correct header.jsing1-1/+1
2019-09-05style(9) and whitespace.jsing1-65/+72
2019-09-05Restore per-file license/copyright removed in OpenSSL commit 4f22f40507f.jsing1-5/+48
2019-09-05Remove ECDH_KDF_X9_62 wrapper.jsing1-12/+0
2019-09-05Provide ECDH KDF for X9.63 as needed for CMS ECC.jsing1-0/+81
2019-01-19Partial port of EC_KEY_METHOD from OpenSSL 1.1.tb1-4/+18
2018-09-02Elliptic curve arithmetic only makes sense between points that belong totb1-1/+5
2018-04-14make ENGINE_finish() succeed on NULL and simplify callers as intb1-8/+5
2017-05-02use freezero() instead of memset/explicit_bzero + free. Substantiallyderaadt1-4/+2
2017-01-29Send the function codes from the error functions to the bit bucket,beck3-22/+17
2016-12-21Explicitly export a list of symbols from libcrypto.jsing1-7/+3
2015-09-18avoid void * pointer arithmeticbcook1-2/+2
2015-09-13Only check for key truncation if no KDF function is being used.jsing1-4/+4
2015-09-13Merge ech_ossl.c into ech_key.c - not much point having one file with ajsing2-215/+146
2015-09-13Provide ECDH_size().jsing3-4/+11
2015-09-13Check ECDH output buffer length and avoid truncation.jsing3-6/+16
2015-09-13Lob a style(9) grenade in here.jsing6-181/+176
2015-09-10Correct spelling of OPENSSL_cleanse.jsing1-2/+2
2015-02-09BN_CTX_get() can fail - consistently check its return value.jsing1-3/+5
2015-02-07Delete a lot of #if 0 code in libressl.doug2-23/+2
2014-07-12if (x) FOO_free(x) -> FOO_free(x).miod1-4/+5
2014-07-11Only import cryptlib.h in the four source files that actually need it.jsing1-6/+5
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesjsing3-6/+13
2014-07-09remove unused, private version strings except SSL_version_strbcook1-3/+1
2014-06-12tags as requested by miod and teduderaadt6-6/+6
2014-06-07malloc() result does not need a cast.deraadt1-1/+1
2014-05-22if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod1-1/+1
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod1-8/+2
2014-04-17Change library to use intrinsic memory allocation functions instead ofbeck2-6/+6
2014-04-15we don't use these files for buildingtedu1-76/+0
2014-04-15remove FIPS mode support. people who require FIPS can buy something thattedu1-19/+0
2014-04-15Moved to regress/lib/libcrypto.miod1-374/+0
2014-04-14remove auto-generated dependencies from the old unused build system, soderaadt1-40/+0
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod1-11/+6
2014-04-13Import OpenSSL 1.0.1gmiod2-5/+9
2012-10-13import OpenSSL-1.0.1cdjm6-1/+41
2011-11-03import OpenSSL 1.0.0edjm1-2/+1
2010-10-01resolve conflicts, fix local changesdjm1-17/+16
2010-10-01import OpenSSL-1.0.0adjm2-3/+3
2009-01-09resolve conflictsdjm1-16/+17
2009-01-05update to openssl-0.9.8i; tested by several, especially krw@djm1-11/+21
2008-09-06import of OpenSSL 0.9.8hdjm8-0/+1337