aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecx_backend.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Check whether the pubkey exists in ossl_ecx_key_duplan11202024-01-161-2/+5
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* ecx: update to structure based atomicsPauli2023-07-011-7/+4
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-7/+6
* Don't create an ECX key with short keysMatt Caswell2021-11-161-7/+18
* fips module header inclusion fine-tunningTomas Mraz2021-07-061-0/+3
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-1/+1
* Add selection support to the provider keymgmt_dup functionTomas Mraz2021-04-151-3/+5
* Implement provider-side keymgmt_dup functionTomas Mraz2021-04-151-0/+43
* PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte2021-03-191-0/+109
* Add ossl_ ecx symbolsShane Lontis2021-03-181-6/+6
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix external symbols related to ec & sm2 keysShane Lontis2021-02-261-4/+4
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-2/+2
* Fix ecx so that is uses a settable propertyqueryShane Lontis2020-09-231-2/+4
* Add the ability to ECX to import keys with only the private keyMatt Caswell2020-05-041-10/+38
* EVP: Implement support for key downgrading in backendsRichard Levitte2020-03-251-0/+62