]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ec/ec.h
misspellings fixes by https://github.com/vlajos/misspell_fixer
[thirdparty/openssl.git] / crypto / ec / ec.h
2013-09-05  Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2013-07-17  Dr. Stephen HensonAdd support for ECDH KARI.
2013-07-17  Dr. Stephen HensonAdd support for X9.62 KDF.
2013-07-15  Adam LangleyMake `safe' (EC)DSA nonces the default.
2013-06-13  Adam LangleyAdd secure DSA nonce flag.
2012-10-05  Bodo MöllerFix EC_KEY initialization race.
2012-09-11  Dr. Stephen Hensonenhance EC method to support setting curve type when...
2012-02-21  Dr. Stephen HensonAdd new APIs EC_curve_nist2nid and EC_curve_nid2nist...
2011-10-19  Bodo MöllerFix warnings.
2011-10-18  Bodo MöllerImprove optional 64-bit NIST-P224 implementation, and...
2011-06-17  Dr. Stephen HensonGive parameters names in prototypes.
2011-04-23  Dr. Stephen HensonAdd PRNG security strength checking.
2011-03-25  Richard Levitte* Configure, crypto/ec/ec.h, crypto/ec/ecp_nistp224...
2011-02-12  Dr. Stephen HensonDisable some functions in headers with no-ec2m
2011-02-12  Dr. Stephen HensonNew option to disable characteristic two fields in...
2011-02-03  Dr. Stephen HensonFor now disable EC_GFp_nistp224_method() for WIN32...
2011-01-24  Dr. Stephen HensonNew function EC_KEY_set_affine_coordinates() this perfo...
2010-08-26  Bodo Möller(formatting error)
2010-08-26  Bodo MöllerNew 64-bit optimized implementation EC_GFp_nistp224_met...
2008-11-12  Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01  Ben LaurieMore size_tification.
2007-05-22  Bodo MöllerFix crypto/ec/ec_mult.c to work properly with scalars...
2007-04-05  Ben LaurieFix duplicate error number.
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-17  Dr. Stephen HensonFix various error codes to match functions.
2006-05-12  Richard LevitteSomeone made a mistake, and some function and reason...
2006-04-16  Dr. Stephen HensonProvisional support for EC pkey method, supporting...
2006-03-28  Dr. Stephen HensonNew utility pkeyparam. Enhance and bugfix algorithm...
2006-03-20  Dr. Stephen HensonInitial support for pluggable public key ASN1 support...
2006-01-08  Bodo MöllerAvoid contradictive error code assignments.
2006-01-08  Bodo MöllerSome error code cleanups (SSL lib. used SSL_R_... codes...
2005-09-19  Nils Larschadd some doxygen comments
2005-09-03  Nils Larschfix function name in error
2005-05-16  Nils Larschecc api cleanup; summary:
2005-05-11  Bodo MöllerFix more error codes.
2005-05-10  Nils Larschgive EC_GROUP_new_by_nid a more meanigful name:
2005-05-08  Nils Larschgive EC_GROUP_*_nid functions a more meaningful name
2005-04-26  Bodo MöllerFix various incorrect error function codes.
2005-04-12  Dr. Stephen HensonMore overwritten stuff...
2005-04-12  Dr. Stephen HensonRebuild error codes.
2005-04-04  Nils Larschremove unused recp method
2005-03-31  Ben LaurieGive everything prototypes (well, everything that's...
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-07-22  Bodo Möllerupdates for draft-ietf-tls-ecc-03.txt
2003-07-21  Bodo Möllernew function EC_GROUP_cmp() (used by EVP_PKEY_cmp())
2003-03-20  Richard LevitteMake sure we get the definition of OPENSSL_NO_EC.
2003-02-21  Bodo MöllerECPublicKey_set_octet_string and ECPublicKey_get_octet_...
2003-02-06  Bodo Möllerimplement fast point multiplication with precomputation
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öllerfast reduction for NIST curves
2002-09-02  Bodo Möllerchange API for looking at the internal curve list
2002-08-26  Bodo Möllerless specific interface for EC_GROUP_get_basis_type
2002-08-26  Bodo Möllermove EC_GROUP_get_basis_type() from ec_lib.c to ec_asn1.c
2002-08-26  Bodo MöllerASN1 for binary curves
2002-08-15  Bodo MöllerSimplify handling of named curves: get rid of EC_GROUP_...
2002-08-09  Bodo MöllerAdd ECDH support.
2002-08-07  Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...
2002-08-02  Bodo MöllerRename implementations of method functions so that...
2002-08-02  Bodo Möllerthere is no alternative EC_METHOD for curves over GF...
2002-08-02  Bodo Mölleradd support for elliptic curves over binary fields
2002-07-26  Bodo MöllerUse SEC1 format for EC private keys.
2002-07-14  Bodo MöllerReplace 'ecdsaparam' commandline utility by 'ecparam'
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-05-30  Bodo MöllerNew functions EC_POINT_point2bn(), EC_POINT_bn2point...
2002-05-08  Bodo MöllerChange internals of the EC library so that the functions
2002-04-08  Lutz JänickeApply OID fixes for elliptic curves as supplied by
2002-03-20  Bodo MöllerNew function EC_GROUP_check_discriminant().
2002-03-18  Bodo MöllerFix bugs and typos.
2002-03-07  Bodo MöllerAdd more curves.
2002-03-06  Bodo Mölleradd SECG OIDs
2002-02-13  Bodo Möllersome modifications to named curve support
2002-02-13  Bodo Mölleradd support for named curves
2001-11-15  Bodo MöllerImprove EC efficiency.
2001-09-26  Richard LevitteThe #error message must match a very specific regexp...
2001-07-10  Bodo MöllerPrecomputation will not necessarily be LIm-Lee precompu...
2001-03-21  Richard LevitteSince they aren't implemented yet, EC_GFp_{recp,nist...
2001-03-15  Bodo MöllerCompletely remove mont2 stuff.
2001-03-13  Richard Levittemake update.
2001-03-12  Bodo MöllerRename function EC_GROUP_precompute to EC_GROUP_precomp...
2001-03-11  Bodo MöllerAdd functions EC_POINT_mul and EC_GROUP_precompute.
2001-03-10  Bodo Möllercomment and error code update
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  Richard LevitteSome EC function names are really long. Make aliases...
2001-03-08  Bodo MöllerSort openssl.ec, the configuration file for mkerr.pl.
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ö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
next