summaryrefslogtreecommitdiff
path: root/crypto/evp/pmeth_gn.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-2/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* drop unused callback variableGerd Hoffmann2022-01-131-1/+0
* EVP_PKEY_fromdata(): Do not return newly allocated pkey on failureTomas Mraz2022-01-071-2/+8
* fips module header inclusion fine-tunningTomas Mraz2021-07-061-1/+3
* evp: remove TODOsPauli2021-06-021-1/+0
* EVP: Modify EVP_PKEY_export() to handle legacy EVP_PKEYsRichard Levitte2021-05-201-0/+35
* Add convenience functions and macros for asymmetric key generationDr. David von Oheimb2021-05-111-3/+3
* Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis2021-04-151-0/+23
* evp: add params argument to key manager's gen_init callPauli2021-03-121-2/+3
* Fix reason code: EVP_R_OPERATON_NOT_INITIALIZEDPedro Monreal2021-03-111-3/+3
* Cache legacy keys instead of downgrading themMatt Caswell2021-03-081-2/+11
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis2021-02-081-37/+9
* EVP: Fix typo in EVP_PKEY_gen commentDaniel Bevenius2020-11-021-1/+1
* Add SM2 signature algorithm to default providerPaul Yang2020-09-221-38/+0
* Add SM2 key managementPaul Yang2020-09-221-4/+0
* EVP: Preserve the EVP_PKEY id in a few more spotsRichard Levitte2020-09-081-0/+6
* Fix coverity CID #1455335 - Dereference after NULL check in fromdata_init()Shane Lontis2020-08-241-1/+2
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-211-1/+0
* Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell2020-06-191-1/+1
* EVP: Let EVP_PKEY_gen() initialize ctx->keygen_infoRichard Levitte2020-06-081-0/+16
* EVP: when setting the operation to EVP_PKEY_OP_UNDEFINED, clean up!Richard Levitte2020-05-081-1/+3
* Remove gen_get_params & gen_gettable_params from keygen operationShane Lontis2020-05-071-2/+3
* coverity 1462573 Dereference after null checkPauli2020-04-301-1/+1
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-8/+8
* Update copyright yearMatt Caswell2020-04-231-1/+1
* EVP: Fix calls to evp_pkey_export_to_provider()Richard Levitte2020-04-171-1/+5
* EVP: Add a temporary SM2 hack to key generationRichard Levitte2020-04-151-1/+43
* EVP: Downgrade keys rather than upgradeRichard Levitte2020-03-251-0/+8
* EVP: fetch the EVP_KEYMGMT earlierRichard Levitte2020-03-211-19/+3
* EVP: Add new domparams and key generation functionalityRichard Levitte2020-03-121-63/+191
* Add Serializers for ECShane Lontis2020-03-041-2/+2
* Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte2020-02-071-8/+14
* Reorganize the internal evp_keymgmt functionsRichard Levitte2020-02-071-2/+2
* Add RSA key validation to default providerShane Lontis2020-01-291-71/+0
* Add dsa signature alg to fips providerShane Lontis2020-01-121-83/+91
* EVP: Adapt KEYEXCH, SIGNATURE and ASYM_CIPHER to handle key types betterRichard Levitte2020-01-091-2/+2
* Fix some typosVeres Lajos2019-12-111-1/+1
* Add EVP functionality to create domain params and keys by user dataRichard Levitte2019-11-071-0/+84
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-3/+3
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* Support public key and param check in EVP interfacePaul Yang2017-11-201-0/+46
* Support key check in EVP interfacePaul Yang2017-09-131-0/+24
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-2/+4
* RT3754: check for NULL pointerEmilia Kasper2015-09-101-2/+7
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free NULL cleanupRich Salz2015-03-281-2/+1