]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ec/ec_lcl.h
Integrate X448 and Ed448 into libcrypto
[thirdparty/openssl.git] / crypto / ec / ec_lcl.h
2018-03-02  Matt CaswellIntegrate X448 and Ed448 into libcrypto
2018-01-09  Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-07  Andy Polyakovec/ecp_nistz256.c: improve ECDSA sign by 30-40%.
2017-08-29  Paulie_os.h removal from other headers and source files.
2017-06-20  Rich SalzModify Sun copyright to follow OpenSSL style
2017-05-30  Dr. Stephen HensonMake Ed25519 consistent with X25519
2017-05-30  Dr. Stephen HensonAdd Ed25519 algorithm.
2016-11-17  Kurt RoeckxAdd support for reference counting using C11 atomics
2016-08-29  Rich SalzRemove comment tags from structs (coding style)
2016-08-29  Rich SalzUse uppercase name for PCT_ enum
2016-08-13  Dr. Stephen HensonRemove old EC based X25519 code.
2016-07-25  FdaSilvaYYConstify EC_KEY_*_oct2priv() input buffer
2016-05-17  Rich SalzCopyright consolidation 05/10
2016-03-08  Richard LevitteInclude e_os.h from ec_lcl.h
2016-03-08  Alessandro GhediniConvert CRYPTO_LOCK_EC_* to new multi-threading API
2016-03-02  Dr. Stephen HensonHandle KDF internally.
2016-03-01  Dr. Stephen HensonReplace overrides.
2016-02-28  Dr. Stephen HensonAdd no signing flag.
2016-02-28  Dr. Stephen HensonAdd new EC_METHOD for X25519.
2016-02-28  Dr. Stephen HensonAdd group_order_bits to EC_METHOD.
2016-02-28  Dr. Stephen HensonAdd custom_data field for EC_POINT, EC_KEY.
2016-02-28  Dr. Stephen HensonEC_METHOD customisation operations.
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-14  Rich SalzCall single parent free_comp routine.
2016-01-13  Viktor DukhovniFix nistp512 typos, should be nistp521
2016-01-13  Rich SalzAdd CRYPTO_EX_DATA; remove EC_EXTRA_DATA
2015-12-16  Dr. Stephen HensonConstify EC_KEY in ECDH_compute_key.
2015-12-09  Dr. Stephen HensonTop level ECDSA sign/verify redirection.
2015-12-09  Dr. Stephen Hensonextend EC_KEY_METHOD for signing support
2015-12-09  Dr. Stephen Hensonmove ECDSA_SIG definition
2015-12-09  Dr. Stephen HensonAdd set methods.
2015-12-09  Dr. Stephen HensonEC_KEY_METHOD copy support
2015-12-09  Dr. Stephen HensonEC_KEY_METHOD init and finish support
2015-12-09  Dr. Stephen HensonAdd compute key support to EC_KEY_METHOD
2015-12-09  Dr. Stephen HensonEC_KEY_METHOD keygen support.
2015-12-09  Dr. Stephen HensonSupport for EC_KEY_METHOD.
2015-05-26  Billy Brumleyfix copy paste error in ec_GF2m function prototypes
2015-01-22  Matt CaswellRe-align some comments after running the reformat script.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt CaswellFix strange formatting by indent
2015-01-22  Matt Caswellindent has problems with comments that are on the right...
2014-12-30  Tim Hudsonmark all block comments that need format preserving...
2014-12-08  Matt CaswellImplement internally opaque bn access from ec
2014-09-11  Andy PolyakovReserve option to use BN_mod_exp_mont_consttime in...
2014-06-03  Libor KrystekCorrected OPENSSL_NO_EC_NISTP_64_GCC_128 usage in ec_lc...
2013-07-15  Adam LangleyMake `safe' (EC)DSA nonces the default.
2013-06-13  Adam LangleyAdd secure DSA nonce flag.
2011-10-19  Bodo MöllerFix warnings.
2011-10-18  Bodo MöllerImprove optional 64-bit NIST-P224 implementation, and...
2011-04-23  Dr. Stephen HensonAdd PRNG security strength checking.
2011-02-14  Dr. Stephen HensonReorganise ECC code for inclusion in FIPS module.
2011-01-19  Dr. Stephen Hensonoops, revert mistakenly committed EC changes
2011-01-19  Dr. Stephen HensonAdd additional parameter to dsa_builtin_paramgen to...
2010-08-26  Bodo MöllerNew 64-bit optimized implementation EC_GFp_nistp224_met...
2006-06-18  Bodo MöllerChange array representation of binary polynomials to...
2005-05-16  Nils Larschecc api cleanup; summary:
2005-04-04  Nils Larschremove unused recp method
2004-05-17  Geoff ThorpeDeprecate the recursive includes of bn.h from various...
2004-01-24  Andy PolyakovGet rid of bogus warning when compiling with Sun vendor...
2003-02-12  Bodo MöllerAllow EC_GROUP objects to share precomputation for...
2003-02-08  Bodo Möllerfix EC_GROUP_copy for EC_GFp_nist_method()
2003-02-06  Bodo Möllertypo
2003-02-06  Bodo Möllerimplement fast point multiplication with precomputation
2002-11-23  Bodo Möllerrename some functions to improve consistency
2002-11-18  Bodo Möllerremove redundant functions
2002-10-29  Bodo MöllerSun has agreed to removing the covenant language from...
2002-10-28  Bodo Möllerclean up new code for NIST primes
2002-10-28  Bodo Möllerremove superfluous code
2002-08-26  Bodo Möllermove EC_GROUP_get_basis_type() from ec_lib.c to ec_asn1.c
2002-08-02  Bodo Mölleroptical changes
2002-08-02  Bodo MöllerRename implementations of method functions so that...
2002-08-02  Bodo Mölleradd support for elliptic curves over binary fields
2002-06-18  Bodo MöllerImplement handling of EC parameter seeds (new functions
2002-06-12  Bodo Möllersimplify asn1_flag
2002-06-10  Bodo Möllermove ECC ASN1 that is not specific to ECDSA into crypto...
2002-06-10  Bodo Möllermove ECC ASN1 that is not specific to ECDSA into crypto...
2002-05-08  Bodo MöllerChange internals of the EC library so that the functions
2002-03-20  Bodo MöllerNew function EC_GROUP_check_discriminant().
2002-03-18  Bodo MöllerFix bugs and typos.
2002-03-06  Bodo Möllerreference counting for EC_GROUP structures is not neede...
2002-02-13  Bodo Mölleradd support for named curves
2001-03-10  Bodo MöllerMore EC stuff, including EC_POINTs_mul() for simultaneo...
2001-03-08  Bodo MöllerImplement EC_GFp_mont_method.
2001-03-08  Bodo MöllerMore method functions for elliptic curves,
2001-03-08  Bodo MöllerMore 'TODO' items.
2001-03-08  Bodo MöllerMore method functions for EC_GFp_simple_method.
2001-03-07  Bodo MöllerMore method functions.
2001-03-07  Bodo MöllerSome actual method functions (not enough yet to use...
2001-03-07  Bodo Möller..._init functions are method-specific too
2001-03-07  Bodo MöllerOptimized EC_METHODs need specific 'set_curve' and...
2001-03-07  Bodo MöllerThe next bunch of vaporware.
2001-03-07  Bodo Möllerextra_data 'mixin'.
2001-03-07  Bodo MöllerImplement dispatcher for EC_GROUP and EC_POINT method...
2001-03-06  Bodo MöllerAdd a few 'const's
2001-03-06  Bodo Möller'is_at_infinity' tests don't need a BN_CTX.
2001-03-06  Bodo MöllerNew function declarations.
2001-03-06  Bodo MöllerAdd BN_CTX arguments where appropriate.
2001-03-05  Bodo MöllerChange comments.
2001-03-05  Bodo MöllerSome declarations that outline what I intend to implement.
2001-03-05  Bodo MöllerAdd yet another (still empty) source code file that...
next