summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/m_sigver.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hide public symbols in evp.hbeck2024-04-091-1/+7
* Explain the weird copy dance in EVP_DigestSignFinal()tb2024-03-271-2/+3
* Fix whitespacetb2024-03-271-2/+2
* Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} injoshua2024-03-271-18/+24
* Recommit r1.20joshua2024-03-271-27/+31
* Revert to r1.19 while we track down a bug in the last two commits.jsing2024-03-271-38/+29
* Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} injoshua2024-03-271-17/+22
* Clean up EVP_DigestSignFinaljoshua2024-03-261-27/+31
* Garbage collect the unused verifyctx() and verifyctx_init()tb2024-03-261-18/+4
* Inline sctx in EVP_DigestSignFinaljoshua2024-03-251-11/+8
* Remove unneeded brackets from if statement in EVP_DigestSignFinaljoshua2024-03-251-3/+2
* Move custom sigctx handling out of EVP_DigestSignFinaljoshua2024-03-251-13/+28
* Use EVP_MD_CTX_legacy_clear() internallytb2024-02-181-3/+3
* Ignore ENGINE at the API boundarytb2023-11-291-6/+6
* Unbreak the namespace build after a broken mk.conf and tool misfire hadbeck2023-07-071-7/+1
* Hide symbols in hkdf, evp, err, ecdsa, and ecbeck2023-07-071-1/+7
* Make internal header file names consistenttb2022-11-261-2/+2
* Provide digestsign/digestverify hooks for EVP_PKEY_METHOD.jsing2022-11-101-1/+22
* Prepare to provide EVP_Digest{Sign,Verify}tb2021-05-091-1/+23
* Prepare to provide EVP_PKEY_new_CMAC_key()tb2021-03-291-10/+31
* Add a const qualifier to the second argument of EVP_DigestVerifyFinal(3).tb2018-05-131-2/+2
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-2/+2
* initialize md_len to 0 for readability to quell warnings.beck2015-12-141-3/+3
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+4
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* KNF.jsing2014-05-081-67/+58
* import OpenSSL 1.0.0edjm2011-11-031-2/+2
* import OpenSSL-1.0.0adjm2010-10-011-0/+200