]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ec/ec_key.c
Add HPKE DHKEM provider support for EC, X25519 and X448.
[thirdparty/openssl.git] / crypto / ec / ec_key.c
2022-09-23  slontisAdd HPKE DHKEM provider support for EC, X25519 and...
2022-08-04  Roberto Hueso GomezFix EC_KEY_set_private_key() priv_key regression
2022-05-24  Bernd EdlingerFix a memory leak in ec_key_simple_oct2priv
2021-07-06  Tomas Mrazfips module header inclusion fine-tunning
2021-05-29  Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-05-13  Tomas MrazImplement pem_read_key directly through OSSL_DECODER
2021-04-15  Tomas MrazAdd selection support to the provider keymgmt_dup function
2021-02-26  Shane LontisFix external symbols related to ec & sm2 keys
2021-02-22  Shane LontisAdd EVP_PKEY_public_check_quick.
2021-01-28  Richard LevitteUpdate copyright year
2021-01-26  Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2020-12-17  Richard LevitteDECODER: Adjust the library context of keys in our...
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-09-22  Paul YangAdd SM2 key management
2020-09-19  Shane LontisFix ec keygen so that it passes the library context...
2020-09-17  Tomas MrazEC_KEY: add EC_KEY_decoded_from_explicit_params()
2020-09-12  Shane Lontiskeygen: add FIPS error state management to conditional...
2020-06-19  Matt CaswellEnsure creating an EC public key uses the libctx
2020-06-19  Matt CaswellAdd more complete support for libctx/propq in the EC...
2020-06-02  Billy BrumleyMove EC_METHOD to internal-only
2020-05-19  Billy Brumleydeprecate EC precomputation functionality
2020-04-28  Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-24  Nicola TuveriFix typo from #10631
2020-03-11  Shane LontisAdd ECDH to fips provider
2020-03-11  Shane LontisAdd EC key validation to default provider
2020-03-03  Shane LontisAdd pairwise consistency self tests to asym keygenerators
2020-02-18  Nicola Tuveri[EC] harden EC_KEY against leaks from memory accesses
2020-02-18  Nicola Tuveri[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
2020-02-04  PauliDeprecate the ECDSA and EV_KEY_METHOD functions.
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-08-06  Matt CaswellMake the EC code available from inside the FIPS provider
2019-07-09  Bernd EdlingerReplace long dash characters with normal ascii minus
2019-04-11  Shane Lontisec key validation checks updated
2019-04-09  Shane LontisEC keygen updates + changed ecdsa_sign to use BN_secure_new
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-05  Nicola TuveriFix segfault in RSA_free() (and DSA/DH/EC_KEY)
2018-07-31  Matt CaswellUse the new non-curve type specific EC functions internally
2018-04-17  Richard LevitteUpdate copyright year
2018-04-03  Rich SalzSet error code on alloc failures
2017-08-29  PauliMove the REF_PRINT support from e_os.h to internal...
2017-08-29  Paulie_os.h removal from other headers and source files.
2017-08-21  Matt CaswellUpdates following feedback on OPENSSL_assert() removal
2017-08-21  Matt CaswellRemove OPENSSL_assert() from crypto/ec
2017-08-06  Rich SalzAdd missing include of cryptlib.h
2017-08-03  Rich SalzAdd RAND_priv_bytes() for private keys
2017-06-20  Rich SalzModify Sun copyright to follow OpenSSL style
2017-03-15  Richard LevitteAdd EC_KEY_get0_engine()
2016-11-17  Kurt RoeckxAdd support for reference counting using C11 atomics
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-05-17  Rich SalzCopyright consolidation 05/10
2016-05-11  Steven ValdezAdding missing BN_CTX_(start/end) in crypto/ec/ec_key.c
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-03-29  David BenjaminRT 4393: Call EC_GROUP_order_bits in priv2opt.
2016-03-20  Rich SalzRemove #error from include files.
2016-03-08  Alessandro GhediniConvert CRYPTO_LOCK_EC_* to new multi-threading API
2016-03-01  Dr. Stephen HensonAdd default operations to EC_METHOD
2016-03-01  Dr. Stephen HensonReplace overrides.
2016-02-28  Dr. Stephen HensonAdd no signing flag.
2016-02-28  Dr. Stephen HensonExtract compression form in EC_KEY_oct2key().
2016-02-28  Dr. Stephen HensonExtended EC_METHOD customisation support.
2016-02-26  Rich SalzRevert "EC_KEY_priv2buf (): check parameter sanity"
2016-02-26  J Mohan Rao ArisankalaEC_KEY_priv2buf (): check parameter sanity
2016-02-25  Rich SalzGH715: ENGINE_finish can take NULL
2016-02-11  Rich SalzMove to REF_DEBUG, for consistency.
2016-02-05  Dr. Stephen HensonAdd EC_KEY_priv2buf()
2016-02-05  Dr. Stephen HensonUse BN_bn2binpad
2016-02-05  Dr. Stephen Hensonupdate EC ASN1 and print routines
2016-02-05  Dr. Stephen HensonAdd EC_KEY_oct2priv and EC_KEY_priv2oct
2016-01-31  Dr. Stephen HensonAdd EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GRO...
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-21  Billy BrumleyRT3863 ECC: Add missing NULL check. Set a flag
2016-01-13  Rich SalzAdd CRYPTO_EX_DATA; remove EC_EXTRA_DATA
2015-12-29  Ben LaurieFix no-engine.
2015-12-16  Dr. Stephen HensonNew EC functions.
2015-12-09  Dr. Stephen HensonUse NULL comparison
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 HensonENGINE fixes
2015-12-09  Dr. Stephen HensonEC_KEY_METHOD keygen support.
2015-12-09  Dr. Stephen HensonSupport for EC_KEY_METHOD.
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-09-30  David WoodhouseFix no-stdio build
2015-09-03  Rich Salzremove 0 assignments.
2015-08-03  Matt CaswellFix warning when compiling with no-ec2m
2015-06-10  Matt CaswellEC_POINT_is_on_curve does not return a boolean
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree NULL cleanup 7
2015-04-30  Rich Salzfree cleanup almost the finale
2015-04-28  Rich Salzremove malloc casts
2015-03-25  Rich Salzfree NULL cleanup.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-12-08  Matt CaswellImplement internally opaque bn access from ec
2014-12-08  Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-12-08  Dr. Stephen Hensonremove FIPS module code from crypto/ecdsa
next