summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_ameth.c
AgeCommit message (Expand)Author
2017-06-13Fix a memleak in ec_copy_parameters.Bernd Edlinger
2017-02-14mem leak on error path and error propagation fixYuchi
2016-09-10Fix EC_KEY_print so it prints out private key informationTim Hudson
2016-09-07Avoid EVP_PKEY_cmp() crash on EC keys without public componentDavid Woodhouse
2016-08-17Constify private key decode.Dr. Stephen Henson
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson
2016-08-13Add encoded points to other EC curves too.Dr. Stephen Henson
2016-07-15Fix ASN.1 private encode of EC_KEY to not change the input keyRichard Levitte
2016-07-01Fix printing private EC_KEYAlessandro Ghedini
2016-06-26RT2680: Public EC key is shown as privateRich Salz
2016-05-31Parameter copy sanity checks.Dr. Stephen Henson
2016-05-17Copyright consolidation 05/10Rich Salz
2016-03-20Remove #error from include files.Rich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-05Add EC_KEY_priv2buf()Dr. Stephen Henson
2016-02-05use enum type for do_EC_KEY_printDr. Stephen Henson
2016-02-05update EC ASN1 and print routinesDr. Stephen Henson
2016-01-31Remove redundant code.Dr. Stephen Henson
2016-01-31Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2015-12-14Extend EVP_PKEY_copy_parameters()Dr. Stephen Henson
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-03RT3674: Make no-cms build work.David Bar
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-28remove malloc castsRich Salz
2015-03-28free NULL cleanupRich Salz
2015-03-25free NULL cleanup.Rich Salz
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-09-08RT2626: Change default_bits from 1K to 2KKurt Roeckx
2014-08-27RT3065: ec_private_key_dont_crashAdam Langley
2014-04-26Fix eckey_priv_encode()mancha
2014-03-28Add functions returning security bits.Dr. Stephen Henson
2013-08-05Add KDF for DH.Dr. Stephen Henson
2013-08-05Algorithm parameter support.Dr. Stephen Henson
2013-07-17Add support for ECDH KARI.Dr. Stephen Henson
2013-03-26Make binary curve ASN.1 work in FIPS mode.Matt Caswell
2010-03-06Add algorithm specific signature printing. An individual ASN1 method canDr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-11-01More size_tification.Ben Laurie
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe
2008-03-12And so it begins...Dr. Stephen Henson
2007-01-21Constify version strings and some structures.Dr. Stephen Henson
2006-12-20add support for ecdsa-with-sha256 etc.Nils Larsch