summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22ec/ecp_nistz256.c: further harmonization with latest rules.Andy Polyakov
2015-01-22ec/ecp_nistz256.c: harmonize with latest indent script.Andy Polyakov
2015-01-22Fix strange formatting by indentMatt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22Fix source where indent will not be able to copeMatt Caswell
2015-01-22Additional comment changes for reformat of 1.0.2Matt Caswell
2015-01-22Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2015-01-04ecp_nistz256-x86_64.pl: fix occasional failures.Andy Polyakov
2014-12-17Build fixesEmilia Kasper
2014-12-16Add OPENSSL_NO_ECDH guardsMatt Caswell
2014-11-20When using EVP_PKEY_derive with a KDF set, a negative error fromMatt Caswell
2014-11-12Fix free of garbage pointer. PR#3595Matt Caswell
2014-09-22crypto/ecp_nistz256.c: harmonize error codes.Andy Polyakov
2014-09-22Fix warning.Dr. Stephen Henson
2014-09-22crypto/ec: harmonize new code with FIPS module.Andy Polyakov
2014-09-22Add ECP_NISTZ256 by Shay Gueron, Intel Corp.Andy Polyakov
2014-09-22Reserve option to use BN_mod_exp_mont_consttime in ECDSA.Andy Polyakov
2014-09-22Configure: add configuration for crypto/ec/asm extensions.Andy Polyakov
2014-09-08RT2626: Change default_bits from 1K to 2KKurt Roeckx
2014-08-27Explicitly check for empty ASN.1 strings in d2i_ECPrivateKeyEmilia Kasper
2014-08-27RT3065: automatically generate a missing EC public keyMatt Caswell
2014-08-27RT3065: ec_private_key_dont_crashAdam Langley
2014-08-13Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) andBodo Moeller
2014-08-07Only use FIPS EC methods in FIPS mode.Dr. Stephen Henson
2014-08-01Simplify and fix ec_GFp_simple_points_make_affineBodo Moeller
2014-07-21"EC_POINT_invert" was checking "dbl" function pointer instead of "invert".Billy Brumley
2014-06-03Corrected OPENSSL_NO_EC_NISTP_64_GCC_128 usage in ec_lcl.h. PR#3370Libor Krystek
2014-05-04Double free in i2o_ECPublicKeyDavid Ramos
2014-04-24Fix eckey_priv_encode()mancha
2014-03-12Fix for CVE-2014-0076Dr. Stephen Henson
2013-12-01make updateDr. Stephen Henson
2013-11-11Fix for some platforms where "char" is unsigned.Dr. Stephen Henson
2013-10-01Add KDF for DH.Dr. Stephen Henson
2013-10-01Algorithm parameter support.Dr. Stephen Henson
2013-10-01Add support for ECDH KARI.Dr. Stephen Henson
2013-10-01Add support for X9.62 KDF.Dr. Stephen Henson
2013-10-01Add control to retrieve signature MD.Dr. Stephen Henson
2013-09-16 Fix overly lenient comparisons:Bodo Moeller
2013-03-26Make binary curve ASN.1 work in FIPS mode.Matt Caswell
2013-03-20enhance EC method to support setting curve type when generating keys and add ...Dr. Stephen Henson
2012-10-05Fix EC_KEY initialization race.Bodo Möller
2012-06-06Version skew reduction.Ben Laurie
2012-06-03Reduce version skew: trivia (I hope).Ben Laurie
2012-04-22PR: 2239Dr. Stephen Henson
2012-04-06Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convertDr. Stephen Henson
2012-03-01For OpenVMS, use inttypes.h instead of stdint.hRichard Levitte
2012-01-24only include string.h onceDr. Stephen Henson