summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ec
AgeCommit message (Expand)Author
2018-03-16Consistently spell "IPsec" in comments and debug outputs.Martin Pieuchot
2018-03-12Fix for processing of EC public keyKinichiro Inoguchi
2017-05-26Avoid a potential NULL pointer dereference in d2i_ECPrivateKey().Joel Sing
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
2017-01-21Add ct and nonct versions of BN_mod_inverse for internal useBob Beck
2016-12-21Explicitly export a list of symbols from libcrypto.Joel Sing
2016-11-04Add assembler code for the nist 256-bit GFp curve, written initially byMiod Vallat
2016-10-19unifdef OPENSSL_NO_CMSJoel Sing
2016-09-03remove unused variableBob Beck
2016-08-31Fix some very unnecessary convoultion.Bob Beck
2016-03-20" the the " -> " the ", or in a couple of cases replace the superfluousKenneth R Westerback
2016-03-12Add error handling to the remaining calls to bn_wexpand().Brent Cook
2016-03-10http -> https for a few more IETF URLs in comments or man pagesMichael McConville
2015-10-16Remove pointless externs - the structs are declared in the same files aJoel Sing
2015-10-16Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_constJoel Sing
2015-10-16Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const.Joel Sing
2015-10-13Convert ECParameters_dup() from a macro that uses ASN1_dup_of() into anJoel Sing
2015-09-29Replace remaining M_ASN1_BIT_STRING_(new|free) macros with calls toJoel Sing
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2015-09-10Replace remaining M_ASN1_STRING_* macros with calls to ASN1_STRING_*.Joel Sing
2015-07-29Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generatedJoel Sing
2015-07-25Expand ASN.1 template macros - the generated assembly only differs byJoel Sing
2015-06-20Handle NIST curve names.Joel Sing
2015-06-20Have ECPKParameters_print() include the NIST curve name, if known.Joel Sing
2015-06-20Provide EC_curve_nid2nist() and EC_curve_nist2nid().Joel Sing
2015-05-20No need to check the return value of memcpy() if you actually checked thisMiod Vallat
2015-04-29Add missing BN_CTX_end() calls.Doug Hogan
2015-03-20Fix a memory leak in an error path.Doug Hogan
2015-03-19Fix several crash causing defects from OpenSSL.Ted Unangst
2015-02-15In ec_wNAF_mul(), move the declaration of tmp_wNAF higher in scope, so thatMiod Vallat
2015-02-13fix leaking of bn, coverity issue 105351Bob Beck
2015-02-11Guenther has plans for OPENSSL_NO_CMS, so revert this for the moment.Bob Beck
2015-02-11get rid of OPENSSL_NO_CMS code we do not use.Bob Beck
2015-02-10Expand the IMPLEMENT_ASN1_ALLOC_FUNCTIONS macro so that the code is visibleJoel Sing
2015-02-10Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that theJoel Sing
2015-02-09BN_CTX_get() can fail - consistently check its return value.Joel Sing
2015-02-09Remove unused GOST test that prevents clang from building libcrypto.Doug Hogan
2015-02-08Use `> 0' instead of `!= 0' as a successful condition forMiod Vallat
2015-02-07Delete a lot of #if 0 code in libressl.Doug Hogan
2014-12-03handle the (impossible) situation of a size_t - 1 buffer fromTheo de Raadt
2014-12-03Spotted another opportunity to use reallocarray().Theo de Raadt
2014-11-12Fix GOST TC26-B curve description.Miod Vallat
2014-11-11Don't free garbage in ec_wNAF_mul() if wNAF could be allocated butPhilip Guenther
2014-11-09GOST crypto algorithms (well, most of them), ported from the removed GOSTMiod Vallat
2014-10-07EC_KEY_set_group() does an EC_GROUP_dup() of its argument, so we don'tMiod Vallat
2014-07-13Fix memory leak.Loganaden Velvindron
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