Fix typo in CONTRIBUTING.md
[openssl.git] / providers / implementations / keymgmt / ecx_kmgmt.c
2024-03-01 pohsingwuImplement PCT for EDDSA
2023-09-07 Matt CaswellCopyright year updates
2023-08-04 Tomas MrazAvoid exporting bogus (empty) data if empty selection...
2023-04-21 Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-27 Juergen ChristFix HPKE and DHKEM for X25519 and X448 on s390x
2022-09-23 slontisAdd HPKE DHKEM provider support for EC, X25519 and...
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-02-03 slontisFix EVP todata and fromdata when used with selection...
2021-12-13 Richard LevitteAdapt our OSSL_FUNC_keymgmt_match() implementations...
2021-06-02 Tomas Mrazed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZE
2021-05-29 Pauliprov: add zero strenght arguments to BN and RAND RNG...
2021-05-26 Rich SalzUse <> for #include openssl/xxx
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-03-18 Shane LontisAdd ossl_ ecx symbols
2021-03-17 Tomas MrazMake EVP_PKEY_missing_parameters work properly on provi...
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...