summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/pmeth_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Annotate why EVP_PKEY_CTX_ctrl_str() will stay for a whiletb2025-01-201-1/+6
* Add tls1_prf_pkey_meth to pkey_methodstb2024-07-091-1/+3
* Hide public symbols in evp.hbeck2024-04-091-1/+15
* Unhook and remove GOST and STREEBOGtb2024-03-021-5/+1
* Remove EVP_PKEY_meth_*() APItb2024-03-021-161/+1
* Prepare to remove the EVP_PKEY_meth_* APItb2024-01-131-89/+50
* Disable EVP_PKEY_meth_* extensibilitytb2024-01-041-46/+7
* Ignore ENGINE at the API boundarytb2023-11-291-6/+4
* Unifdef OPENSSL_NO_ENGINE in pmeth_lib.ctb2023-11-191-41/+3
* Unbreak the namespace build after a broken mk.conf and tool misfire hadbeck2023-07-071-38/+1
* Hide symbols in hkdf, evp, err, ecdsa, and ecbeck2023-07-071-1/+38
* Rename all occurrences of e in this file to enginetb2023-06-201-15/+15
* Rename int_ctx_new() into evp_pkey_ctx_new()tb2023-06-201-4/+4
* Clean up and fix int_ctx_new()tb2023-06-201-34/+30
* Clean up EVP_PKEY_CTX_meth_dup()tb2023-06-201-22/+19
* spelling fixes; from paul tagliamontejmc2022-12-261-2/+2
* Make internal header file names consistenttb2022-11-261-3/+3
* Implement EVP interfaces for Ed25519 and X25519.jsing2022-11-101-1/+5
* Clean up EVP_PKEY_METHOD related tables and code.jsing2022-11-091-56/+41
* Sort EVP_PKEY_METHOD externs.jsing2022-11-091-5/+10
* Add hkdf_pkey_meth to the standard_methods[]tb2022-05-051-1/+3
* Provide versions of EVP_PKEY_CTX_{str,hex}2ctrl() for internal use.tb2022-05-051-1/+35
* Prepare to provide EVP_PKEY_{public,param}_checktb2022-01-101-1/+15
* Prepare to provide EVP_PKEY_check()tb2022-01-101-1/+7
* Use calloc() in EVP_PKEY_meth_new() instead of malloc() and settingtb2021-12-031-29/+2
* Fix EVP_PKEY_{asn1,meth}_copy once and for alltb2021-12-031-34/+7
* Wire up PKEY methods for RSA-PSS.jsing2019-11-011-2/+6
* Provide EVP_PKEY_CTX_md().jsing2019-10-291-7/+15
* make ENGINE_finish() succeed on NULL and simplify callers as intb2018-04-141-8/+4
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-13/+11
* Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros.jsing2017-01-211-5/+19
* Enable building with -DOPENSSL_NO_DEPRECATED.doug2015-02-111-1/+2
* GOST crypto algorithms (well, most of them), ported from the removed GOSTmiod2014-11-091-2/+7
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-5/+3
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-3/+4
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+3
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* calloc instead of malloc/memset. from Benjamin Baiertedu2014-05-251-3/+1
* KNF.jsing2014-05-071-220/+238
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-5/+5
* import OpenSSL-1.0.1cdjm2012-10-131-1/+54
* import OpenSSL 1.0.0edjm2011-11-031-0/+2
* import OpenSSL-1.0.0adjm2010-10-011-0/+538