summaryrefslogtreecommitdiff
path: root/providers/implementations/keymgmt
Commit message (Expand)AuthorAgeFilesLines
* Prevent creating DSA and DH keys without parameters through importTomas Mraz2023-02-072-4/+5
* Fix potential NULL pointer dereferenceJuergen Christ2023-01-171-4/+4
* ec_kmgmt.c: check the return of BN_CTX_get() in time.xkernel2022-12-221-2/+8
* Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMP...Nicola Tuveri2022-11-291-1/+3
* Fix the check of EC_GROUP_check_named_curvePeiwei Hu2022-11-161-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-053-24/+15
* Fix HPKE and DHKEM for X25519 and X448 on s390xJuergen Christ2022-09-271-4/+26
* Add HPKE DHKEM provider support for EC, X25519 and X448.slontis2022-09-232-5/+48
* ec_kmgmt.c: Do not crash when getting OSSL_PKEY_PARAM_ENCODED_PUBLIC_KEYTomas Mraz2022-08-181-3/+10
* The flag "decoded-from-explicit" must be imp/exportableTomas Mraz2022-06-231-1/+2
* Fix the export routines to not return success if param alloc failedMatt Caswell2022-06-154-10/+14
* Don't report success from ec_export if OSSL_PARAM_BLD_to_param failedMatt Caswell2022-06-081-0/+2
* Update copyright yearMatt Caswell2022-05-037-7/+7
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-224-7/+2
* ec_export: Other parameters are exportable with domain parametersTomas Mraz2022-04-111-3/+0
* Move e_os.h to include/internalRichard Levitte2022-02-054-4/+4
* Fix copyrightsTodd Short2022-02-031-0/+9
* Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis2022-02-034-25/+56
* replace ;; with ; as statement separatorPauli2022-01-181-1/+1
* Do not call ossl_ffc_name_to_dh_named_group with NULL argumentTomas Mraz2022-01-171-0/+1
* providers/implementations/keymgmt/rsa_kmgmt.c: refactor gen_initPeiwei Hu2022-01-071-7/+12
* Fix typosDimitris Apostolou2022-01-052-2/+2
* check the return value of OSSL_PARAM_BLD_new in dsa_kmgmt.c:195x20182022-01-051-2/+6
* Adapt our OSSL_FUNC_keymgmt_match() implementations to the EVP_PKEY_eq() fixRichard Levitte2021-12-135-41/+126
* Address Coverity 1493362 resource leakPauli2021-11-081-0/+1
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* fips module header inclusion fine-tunningTomas Mraz2021-07-061-0/+3
* EVP_PKEY_new_raw_private_key: Allow zero length keysTomas Mraz2021-06-081-1/+2
* Document missing EC/SM2 paramsShane Lontis2021-06-081-2/+2
* ed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZETomas Mraz2021-06-021-2/+2
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-2/+2
* Teach EVP_PKEYs to say whether they were decoded from explicit paramsMatt Caswell2021-05-311-0/+12
* prov: add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-5/+5
* Use <> for #include openssl/xxxRich Salz2021-05-272-2/+2
* keymgmt: fix coverity 1484886 unchecked return valuePauli2021-05-181-3/+4
* Implement pem_read_key directly through OSSL_DECODERTomas Mraz2021-05-132-10/+2
* Drop libimplementations.aRichard Levitte2021-05-071-12/+12
* Fixes related to separation of DH and DHX typesShane Lontis2021-04-261-32/+93
* PROV: Add OIDs we know to all provider applicable algorithmsRichard Levitte2021-04-181-1/+1
* Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis2021-04-151-1/+1
* Do not allow creating empty RSA keys by duplicationTomas Mraz2021-04-151-4/+7
* Add selection support to the provider keymgmt_dup functionTomas Mraz2021-04-155-10/+10
* Implement provider-side keymgmt_dup functionTomas Mraz2021-04-155-2/+50
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-126-7/+7
* Update copyright yearMatt Caswell2021-04-081-1/+1
* fix coverity 1466710: resource leakPauli2021-04-081-3/+3
* Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITSMatt Caswell2021-03-301-3/+9
* Fix DH gettable OSSL_PKEY_PARAM_DH_PRIV_LEN so that it has the correctShane Lontis2021-03-301-2/+2
* Make the SM2 group the default group for the SM2 algorithmTomas Mraz2021-03-261-2/+36
* rsa: fix coverity 1463571: explicit null dereferencePauli2021-03-261-6/+5