Make BN_num_bits_word constant-time.
[openssl.git] / crypto / ec /
2017-12-27 Andy Polyakovec/ecp_nistp*.c: sanitize for undefined/implmentation...
2017-12-08 Rich SalzStandardize syntax around sizeof(foo)
2017-10-02 Bernd EdlingerFix the return type of felem_is_zero_int which should...
2017-07-02 Bernd EdlingerFix a memleak in ec_GFp_mont_group_set_curve.
2017-06-05 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: minor sqr_montx cleanup.
2017-05-02 Rich SalzFix URL links in comment
2017-02-23 PauliIncrease the size of the stack buffer to prevent an...
2017-02-23 Rich SalzBackport OSSL_NELEM
2017-02-22 Richard LevitteFix typo, should be && rather than &
2017-02-22 Rich SalzIterate over EC_GROUP's poly array in a safe way
2017-02-14 Yuchimem leak on error path and error propagation fix
2016-11-16 Rich SalzCheck return value of some BN functions.
2016-09-07 David WoodhouseAvoid EVP_PKEY_cmp() crash on EC keys without public...
2016-08-26 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: /cmovb/cmovc/ as nasm...
2016-08-26 Andy Polyakovec/ecp_nistz256: harmonize is_infinity with ec_GFp_simp...
2016-08-26 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: addition to perform...
2016-08-21 Andy Polyakovec/ecp_nistz256.c: get is_one on 32-bit platforms right.
2016-08-16 Richard Levittemake update to have PEM_R_HEADER_TOO_LONG defined
2016-07-15 Richard LevitteFix ASN.1 private encode of EC_KEY to not change the...
2016-07-06 Orgad ShanehFix compilation with CMS disabled
2016-05-31 Dr. Stephen HensonParameter copy sanity checks.
2016-05-11 Steven ValdezAdding missing BN_CTX_(start/end) in crypto/ec/ec_key.c
2016-02-23 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: get corner case logic...
2016-01-29 Matt CaswellAdd have_precompute_mult tests
2016-01-29 Matt CaswellFix bug in nistp224/256/521 where have_precompute_mult...
2016-01-21 Billy BrumleyRT3863 ECC: Add missing NULL check. Set a flag
2015-12-19 Matt CaswellFix URLs mangled by reformat
2015-12-13 Andy Polyakovx86_64 assembly pack: tune clang version detection...
2015-12-10 Andy Polyakovec/ecp_nistz256_table.c: fix potential misalignment...
2015-12-03 Richard LevitteAdd cleanup of *.s
2015-11-30 Andy Polyakovx86_64 assembly pack: tune clang version detection.
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-04-27 Emilia KasperNISTZ256: use EC_POINT API and check errors.
2015-04-27 Emilia KasperNISTZ256: don't swallow malloc errors
2015-04-27 Emilia KasperNISTZ256: set Z_is_one to boolean 0/1 as is customary.
2015-04-27 Emilia KasperError checking and memory leak fixes in NISTZ256.
2015-04-24 Emilia KasperFix error checking and memory leaks in NISTZ256 precomp...
2015-04-24 Emilia KasperCorrectly set Z_is_one on the return value in the NISTZ...
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.
next