summaryrefslogtreecommitdiff
path: root/crypto/evp/pmeth_fn.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-04-231-1/+1
* EVP: Check that key methods aren't foreign when exportingRichard Levitte2020-03-091-1/+1
* Rethink the EVP_PKEY cache of provider side keysRichard Levitte2020-02-291-3/+6
* Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte2020-02-071-1/+1
* EVP: clear error when falling back from failed EVP_KEYMGMT_fetch()Richard Levitte2020-01-211-5/+29
* EVP: Add evp_pkey_make_provided() and refactor around itRichard Levitte2020-01-181-34/+31
* Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods tooRichard Levitte2020-01-171-1/+1
* Add dsa signature alg to fips providerShane Lontis2020-01-121-563/+0
* EVP: Adapt KEYEXCH, SIGNATURE and ASYM_CIPHER to handle key types betterRichard Levitte2020-01-091-23/+46
* EVP: If a key can't be exported to provider, fallback to legacyRichard Levitte2020-01-081-8/+6
* Check that OPENSSL_zalloc was successful when creating EVP typesMatt Caswell2019-11-291-0/+12
* Implement provider support for Asym CiphersMatt Caswell2019-11-141-30/+351
* Final cleanup after move to leaner EVP_PKEY methodsRichard Levitte2019-11-101-4/+3
* EVP: Make the SIGNATURE implementation leanerRichard Levitte2019-11-051-82/+34
* PKEY: adapt the export_to_provider funtions to handle domain params tooRichard Levitte2019-10-171-1/+2
* EVP: add functions that return the name numberRichard Levitte2019-10-171-0/+5
* EVP: add name traversal functions to all fetchable typesRichard Levitte2019-10-171-0/+9
* EVP: add missing common functionalityRichard Levitte2019-10-171-0/+20
* Add the provider function signatures for DigestSign*Matt Caswell2019-10-031-10/+97
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* In provider implemented methods, save the name number, not the name stringRichard Levitte2019-09-191-6/+6
* Move EVP_PKEY algorithm implementations into a unionMatt Caswell2019-09-091-20/+20
* Revise EVP_PKEY param handlingMatt Caswell2019-09-091-6/+35
* Add support for verify/verify_recover functions to EVP_SIGNATUREMatt Caswell2019-09-091-56/+163
* Implement DSA in the default providerMatt Caswell2019-09-091-0/+2
* Add the ability to perform signatures in a providerMatt Caswell2019-09-091-9/+245
* Make the EVP Key Exchange code provider awareMatt Caswell2019-07-161-114/+2
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* Remove email addresses from source code.Rich Salz2017-10-131-1/+1
* Reformat M_check_autoarg to match our coding styleRichard Levitte2016-12-201-19/+16
* M_check_autoarg: sanity check the keyRichard Levitte2016-12-201-1/+6
* Copyright consolidation 05/10Rich Salz2016-05-171-54/+5
* Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading APIAlessandro Ghedini2016-03-081-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* 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
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-269/+247
* Submitted by: Artem Chuprina <ran@cryptocom.ru>Dr. Stephen Henson2009-06-161-2/+9
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* 1. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson2007-10-261-2/+2
* Fix various error codes to match functions.Dr. Stephen Henson2006-07-171-1/+1
* Use size_t for new crypto size parameters.Dr. Stephen Henson2006-05-241-12/+12
* Fix (most) WIN32 warnings and errors.Dr. Stephen Henson2006-04-171-1/+1
* Use more flexible method of determining output length, by setting &outlenDr. Stephen Henson2006-04-151-0/+21
* Complete key derivation support.Dr. Stephen Henson2006-04-131-0/+60
* Add key derivation support.Dr. Stephen Henson2006-04-131-0/+35
* Constification.Dr. Stephen Henson2006-04-091-6/+6
* If <operatio>_init function is zero interpret as noop.Dr. Stephen Henson2006-04-071-5/+15