]> git.ipfire.org Git - thirdparty/openssl.git/history - providers/implementations/keymgmt/ecx_kmgmt.c
Ensure that ECX keys pass EVP_PKEY_param_check()
[thirdparty/openssl.git] / providers / implementations / keymgmt / ecx_kmgmt.c
2021-03-15  Matt CaswellEnsure that ECX keys pass EVP_PKEY_param_check()
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-18  Matt CaswellUpdate copyright year
2021-02-15  Matt CaswellImplement EVP_PKEY_param_check_quick() and use it in...
2020-12-11  Shane LontisAdd validate method to ECX keymanager
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-09-29  Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-23  Shane LontisFix ecx so that is uses a settable propertyquery
2020-09-12  Paulikeymgmt: add FIPS error state handling
2020-08-06  Pauligettables: provider changes to pass the provider context.
2020-08-01  Richard LevitteDESERIALIZER: Add deserializers for the rest of our...
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 CaswellMake EVP_PKEY_CTX_[get|set]_group_name work for ECX too
2020-06-05  Matt CaswellWhen asked if an ECX key has parameters we should answe...
2020-06-05  Matt CaswellMake EVP_PKEY_[get1|set1]_tls_encodedpoint work with...
2020-05-04  Matt CaswellImplement key match functionality for ECX keys
2020-05-04  Matt CaswellDon't export ECX key data twice
2020-05-04  Matt CaswellAdd the library ctx into an ECX_KEY
2020-05-04  Matt CaswellAdd the ability to ECX to import keys with only the...
2020-04-23  Richard LevittePROV: Ensure that ED25519 & ED448 keys have a mandatory...
2020-04-17  Paulis390: ECX key generation fixes.
2020-04-17  Pauliecx: add key generation support.
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-25  Richard LevitteEVP: Implement support for key downgrading in backends
2020-03-25  Richard LevitteEVP: Clarify the states of an EVP_PKEY
2020-03-17  Matt CaswellImplement serializers for ED25519 and ED448
2020-03-09  Matt CaswellAdd Key Management support for EdDSA keys
2020-03-03  Shane LontisAdd Serializers for EC
2020-02-27  Matt CaswellImplement the ECX Serializers
2020-02-11  Matt CaswellImplement Provider side Key Management for X25519 and...