summaryrefslogtreecommitdiffstats
path: root/providers/implementations/keymgmt
AgeCommit message (Expand)Author
2023-09-11Remove repeated wordsDimitri Papadopoulos
2023-09-07Copyright year updatesMatt Caswell
2023-08-04Avoid exporting bogus (empty) data if empty selection is usedTomas Mraz
2023-07-01prov(legacy): update to structure based atomicsPauli
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li
2023-05-12provider: return error if buf too small when getting ec pubkey paramYi Li
2023-04-21Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia
2023-04-03FFC cleanupsslontis
2023-03-15Updated `rsa_has()` for correct validationafshinpir
2023-02-07Prevent creating DSA and DH keys without parameters through importTomas Mraz
2023-01-17Fix potential NULL pointer dereferenceJuergen Christ
2022-12-22ec_kmgmt.c: check the return of BN_CTX_get() in time.xkernel
2022-11-29Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMP...Nicola Tuveri
2022-11-16Fix the check of EC_GROUP_check_named_curvePeiwei Hu
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-27Fix HPKE and DHKEM for X25519 and X448 on s390xJuergen Christ
2022-09-23Add HPKE DHKEM provider support for EC, X25519 and X448.slontis
2022-08-18ec_kmgmt.c: Do not crash when getting OSSL_PKEY_PARAM_ENCODED_PUBLIC_KEYTomas Mraz
2022-06-23The flag "decoded-from-explicit" must be imp/exportableTomas Mraz
2022-06-15Fix the export routines to not return success if param alloc failedMatt Caswell
2022-06-08Don't report success from ec_export if OSSL_PARAM_BLD_to_param failedMatt Caswell
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-04-11ec_export: Other parameters are exportable with domain parametersTomas Mraz
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-02-03Fix copyrightsTodd Short
2022-02-03Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis
2022-01-18replace ;; with ; as statement separatorPauli
2022-01-17Do not call ossl_ffc_name_to_dh_named_group with NULL argumentTomas Mraz
2022-01-07providers/implementations/keymgmt/rsa_kmgmt.c: refactor gen_initPeiwei Hu
2022-01-05Fix typosDimitris Apostolou
2022-01-05check the return value of OSSL_PARAM_BLD_new in dsa_kmgmt.c:195x2018
2021-12-13Adapt our OSSL_FUNC_keymgmt_match() implementations to the EVP_PKEY_eq() fixRichard Levitte
2021-11-08Address Coverity 1493362 resource leakPauli
2021-10-28fix some code with obvious wrong coding stylex2018
2021-07-06fips module header inclusion fine-tunningTomas Mraz
2021-06-08EVP_PKEY_new_raw_private_key: Allow zero length keysTomas Mraz
2021-06-08Document missing EC/SM2 paramsShane Lontis
2021-06-02ed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZETomas Mraz
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-31Teach EVP_PKEYs to say whether they were decoded from explicit paramsMatt Caswell
2021-05-29prov: add zero strenght arguments to BN and RAND RNG callsPauli
2021-05-27Use <> for #include openssl/xxxRich Salz
2021-05-18keymgmt: fix coverity 1484886 unchecked return valuePauli
2021-05-13Implement pem_read_key directly through OSSL_DECODERTomas Mraz
2021-05-07Drop libimplementations.aRichard Levitte
2021-04-26Fixes related to separation of DH and DHX typesShane Lontis
2021-04-18PROV: Add OIDs we know to all provider applicable algorithmsRichard Levitte
2021-04-15Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis
2021-04-15Do not allow creating empty RSA keys by duplicationTomas Mraz