aes/asm/aesni-x86.pl: fix typo affecting Windows build.
[openssl.git] / crypto / ec /
2015-03-31 Douglas E EngertEnsure EC private keys retain leading zeros
2015-03-28 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: update commentary with...
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-23 Dr. Stephen HensonFIPS build fixes.
2015-01-22 Matt CaswellRe-align some comments after running the reformat script. OpenSSL_1_0_2-post-reformat
2015-01-22 Matt CaswellRerun util/openssl-format-source -v -c . OpenSSL_1_0_2-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 Andy Polyakovec/ecp_nistz256.c: further harmonization with latest...
2015-01-22 Andy Polyakovec/ecp_nistz256.c: harmonize with latest indent script.
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.2
2015-01-22 Matt CaswellFurther comment amendments to preserve formatting prior...
2015-01-22 Tim Hudsonmark all block comments that need format preserving...
2015-01-04 Andy Polyakovecp_nistz256-x86_64.pl: fix occasional failures.
2014-12-17 Emilia KasperBuild fixes
2014-12-16 Matt CaswellAdd OPENSSL_NO_ECDH guards
2014-11-20 Matt CaswellWhen using EVP_PKEY_derive with a KDF set, a negative...
2014-11-12 Matt CaswellFix free of garbage pointer. PR#3595
2014-09-21 Andy Polyakovcrypto/ecp_nistz256.c: harmonize error codes.
2014-09-21 Dr. Stephen HensonFix warning.
2014-09-21 Andy Polyakovcrypto/ec: harmonize new code with FIPS module.
2014-09-21 Andy PolyakovAdd ECP_NISTZ256 by Shay Gueron, Intel Corp.
2014-09-21 Andy PolyakovReserve option to use BN_mod_exp_mont_consttime in...
2014-09-21 Andy PolyakovConfigure: add configuration for crypto/ec/asm extensions.
2014-09-08 Kurt RoeckxRT2626: Change default_bits from 1K to 2K
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
2013-12-01 Dr. Stephen Hensonmake update
2013-11-11 Dr. Stephen HensonFix for some platforms where "char" is unsigned.
2013-10-01 Dr. Stephen HensonAdd KDF for DH.
2013-10-01 Dr. Stephen HensonAlgorithm parameter support.
2013-10-01 Dr. Stephen HensonAdd support for ECDH KARI.
2013-10-01 Dr. Stephen HensonAdd support for X9.62 KDF.
2013-10-01 Dr. Stephen HensonAdd control to retrieve signature MD.
2013-10-01 Ben LaurieMerge remote-tracking branch 'agl/1.0.2alpn' into agl...
2013-09-16 Bodo Moeller Fix overly lenient comparisons:
2013-09-16 Bodo Moeller Fix overly lenient comparisons:
2013-03-26 Matt CaswellMake binary curve ASN.1 work in FIPS mode.
2013-03-20 Dr. Stephen Hensonenhance EC method to support setting curve type when...
2012-10-05 Bodo MöllerFix EC_KEY initialization race.
2012-06-06 Ben LaurieVersion skew reduction.
2012-06-03 Ben LaurieReduce version skew: trivia (I hope).
2012-04-22 Dr. Stephen HensonPR: 2239
2012-04-06 Dr. Stephen HensonAdd new APIs EC_curve_nist2nid and EC_curve_nid2nist...
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
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...
next