summaryrefslogtreecommitdiff
path: root/crypto/evp/pmeth_gn.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move some EVP internals to evp_int.hDr. Stephen Henson2015-03-241-1/+1
* New macro to set mac key.Dr. Stephen Henson2015-02-131-3/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-137/+131
* Implement internally opaque bn access from evpMatt Caswell2014-12-081-2/+2
* Prepare for bn opaquify. Implement internal helper functions.Matt Caswell2014-12-081-1/+1
* constify EVP_PKEY_new_mac_key()Dr. Stephen Henson2010-11-241-2/+3
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-161-0/+1
* New -mac and -macopt options to dgst utility. Reimplement -hmac option inDr. Stephen Henson2007-04-111-0/+21
* New pkey functions for keygen callbacks and retrieving operation type.Dr. Stephen Henson2006-05-311-0/+5
* Fix (most) WIN32 warnings and errors.Dr. Stephen Henson2006-04-171-1/+1
* Initial keygen support.Dr. Stephen Henson2006-04-111-0/+193