summaryrefslogtreecommitdiffstats
path: root/providers/implementations/keymgmt/ec_kmgmt.c
AgeCommit message (Expand)Author
2021-02-22Add EVP_PKEY_public_check_quick.Shane Lontis
2021-02-15Implement EVP_PKEY_param_check_quick() and use it in libsslMatt Caswell
2021-02-11Move the PROV_R reason codes to a public headerTomas Mraz
2021-02-01PROV: Add SM2 encoders and decoders, as well as support functionalityRichard Levitte
2021-02-01Fix some odd names in our provider source codeRichard Levitte
2021-02-01Ensure EC keys with a private key but without a public key can be createdMatt Caswell
2021-01-28Update copyright yearRichard Levitte
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis
2021-01-20ec_kmgmt.c: OSSL_PKEY_PARAM_DEFAULT_DIGEST is gettable param for EC/SM2 keysTomas Mraz
2021-01-08Add SM2 private key range validationNicola Tuveri
2020-10-23Constify OSSL_FUNC_keymgmt_validate()Nicola Tuveri
2020-10-22Constify OSSL_FUNC_keymgmt_has()Nicola Tuveri
2020-10-20Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Fix some things the rename script didn't quite get rightMatt Caswell
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
2020-09-23Fix CID 1466710 : Resource leak in ec_kmgmt due to new call to ossl_prov_is_r...Shane Lontis
2020-09-23Fix CID 1466712 : Resource leak in ec_kmgmt due to new callto ossl_prov_is_ru...Shane Lontis
2020-09-22refactor get params functionsPaul Yang
2020-09-22support PARAM_SECURITY_BITS for SM2Paul Yang
2020-09-22Add SM2 signature algorithm to default providerPaul Yang
2020-09-22Add SM2 key managementPaul Yang
2020-09-12keymgmt: add FIPS error state handlingPauli
2020-09-05Fix coverity CID #1466371 - fix dereference before NULL check.Shane Lontis
2020-09-05Fix coverity CID #1466377 - resource leak due to early return in ec_get_param...Shane Lontis
2020-08-22Add Explicit EC parameter support to providers.Shane Lontis
2020-08-20PROV: Fix EC OSSL_FUNC_keymgmt_match() to work in the FIPS providerRichard Levitte
2020-08-07gettables: provider changes to pass the provider context.Pauli
2020-08-01DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte
2020-07-30PROV: Fix small logic error in ec_kmgmt.c matching functionRichard Levitte
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre
2020-06-19Add more complete support for libctx/propq in the EC codeMatt Caswell
2020-06-19Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell
2020-06-17Add ACVP fips module testsShane Lontis
2020-06-05Make EVP_PKEY_[get1|set1]_tls_encodedpoint work with provided keysMatt Caswell
2020-05-26Update core_names.h fields and document most fields.Shane Lontis
2020-05-07Remove gen_get_params & gen_gettable_params from keygen operationShane Lontis
2020-04-23PROV: Ensure that EC keys have a default digestRichard Levitte
2020-04-15When calling EC_POINT_point2buf we must use a libctxMatt Caswell
2020-04-15PROV: Implement EC param / key generationRichard Levitte
2020-04-08Fix export of provided EC keysRichard Levitte
2020-04-01Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis
2020-03-28Param build: make structures opaque.Pauli
2020-03-28Param builder: make the OSSL_PARAM_BLD APIs public.Pauli
2020-03-27PROV: Fix EC_KEY exporters to allow domain parameter keysRichard Levitte
2020-03-25EVP: Implement support for key downgrading in backendsRichard Levitte
2020-03-25EVP: Clarify the states of an EVP_PKEYRichard Levitte