summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2024-03-20make updateRichard Levitte
2024-03-20Copyright year updatesRichard Levitte
2024-03-13Implement KAT for KBKDF with KMAC128Joachim Vandersmissen
2024-03-01Implement PCT for EDDSApohsingwu
2024-02-09Fix memory leaks on error cases during drbg initializationsTomas Mraz
2024-01-25Add appropriate NULL checks in EVP_CIPHER apiNeil Horman
2024-01-12Fix the encoding of SM2 keysRichard Levitte
2024-01-12Fix partial block encryption in cfb and ofb for s390xHolger Dengler
2024-01-05cleanse stack variable in kdf_pbkdf1_do_deriveNeil Horman
2024-01-03cleanse stack variable in blake2[b|s] finalizationNeil Horman
2024-01-03validate requested key length in kdf_pbkdf1_do_deriveNeil Horman
2024-01-02riscv: Fix mispelling of extension test macroGrant Nichol
2023-12-29Add missing settable entry OSSL_ASYM_CIPHER_PARAM_OAEP_DIGEST_PROPS for RSA asymslontis
2023-12-29Fix new typos found by codespellDimitri Papadopoulos
2023-12-26Ignore OSSL_MAC_PARAM_DIGEST_NOINIT/OSSL_MAC_PARAM_DIGEST_ONESHOTNeil Horman
2023-12-14Avoid setting gen_type to -1 in dsa_gen_set_paramsNeil Horman
2023-12-14Avoid setting gen_type to -1 in dh_gen_common_set_paramsNeil Horman
2023-12-12Fix detection for riscv64/riscv32Matt Caswell
2023-12-01evp-cmac: do not seg-fault when getting mac-size before initJames Muir
2023-11-30Initialize dstctx->mgf1_md to NULL in rsa_dupctx functionlan1120
2023-11-29Optimize AES-CTR for ARM Neoverse V1 and V2.fisher.yu
2023-11-23Fix a possible memory leak in SM2 providerHuiyue Xu
2023-11-15Fix BLAKE2s reporting the same EVP_MD_get_size() as BLAKE2b (64)наб
2023-11-13Properly limit the variable output size for BLAKE2Tomas Mraz
2023-11-10Support EVP_DigestSqueeze() for in the digest provider for s390x.Holger Dengler
2023-11-10Fix state handling of keccak_final for s390x.Holger Dengler
2023-11-10Fix state handling of shake_final for s390x.Holger Dengler
2023-11-10Fix state handling of sha3_final for s390x.Holger Dengler
2023-11-10Fix state handling of sha3_absorb for s390x.Holger Dengler
2023-11-10Add xof state handing for generic sha3 absorb.Holger Dengler
2023-11-10Add EVP_DigestSqueeze() API.slontis
2023-11-08Implement BLAKE2s with the same macro as BLAKE2bнаб
2023-11-08Lift BLAKE2B provider definition into a macroнаб
2023-11-03update/final: Return error if key is not setTomas Mraz
2023-11-03When changing IV length invalidate previously set IVTomas Mraz
2023-10-26riscv: Provide vector crypto implementation of AES-ECB mode.Phoebe Chen
2023-10-26riscv: Provide vector crypto implementation of AES-128/256-XTS mode.Jerry Shih
2023-10-26Fix the aes-xts key-length checking condition and hw declaration.Jerry Shih
2023-10-26Provide additional AES-GCM test patterns to enhance test coverage.Phoebe Chen
2023-10-26riscv: Provide vector crypto implementation of AES-GCM mode.Jerry Shih
2023-10-26Minor changes of the GCM-related code.Jerry Shih
2023-10-26riscv: Provide vector crypto implementation of AES-CTR mode.Phoebe Chen
2023-10-26riscv: Use the optimized rvv AES-128/192/256-CBC.Phoebe Chen
2023-10-26Update for Zvkb extension.Jerry Shih
2023-10-26riscv: Implement AES-192Ard Biesheuvel
2023-10-26riscv: SM4: Provide a Zvksed-based implementationChristoph Müllner
2023-10-26riscv: AES: Provide a Zvkned-based implementationChristoph Müllner
2023-10-26Accept longer context for TLS 1.2 exportersDaiki Ueno
2023-10-25Blake2b: Use OSSL_DIGEST_PARAM_SIZE as settable instead of XOFLENTomas Mraz
2023-10-24rand: fix seeding from a weak entropy sourceMatthias St. Pierre