aboutsummaryrefslogtreecommitdiffstats
path: root/providers
Commit message (Expand)AuthorAgeFilesLines
* Fix typos found by codespellDimitri Papadopoulos2024-04-101-1/+1
* signature/dsa_sig.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang2024-04-091-2/+8
* signature/ecdsa_sig.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang2024-04-091-2/+9
* Fix EVP_PKEY_CTX_add1_hkdf_info() behaviorTodd Short2024-04-092-0/+50
* Copyright year updatesMatt Caswell2024-04-093-3/+3
* Copyright year updatesRichard Levitte2024-04-0914-14/+14
* Use RFC 5869 test case for HKDF self-testpohsingwu2024-04-021-8/+26
* rands/drbg_hash.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang2024-04-021-1/+5
* rands/drbg_hmac.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang2024-04-011-1/+5
* macs/kmac_prov.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang2024-04-011-1/+7
* signature/rsa_sig.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang2024-04-011-2/+8
* kdfs/hmacdrbg_kdf.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang2024-04-011-1/+5
* Break the if statement up into 2 if statementsJiasheng Jiang2024-03-301-4/+6
* signature/sm2_sig.c: Add the check for the EVP_MD_CTX_get_size()Jiasheng Jiang2024-03-301-0/+1
* riscv: Fix remaining asm checksJakov Smolić2024-03-224-8/+8
* Implement KAT for KBKDF with KMAC128Joachim Vandersmissen2024-03-131-0/+33
* Implement PCT for EDDSApohsingwu2024-03-011-8/+134
* Fix memory leaks on error cases during drbg initializationsTomas Mraz2024-02-095-5/+10
* Add appropriate NULL checks in EVP_CIPHER apiNeil Horman2024-01-251-0/+6
* Fix the encoding of SM2 keysRichard Levitte2024-01-121-1/+9
* Fix partial block encryption in cfb and ofb for s390xHolger Dengler2024-01-122-7/+4
* cleanse stack variable in kdf_pbkdf1_do_deriveNeil Horman2024-01-051-0/+1
* cleanse stack variable in blake2[b|s] finalizationNeil Horman2024-01-032-2/+6
* validate requested key length in kdf_pbkdf1_do_deriveNeil Horman2024-01-031-0/+5
* riscv: Fix mispelling of extension test macroGrant Nichol2024-01-021-1/+1
* Add missing settable entry OSSL_ASYM_CIPHER_PARAM_OAEP_DIGEST_PROPS for RSA asymslontis2023-12-291-0/+1
* Fix new typos found by codespellDimitri Papadopoulos2023-12-291-1/+1
* Ignore OSSL_MAC_PARAM_DIGEST_NOINIT/OSSL_MAC_PARAM_DIGEST_ONESHOTNeil Horman2023-12-261-27/+0
* Avoid setting gen_type to -1 in dsa_gen_set_paramsNeil Horman2023-12-142-2/+29
* Avoid setting gen_type to -1 in dh_gen_common_set_paramsNeil Horman2023-12-141-1/+13
* Fix detection for riscv64/riscv32Matt Caswell2023-12-121-2/+2
* evp-cmac: do not seg-fault when getting mac-size before initJames Muir2023-12-011-1/+5
* Initialize dstctx->mgf1_md to NULL in rsa_dupctx functionlan11202023-11-301-0/+1
* Optimize AES-CTR for ARM Neoverse V1 and V2.fisher.yu2023-11-293-3/+44
* Fix a possible memory leak in SM2 providerHuiyue Xu2023-11-231-0/+9
* Fix BLAKE2s reporting the same EVP_MD_get_size() as BLAKE2b (64)наб2023-11-151-1/+1
* Properly limit the variable output size for BLAKE2Tomas Mraz2023-11-131-1/+1
* Support EVP_DigestSqueeze() for in the digest provider for s390x.Holger Dengler2023-11-101-3/+100
* Fix state handling of keccak_final for s390x.Holger Dengler2023-11-101-0/+4
* Fix state handling of shake_final for s390x.Holger Dengler2023-11-101-0/+4
* Fix state handling of sha3_final for s390x.Holger Dengler2023-11-101-0/+4
* Fix state handling of sha3_absorb for s390x.Holger Dengler2023-11-101-0/+4
* Add xof state handing for generic sha3 absorb.Holger Dengler2023-11-101-0/+4
* Add EVP_DigestSqueeze() API.slontis2023-11-101-22/+92
* Implement BLAKE2s with the same macro as BLAKE2bнаб2023-11-082-16/+11
* Lift BLAKE2B provider definition into a macroнаб2023-11-082-169/+171
* update/final: Return error if key is not setTomas Mraz2023-11-034-1/+35
* When changing IV length invalidate previously set IVTomas Mraz2023-11-033-3/+14
* riscv: Provide vector crypto implementation of AES-ECB mode.Phoebe Chen2023-10-261-0/+6
* riscv: Provide vector crypto implementation of AES-128/256-XTS mode.Jerry Shih2023-10-261-3/+33