]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ec
STORE: Make sure the loader to be registered is complete
[thirdparty/openssl.git] / crypto / ec /
2017-06-26  Paul YangChange to check last return value of BN_CTX_get
2017-06-21  Dr. Stephen HensonUse EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs...
2017-06-20  Rich SalzModify Sun copyright to follow OpenSSL style
2017-06-14  Bernd EdlingerFix crash in ecdh_simple_compute_key.
2017-06-13  Bernd EdlingerFix a memleak in ec_copy_parameters.
2017-06-07  Rich Salzmake error tables const and separate header file
2017-06-05  Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: minor sqr_montx cleanup.
2017-06-02  Matt CaswellLeft shift of a negative number is undefined behaviour
2017-05-30  Dr. Stephen HensonClear sensitive data in ED25519_sign
2017-05-30  Dr. Stephen HensonAdd custom sig_info_set for ED25519
2017-05-30  Dr. Stephen Hensonmake errors
2017-05-30  Dr. Stephen HensonAdd custom ASN.1 sign and verify
2017-05-30  Dr. Stephen Hensonmake errors
2017-05-30  Dr. Stephen HensonED25519 public key method.
2017-05-30  Dr. Stephen HensonAdd ED25519 ASN.1 method
2017-05-30  Dr. Stephen HensonMake Ed25519 consistent with X25519
2017-05-30  Dr. Stephen HensonAdd Ed25519 algorithm.
2017-05-11  David BenjaminRemove filename argument to x86 asm_init.
2017-05-11  Richard LevitteCleanup - use e_os2.h rather than stdint.h
2017-05-02  Rich SalzFix URL links in comment
2017-05-01  Benjamin KadukAddress some -Wold-style-declaration warnings
2017-04-13  Richard LevitteASN.1: adapt our use of INTxx et al by making them...
2017-04-10  Richard LevitteAct on deprecation of LONG and ZLONG, step 2
2017-03-15  Richard LevitteAdd EC_KEY_get0_engine()
2017-02-23  PauliIncrease the size of the stack buffer to prevent an...
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
2017-02-13  Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: add CFI directives.
2017-02-13  Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: fix typo-bug in Win64...
2017-02-06  Andy Polyakovx86_64 assembly pack: Win64 SEH face-lift.
2017-01-21  Andy Polyakovec/asm/ecp_nistz256-ppc64.pl: minor POWER8-specific...
2016-11-17  Kurt RoeckxAdd support for reference counting using C11 atomics
2016-11-15  Rich SalzCheck return value of some BN functions.
2016-11-10  Richard LevitteRevert "Move algorithm specific ppccap code from crypto...
2016-11-09  Richard LevitteMove algorithm specific ppccap code from crypto/ppccap.c
2016-10-10  David BenjaminRemove trailing whitespace from some files.
2016-09-22  Rich SalzAdd -Wswitch-enum
2016-09-09  Tim HudsonFix EC_KEY_print so it prints out private key information
2016-09-07  David WoodhouseAvoid EVP_PKEY_cmp() crash on EC keys without public...
2016-08-29  Andy PolyakovAdd ecp_nistz256-ppc64 module.
2016-08-29  Rich SalzRemove comment tags from structs (coding style)
2016-08-29  Rich SalzUse uppercase name for PCT_ enum
2016-08-24  Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: /cmovb/cmovc/ as nasm...
2016-08-24  Andy Polyakovec/ecp_nistz256: harmonize is_infinity with ec_GFp_simp...
2016-08-24  Andy Polyakovec/ecp_nistz256: harmonize is_infinity with ec_GFp_simp...
2016-08-24  Andy Polyakovec/asm/ecp_nistz256-*.pl: addition to perform stricter...
2016-08-24  Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: addition to perform...
2016-08-22  Kazuki YamaguchiFix a memory leak in EC_GROUP_get_ecparameters()
2016-08-21  Andy Polyakovecp_nistz256.c: get is_one on 32-bit platforms right.
2016-08-19  Dr. Stephen Hensonconstify i2o_ECPublicKey
2016-08-17  Dr. Stephen HensonConstify private key decode.
2016-08-17  Dr. Stephen Hensonconstify X509_ALGOR_get0()
2016-08-16  Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-08-13  Dr. Stephen HensonRemove old EC based X25519 code.
2016-08-13  Dr. Stephen HensonAdd encoded points to other EC curves too.
2016-08-13  Dr. Stephen HensonAdd point ctrls to X25519
2016-08-13  Dr. Stephen Hensonadd to build.info
2016-08-13  Dr. Stephen Hensonmake errors
2016-08-13  Dr. Stephen HensonX25519 public key methods
2016-08-05  klemensspelling fixes, just comments and readme.
2016-08-02  FdaSilvaYYFix some style issues...
2016-08-01  Richard J. MooreConst EC_KEY_dup
2016-07-25  FdaSilvaYYConstify EC_KEY_*_oct2priv() input buffer
2016-07-20  Kurt RoeckxCheck for errors allocating the error strings.
2016-07-20  Dr. Stephen HensonDon't allocate r/s in DSA_SIG and ECDSA_SIG
2016-07-16  Miroslav Francfix memory leaks
2016-07-15  Richard LevitteFix ASN.1 private encode of EC_KEY to not change the...
2016-07-15  Dr. Stephen Hensoncheck return values for EVP_Digest*() APIs
2016-07-01  Alessandro GhediniFix printing private EC_KEY
2016-06-29  FdaSilvaYYWhitespace cleanup in crypto
2016-06-26  Rich SalzRT2680: Public EC key is shown as private
2016-06-23  huangqinjinMake x25519_compute_key() return a boolean
2016-06-23  huangqinjinMake ossl_ecdh_compute_key() return a boolean
2016-06-20  Emilia KasperMake DSA_SIG and ECDSA_SIG getters const.
2016-06-18  FdaSilvaYYUseless includes
2016-06-13  TJ SaundersEnsure that NULL r and s parameters cannot be set on...
2016-06-13  TJ SaundersReorder the setter arguments to more consistently match...
2016-06-13  TJ SaundersImplement DSA_SIG_set0() and ECDSA_SIG_set0(), for...
2016-06-09  Emilia KasperRT 4242: reject invalid EC point coordinates
2016-06-01  Matt CaswellFree tempory data on error in ec_wNAF_mul()
2016-05-31  Dr. Stephen HensonParameter copy sanity checks.
2016-05-29  Andy Polyakovx86_64 assembly pack: tolerate spaces in source directo...
2016-05-28  Andy PolyakovSPARC assembly pack: add missing .type directives.
2016-05-23  Rich SalzRemove unused error/function codes.
2016-05-23  FdaSilvaYYFix and simplify error handling in (RSA/EC_kmeth)_new_m...
2016-05-21  Rich SalzAdd OpenSSL copyright to .pl files
2016-05-17  Rich SalzManual fixes after copyright consolidation
2016-05-17  Rich SalzCopyright consolidation 05/10
2016-05-17  Rich SalzCopyright consolidation 06/10
2016-05-11  Steven ValdezAdding missing BN_CTX_(start/end) in crypto/ec/ec_key.c
2016-05-09  FdaSilvaYYfix tab-space mixed indentation
2016-05-09  J Mohan Rao Arisankalafew missing allocation failure checks and releases...
2016-05-05  Emilia KasperDocument inversion ladder in curve25519
2016-04-29  Matt CaswellRemove some dead code from EC_GROUP_check()
2016-04-29  Matt CaswellAvoid a NULL ptr deref if group is not set
2016-04-23  Kazuki YamaguchiFix EC_KEY_set_private_key() to call key->group->meth...
2016-04-20  Richard LevitteRemove --classic build entirely
2016-04-14  Shlomi FishFix the spelling of "implement".
2016-03-29  David BenjaminRT 4393: Call EC_GROUP_order_bits in priv2opt.
next