GH714: missing field initialisation
[openssl.git] / crypto / ec /
2015-12-19 Matt CaswellFix URLs mangled by reformat
2015-09-15 Rich SalzRT4044: Remove .cvsignore files.
2015-09-14 Kurt Roeckxd2i: don't update input pointer on failure
2015-09-01 Tim ZhangFix the comment for POINT_CONVERSION_UNCOMPRESSED
2015-08-04 Matt CaswellFix warning when compiling with no-ec2m
2015-06-10 Matt CaswellEC_POINT_is_on_curve does not return a boolean
2015-05-26 Billy Brumleyfix copy paste error in ec_GF2m function prototypes
2015-05-23 Richard LevitteFix the update target and remove duplicate file updates
2015-04-30 Matt CaswellAdd sanity check to print_bin function
2015-03-31 Douglas E EngertEnsure EC private keys retain leading zeros
2015-03-19 Matt CaswellFix a failure to NULL a pointer freed on error.
2015-03-14 Andy PolyakovAvoid reading an unused byte after the buffer
2015-02-25 Matt CaswellRemove pointless free, and use preferred way of calling...
2015-02-25 Matt CaswellFix a failure to NULL a pointer freed on error.
2015-01-22 Matt CaswellRe-align some comments after running the reformat script. OpenSSL_1_0_1-post-reformat
2015-01-22 Matt CaswellRerun util/openssl-format-source -v -c . OpenSSL_1_0_1-post-auto-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
2015-01-22 Matt CaswellFix strange formatting by indent
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
2015-01-22 Matt CaswellFix source where indent will not be able to cope
2015-01-22 Matt CaswellAdditional comment changes for reformat of 1.0.1
2015-01-22 Matt CaswellFurther comment changes for reformat
2015-01-22 Tim Hudsonmark all block comments that need format preserving...
2014-12-17 Emilia KasperBuild fixes
2014-12-16 Matt CaswellAdd OPENSSL_NO_ECDH guards
2014-11-12 Matt CaswellFix free of garbage pointer. PR#3595
2014-08-27 Emilia KasperExplicitly check for empty ASN.1 strings in d2i_ECPriva...
2014-08-27 Matt CaswellRT3065: automatically generate a missing EC public key
2014-08-27 Adam LangleyRT3065: ec_private_key_dont_crash
2014-08-13 Bodo MoellerFurther improve/fix ec_GFp_simple_points_make_affine...
2014-08-07 Dr. Stephen HensonOnly use FIPS EC methods in FIPS mode.
2014-08-01 Bodo MoellerSimplify and fix ec_GFp_simple_points_make_affine
2014-07-21 Billy Brumley"EC_POINT_invert" was checking "dbl" function pointer...
2014-06-03 Libor KrystekCorrected OPENSSL_NO_EC_NISTP_64_GCC_128 usage in ec_lc...
2014-05-03 David RamosDouble free in i2o_ECPublicKey
2014-04-24 manchaFix eckey_priv_encode()
2014-03-12 Dr. Stephen HensonFix for CVE-2014-0076
2014-01-06 Dr. Stephen Hensonmake update
2013-12-08 Dr. Stephen Hensonmake update
2013-10-19 Ben LaurieMerge branch 'no_gmt_unix_time' of git://github.com...
2013-09-16 Bodo Moeller Fix overly lenient comparisons:
2013-03-26 Matt CaswellMake binary curve ASN.1 work in FIPS mode.
2012-10-05 Bodo MöllerFix EC_KEY initialization race.
2012-06-08 Ben LaurieReduce version skew.
2012-03-01 Richard LevitteFor OpenVMS, use inttypes.h instead of stdint.h
2012-01-24 Dr. Stephen Hensononly include string.h once
2011-11-14 Andy Polyakovec_cvt.c: performance update from HEAD.
2011-10-26 Dr. Stephen HensonPR: 2632
2011-10-19 Bodo MöllerFix warnings.
2011-10-18 Bodo MöllerImprove optional 64-bit NIST-P224 implementation, and...
2011-10-09 Dr. Stephen HensonBackport PSS signature support from HEAD.
2011-09-16 Dr. Stephen Hensonmake depend
2011-09-16 Dr. Stephen HensonImproved error checking for DRBG calls.
2011-08-14 Dr. Stephen HensonRemove hard coded ecdsaWithSHA1 hack in ssl routines...
2011-07-28 Dr. Stephen Hensonrecognise ecdsaWithSHA1 OID
2011-06-06 Dr. Stephen HensonRedirection of ECDSA, ECDH operations to FIPS module.
2011-06-06 Dr. Stephen HensonAdd flags field to EC_KEY structure (backport from...
2011-06-06 Dr. Stephen HensonMake no-ec2m work again (backport from HEAD).
2011-06-06 Dr. Stephen HensonReorganise ECC code so it can use FIPS module.
2011-06-06 Dr. Stephen HensonBackport from HEAD:
2011-05-12 Dr. Stephen HensonHave EC_NISTP224_64_GCC_128 treated like any algorithm...
2011-01-24 Dr. Stephen HensonNew function EC_KEY_set_affine_coordinates() this perfo...
2011-01-24 Dr. Stephen Hensoncheck EC public key isn't point at infinity
2011-01-24 Dr. Stephen HensonPR: 1612
2010-10-03 Dr. Stephen HensonAdd call to ENGINE_register_all_complete() to ENGINE_lo...
2010-08-27 Bodo MöllerMore C language police work.
2010-08-27 Bodo MöllerC conformity fixes: Move declarations before statements...
2010-08-27 Bodo MöllerC conformity fixes:
2010-08-26 Bodo Möller(formatting error)
2010-08-26 Bodo MöllerNew 64-bit optimized implementation EC_GFp_nistp224_met...
2010-08-26 Bodo MöllerECC library bugfixes.
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-02-23 Bodo MöllerAlways check bn_wexpend() return values for failure...
2009-11-30 Dr. Stephen HensonPR: 2118
2009-05-05 Andy Polyakovec_mult.c: update from HEAD (Win64 compile warnings).
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2008-12-27 Ben LaurieCheck scalar->d before we use it (in BN_num_bits()...
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-11-01 Ben LaurieMore size_tification.
2008-10-28 Andy Polyakovec2_mult.c readability update.
2008-09-23 Andy PolyakovFix EC_KEY_check_key.
2008-08-06 Geoff ThorpeRemove the dual-callback scheme for numeric and pointer...
2008-07-03 Geoff ThorpeRevert my earlier CRYPTO_THREADID commit, I will commit...
2008-05-02 Dr. Stephen HensonIndicate support for digest init ctrl.
2008-04-24 Andy PolyakovAdd 64-bit support to BN_nist_mod_244 and engage BN_nis...
2008-03-28 Geoff ThorpeThere was a need to support thread ID types that couldn...
2008-03-22 Dr. Stephen HensonUpdate dependencies.
2008-03-16 Geoff ThorpeFix a variety of warnings generated by some elevated...
2008-03-12 Dr. Stephen HensonAnd so it begins...
2007-08-31 Andy PolyakovCompress and more aggressively constify ec_curve.c...
2007-05-22 Bodo MöllerFix crypto/ec/ec_mult.c to work properly with scalars...
2007-04-05 Ben LaurieFix duplicate error number.
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2006-12-20 Nils Larschadd support for ecdsa-with-sha256 etc.
2006-12-19 Bodo MöllerFix the BIT STRING encoding of EC points or parameter...
2006-11-21 Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2006-09-28 Bodo MöllerIntroduce limits to prevent malicious keys being able to
2006-07-20 Dr. Stephen HensonUse correct pointer types for various functions.
next