]> git.ipfire.org Git - thirdparty/openssl.git/history - providers/implementations/keymgmt/ec_kmgmt.c
Update copyright year
[thirdparty/openssl.git] / providers / implementations / keymgmt / ec_kmgmt.c
2022-05-03  Matt CaswellUpdate copyright year
2022-04-22  Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-04-11  Tomas Mrazec_export: Other parameters are exportable with domain...
2022-02-05  Richard LevitteMove e_os.h to include/internal
2021-12-13  Richard LevitteAdapt our OSSL_FUNC_keymgmt_match() implementations...
2021-10-28  x2018fix some code with obvious wrong coding style
2021-06-08  Shane LontisDocument missing EC/SM2 params
2021-05-30  Matt CaswellTeach EVP_PKEYs to say whether they were decoded from...
2021-05-18  Paulikeymgmt: fix coverity 1484886 unchecked return value
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-04-15  Tomas MrazImplement provider-side keymgmt_dup function
2021-04-12  Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-04-07  Paulifix coverity 1466710: resource leak
2021-03-26  Tomas MrazMake the SM2 group the default group for the SM2 algorithm
2021-03-23  Pauliec_keymgmt: fix coverity 1474427: resource leak
2021-03-17  Tomas MrazMake EVP_PKEY_missing_parameters work properly on provi...
2021-03-11  Pauliprovider: add params argument to key manager's gen_init...
2021-03-03  Tomas MrazEVP_PKEY_CTX_get/settable_params: pass provider operati...
2021-02-26  Shane LontisFix external symbols related to ec & sm2 keys
2021-02-22  Shane LontisAdd EVP_PKEY_public_check_quick.
2021-02-15  Matt CaswellImplement EVP_PKEY_param_check_quick() and use it in...
2021-02-11  Tomas MrazMove the PROV_R reason codes to a public header
2021-02-01  Richard LevittePROV: Add SM2 encoders and decoders, as well as support...
2021-02-01  Richard LevitteFix some odd names in our provider source code
2021-02-01  Matt CaswellEnsure EC keys with a private key but without a public...
2021-01-28  Richard LevitteUpdate copyright year
2021-01-26  Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-20  Tomas Mrazec_kmgmt.c: OSSL_PKEY_PARAM_DEFAULT_DIGEST is gettable...
2021-01-08  Nicola TuveriAdd SM2 private key range validation
2020-10-23  Nicola TuveriConstify OSSL_FUNC_keymgmt_validate()
2020-10-22  Nicola TuveriConstify OSSL_FUNC_keymgmt_has()
2020-10-20  Matt CaswellRename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_...
2020-10-15  Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01  Matt CaswellFix some things the rename script didn't quite get...
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-09-29  Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-23  Shane LontisFix CID 1466710 : Resource leak in ec_kmgmt due to...
2020-09-23  Shane LontisFix CID 1466712 : Resource leak in ec_kmgmt due to...
2020-09-22  Paul Yangrefactor get params functions
2020-09-22  Paul Yangsupport PARAM_SECURITY_BITS for SM2
2020-09-22  Paul YangAdd SM2 signature algorithm to default provider
2020-09-22  Paul YangAdd SM2 key management
2020-09-12  Paulikeymgmt: add FIPS error state handling
2020-09-05  Shane LontisFix coverity CID #1466371 - fix dereference before...
2020-09-05  Shane LontisFix coverity CID #1466377 - resource leak due to early...
2020-08-22  Shane LontisAdd Explicit EC parameter support to providers.
2020-08-20  Richard LevittePROV: Fix EC OSSL_FUNC_keymgmt_match() to work in the...
2020-08-06  Pauligettables: provider changes to pass the provider context.
2020-08-01  Richard LevitteDESERIALIZER: Add deserializers for the rest of our...
2020-07-30  Richard LevittePROV: Fix small logic error in ec_kmgmt.c matching...
2020-06-24  Dr. Matthias St... Make the naming scheme for dispatched functions more...
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