Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>
[oweals/openssl.git] / providers / implementations / keymgmt / ec_kmgmt.c
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-06-19 Matt CaswellAdd more complete support for libctx/propq in the EC...
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name...
2020-06-17 Shane LontisAdd ACVP fips module tests
2020-06-05 Matt CaswellMake EVP_PKEY_[get1|set1]_tls_encodedpoint work with...
2020-05-26 Shane LontisUpdate core_names.h fields and document most fields.
2020-05-07 Shane LontisRemove gen_get_params & gen_gettable_params from keygen...
2020-04-23 Richard LevittePROV: Ensure that EC keys have a default digest
2020-04-15 Matt CaswellWhen calling EC_POINT_point2buf we must use a libctx
2020-04-15 Richard LevittePROV: Implement EC param / key generation
2020-04-08 Richard LevitteFix export of provided EC keys
2020-04-01 Shane LontisAdd EVP_PKEY_gettable_params support for accessing...
2020-03-28 PauliParam build: make structures opaque.
2020-03-28 PauliParam builder: make the OSSL_PARAM_BLD APIs public.
2020-03-27 Richard LevittePROV: Fix EC_KEY exporters to allow domain parameter...
2020-03-25 Richard LevitteEVP: Implement support for key downgrading in backends
2020-03-25 Richard LevitteEVP: Clarify the states of an EVP_PKEY
2020-03-15 Shane LontisAdd ECDSA to providers
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 Serializers for EC
2020-03-02 Richard LevittePROV: Add a OP_keymgmt_match() function to our DH,...
2020-02-18 Nicola Tuveri[PROV][KEYMGMT][EC] Import/export of priv_key as padded...
2020-02-18 Nicola Tuveri[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH