summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ecdh
AgeCommit message (Expand)Author
2023-04-18Move some includes out of OPENSSL_NO_DEPRECATEDTheo Buehler
2022-11-26Make header guards of internal headers consistentTheo Buehler
2022-11-26Make internal header file names consistentTheo Buehler
2022-07-12Remove mkerr.pl remnants from LibreSSLKlemens Nanni
2022-06-30Replace obj_mac.h with object.hTheo Buehler
2021-12-04Add #include "bn_lcl.h" to the files that will soon need it.Theo Buehler
2021-04-20Simplify code after adding EC_POINT_{s,g}et_affine_coordinates()Theo Buehler
2021-04-20Prepare to provide EC_POINT_{g,s}et_affine_coordinatesTheo Buehler
2019-09-05Replace OPENSSL_cleanse() with explicit_bzero().Joel Sing
2019-09-05Provide prototype for ecdh_KDF_X9_63()Joel Sing
2019-09-05Include correct header.Joel Sing
2019-09-05style(9) and whitespace.Joel Sing
2019-09-05Restore per-file license/copyright removed in OpenSSL commit 4f22f40507f.Joel Sing
2019-09-05Remove ECDH_KDF_X9_62 wrapper.Joel Sing
2019-09-05Provide ECDH KDF for X9.63 as needed for CMS ECC.Joel Sing
2019-01-19Partial port of EC_KEY_METHOD from OpenSSL 1.1.Theo Buehler
2018-09-02Elliptic curve arithmetic only makes sense between points that belong toTheo Buehler
2018-04-14make ENGINE_finish() succeed on NULL and simplify callers as inTheo Buehler
2017-05-02use freezero() instead of memset/explicit_bzero + free. SubstantiallyTheo de Raadt
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2016-12-21Explicitly export a list of symbols from libcrypto.Joel Sing
2015-09-18avoid void * pointer arithmeticBrent Cook
2015-09-13Only check for key truncation if no KDF function is being used.Joel Sing
2015-09-13Merge ech_ossl.c into ech_key.c - not much point having one file with aJoel Sing
2015-09-13Provide ECDH_size().Joel Sing
2015-09-13Check ECDH output buffer length and avoid truncation.Joel Sing
2015-09-13Lob a style(9) grenade in here.Joel Sing
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2015-02-09BN_CTX_get() can fail - consistently check its return value.Joel Sing
2015-02-07Delete a lot of #if 0 code in libressl.Doug Hogan
2014-07-12if (x) FOO_free(x) -> FOO_free(x).Miod Vallat
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-07-09remove unused, private version strings except SSL_version_strBrent Cook
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-07malloc() result does not need a cast.Theo de Raadt
2014-05-22if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullyMiod Vallat
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andMiod Vallat
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-15we don't use these files for buildingTed Unangst
2014-04-15remove FIPS mode support. people who require FIPS can buy something thatTed Unangst
2014-04-15Moved to regress/lib/libcrypto.Miod Vallat
2014-04-14remove auto-generated dependencies from the old unused build system, soTheo de Raadt
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.Miod Vallat
2010-10-01resolve conflicts, fix local changesDamien Miller
2009-01-09resolve conflictsDamien Miller
2009-01-05update to openssl-0.9.8i; tested by several, especially krw@Damien Miller
2008-09-06import of OpenSSL 0.9.8hDamien Miller