summaryrefslogtreecommitdiffstats
path: root/providers/implementations/keymgmt/ecx_kmgmt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix potential memory leak on failure of ecx_gen_init()Niels Dossche6 days1-1/+1
* Add utility function ossl_param_is_empty()slontis2024-10-091-1/+1
* Cleanups for FIPS options..slontis2024-08-281-2/+1
* Add FIPS indicators to X25519 and X448.slontis2024-08-251-5/+27
* FIPS: Add EDDSA public key validation.slontis2024-08-231-2/+26
* Implement PCT for EDDSApohsingwu2024-03-011-8/+134
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Avoid exporting bogus (empty) data if empty selection is usedTomas Mraz2023-08-041-0/+3
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-211-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-13/+11
* 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-231-2/+30
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-3/+1
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis2022-02-031-8/+12
* Adapt our OSSL_FUNC_keymgmt_match() implementations to the EVP_PKEY_eq() fixRichard Levitte2021-12-131-18/+33
* ed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZETomas Mraz2021-06-021-2/+2
* prov: add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-5/+5
* Use <> for #include openssl/xxxRich Salz2021-05-271-1/+1
* Add selection support to the provider keymgmt_dup functionTomas Mraz2021-04-151-2/+2
* Implement provider-side keymgmt_dup functionTomas Mraz2021-04-151-0/+9
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-1/+1
* Add ossl_ ecx symbolsShane Lontis2021-03-181-12/+12
* Make EVP_PKEY_missing_parameters work properly on provided RSA keysTomas Mraz2021-03-171-10/+10
* Ensure that ECX keys pass EVP_PKEY_param_check()Matt Caswell2021-03-151-3/+7
* provider: add params argument to key manager's gen_init callPauli2021-03-111-9/+23
* EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz2021-03-031-1/+2
* Fix external symbols related to ec & sm2 keysShane Lontis2021-02-261-25/+30
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Implement EVP_PKEY_param_check_quick() and use it in libsslMatt Caswell2021-02-151-4/+4
* Add validate method to ECX keymanagerShane Lontis2020-12-111-0/+77
* Constify OSSL_FUNC_keymgmt_has()Nicola Tuveri2020-10-221-2/+2
* Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell2020-10-201-4/+4
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-5/+5
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+2
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-291-1/+1
* Fix ecx so that is uses a settable propertyqueryShane Lontis2020-09-231-14/+53
* keymgmt: add FIPS error state handlingPauli2020-09-121-4/+31
* gettables: provider changes to pass the provider context.Pauli2020-08-071-8/+8
* DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte2020-08-011-0/+16
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-35/+35
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-1/+1
* Make EVP_PKEY_CTX_[get|set]_group_name work for ECX tooMatt Caswell2020-06-191-3/+82
* When asked if an ECX key has parameters we should answer "true"Matt Caswell2020-06-051-2/+5
* Make EVP_PKEY_[get1|set1]_tls_encodedpoint work with provided keysMatt Caswell2020-06-051-6/+94
* Implement key match functionality for ECX keysMatt Caswell2020-05-041-0/+32
* Don't export ECX key data twiceMatt Caswell2020-05-041-4/+0
* Add the library ctx into an ECX_KEYMatt Caswell2020-05-041-9/+9
* Add the ability to ECX to import keys with only the private keyMatt Caswell2020-05-041-3/+2