summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/pmeth_gn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove EVP_PKEY_*check againtb2024-08-311-29/+1
* Remove the pkey_{,public_,param_}check() handlerstb2024-08-291-49/+11
* Avoid NULL dereference in EVP_PKEY_paramgen()tb2024-04-171-6/+8
* Garbage collect various *_init() pmethstb2024-04-121-19/+9
* Fix a potential NULL-deref in EVP_PKEY_keygen()tb2024-04-121-6/+8
* Hide public symbols in evp.hbeck2024-04-091-1/+12
* Fix bounds check in EVP_PKEY_CTX_get_keygen_info()tb2024-01-011-2/+2
* Ignore ENGINE at the API boundarytb2023-11-291-2/+2
* Unbreak the namespace build after a broken mk.conf and tool misfire hadbeck2023-07-071-12/+1
* Hide symbols in hkdf, evp, err, ecdsa, and ecbeck2023-07-071-1/+12
* Make internal header file names consistenttb2022-11-261-4/+4
* Prepare to provide EVP_PKEY_{public,param}_checktb2022-01-101-1/+43
* Prepare to provide EVP_PKEY_check()tb2022-01-101-1/+23
* Add #include "bn_lcl.h" to the files that will soon need it.tb2021-12-041-1/+2
* Add semicolon that will become non-optional once BN_GENCB_set() willtb2021-11-181-2/+2
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-11/+7
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-3/+2
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-4/+6
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* KNF.jsing2014-05-071-64/+69
* import OpenSSL-1.0.1cdjm2012-10-131-2/+3
* import OpenSSL-1.0.0adjm2010-10-011-0/+220