hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / crypto / ec / ecdh_ossl.c
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-03-11 Matt CaswellUpdate copyright year
2021-02-26 Shane LontisFix external symbols related to ec & sm2 keys
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-04-23 Matt CaswellUpdate copyright year
2020-02-04 PauliDeprecate the ECDSA and EV_KEY_METHOD functions.
2020-01-23 Shane LontisCheck ECC-CDH is compliant with SP800-56A-r3
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-31 David von Oheimbmake RSA and DSA operations throw MISSING_PRIVATE_KEY...
2019-03-19 Shane LontisAdded NULL check to BN_clear() & BN_CTX_end()
2019-03-18 Bernd EdlingerClear the secret point in ecdh_simple_compute_key
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-07-31 Matt CaswellUse the new non-curve type specific EC functions internally
2018-04-03 Matt CaswellUpdate copyright year
2018-03-21 David BenjaminDocument EC_POINT_get_affine_coordinates_*.
2017-06-20 Rich SalzModify Sun copyright to follow OpenSSL style
2017-06-14 Bernd EdlingerFix crash in ecdh_simple_compute_key.
2016-06-23 huangqinjinMake ossl_ecdh_compute_key() return a boolean
2016-05-17 Rich SalzCopyright consolidation 06/10
2016-03-02 Dr. Stephen HensonHandle KDF internally.
2016-03-01 Dr. Stephen HensonAdd default operations to EC_METHOD
2016-03-01 Dr. Stephen HensonReplace overrides.
2016-02-28 Dr. Stephen HensonExtended EC_METHOD customisation support.
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-16 Dr. Stephen HensonConstify EC_KEY in ECDH_compute_key.
2015-12-09 Dr. Stephen HensonAdapt ecdh_compute_key
2015-12-09 Dr. Stephen Hensonmove ECDH implementation to crypto/ec