summaryrefslogtreecommitdiffstats
path: root/crypto/evp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add CTX copy function for EVP_MD to optimize the performance of EVP_MD_CTX_co...wangcheng10 days1-15/+32
* Bugfixes for params to legacy control translations for EC parametersVladimirs Ambrosovs2024-11-071-1/+11
* Exclude EVP_DigestSign and EVP_DigestVerify related APIs from the FIPSslontis2024-10-043-62/+4
* Don't restrict what EVP_PKEY_Q_keygen can be used forMatt Caswell2024-09-171-8/+1
* EVP_get_default_properties - implementationDmitry Belyavskiy2024-09-161-0/+5
* Copyright year updatesTomas Mraz2024-09-0511-11/+11
* EVP_CIPHER_CTX_get_algor_params() may attempt to access params arrayAlexandr Nedvedicky2024-09-031-1/+3
* Improve base64 BIO correctness and error reportingViktor Dukhovni2024-08-302-64/+64
* Refactor OpenSSL 'EdDSA' EVP_SIGNATURE to allow use with EVP_PKEY functionsRichard Levitte2024-08-291-19/+2
* EVP_MD_size() updatesslontis2024-08-293-4/+8
* XOF / EVP_MD_size() changes.slontis2024-08-292-13/+40
* fix coding styleRichard Levitte2024-08-271-73/+73
* feat: Implement EVP_PKEY_CTX_{set,get}_algor_params() and EVP_PKEY_CTX_get_al...Richard Levitte2024-08-271-0/+116
* feat: Implement EVP_CIPHER_CTX_{set,get}_algor_params() and EVP_CIPHER_CTX_ge...Richard Levitte2024-08-272-44/+142
* Implement functionality for direct use of composite signature algorithmsRichard Levitte2024-08-213-147/+518
* Add FIPS self test updatesslontis2024-08-201-5/+20
* Add EDDSA FIPS self tests.slontis2024-08-142-9/+44
* Implementation of the RFC 9579, PBMAC1 in PKCS#12Dmitry Belyavskiy2024-08-071-0/+54
* Add KeyManagement keygen parameter getter/gettable functions.slontis2024-08-063-0/+48
* evp_get_digest/cipherbyname_ex(): Try to fetch if not foundTomas Mraz2024-07-311-4/+30
* open brace '{' following struct go on the same lineDimitri Papadopoulos2024-07-221-2/+1
* that open brace { should be on the previous lineDimitri Papadopoulos2024-07-222-5/+5
* EVP_DigestUpdate(): Check if ctx->update is setsashan2024-07-111-1/+1
* evp_pkey_ctx_setget_params_to_ctrl(): Always properly set ctx.action_typeTomas Mraz2024-06-261-2/+1
* Fix regression of EVP_PKEY_CTX_add1_hkdf_info() with older providersTomas Mraz2024-06-211-2/+9
* Remove the dead store in EVP_DecryptFinal_exCoolThi2024-05-301-2/+1
* EVP_CIPHER_CTX_get_key_length(): Add null check of ctx->cipherMax Ammann2024-05-241-0/+3
* Intentionally break EVP_DigestFinal for SHAKE128 and SHAKE256Tomas Mraz2024-05-151-0/+2
* Handle empty param in EVP_PKEY_CTX_add1_hkdf_infotrinity-1686a2024-04-171-0/+2
* Fix EVP_PKEY_CTX_add1_hkdf_info() behaviorTodd Short2024-04-091-1/+64
* Copyright year updatesRichard Levitte2024-04-0911-11/+11
* Fix unbounded memory growth when using no-cached-fetchMatt Caswell2024-03-152-2/+15
* Fix new typos found by codespellDimitri Papadopoulos2024-02-141-1/+1
* Fix error reporting in EVP_PKEY_{sign,verify,verify_recover}Richard Levitte2024-01-311-8/+23
* Add appropriate NULL checks in EVP_CIPHER apiNeil Horman2024-01-253-9/+31
* Move discovery of the legacy alg type into the keymgmtMatt Caswell2024-01-153-19/+32
* Fix partial block encryption in cfb and ofb for s390x (legacy)Holger Dengler2024-01-121-10/+4
* evp_fetch.c: Check meth_id instead of name_idsashan2024-01-111-1/+1
* gate calling of evp_method_id on having a non-zero name idNeil Horman2024-01-011-4/+17
* Fix new typos found by codespellDimitri Papadopoulos2023-12-291-1/+1
* Add EVP_DigestSqueeze() API.slontis2023-11-102-3/+37
* internal/common.h: rename macro `(un)likely` to `ossl_(un)likely`Matthias St. Pierre2023-11-031-12/+12
* EVP_PKEY_get_{bits,security_bits,size}(): add missing error queue entry on fa...Dr. David von Oheimb2023-10-262-4/+20
* Blake2b: Use OSSL_DIGEST_PARAM_SIZE as settable instead of XOFLENTomas Mraz2023-10-251-0/+9
* evp: process key length and iv length early if presentPauli2023-10-241-0/+36
* rand: fix seeding from a weak entropy sourceMatthias St. Pierre2023-10-241-0/+68
* EVP shake_ctrl(): add missing NULL evp_ctx checkDr. David von Oheimb2023-10-171-1/+5
* Restore the meaning of EVP_PKEY_print_private()Richard Levitte2023-10-041-1/+1
* Optimize out unneeded up_ref/free of EVP_CIPHERTomas Mraz2023-09-291-1/+6
* Copyright year updatesMatt Caswell2023-09-283-3/+3