summaryrefslogtreecommitdiffstats
path: root/providers/implementations
AgeCommit message (Expand)Author
2024-06-04Copyright year updatesTomas Mraz
2024-04-09Fix EVP_PKEY_CTX_add1_hkdf_info() behaviorTodd Short
2024-03-22riscv: Fix remaining asm checksJakov Smolić
2024-02-09Fix memory leaks on error cases during drbg initializationsTomas Mraz
2024-01-30Copyright year updatesMatt Caswell
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-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-23Fix a possible memory leak in SM2 providerHuiyue Xu
2023-11-23Copyright year updatesRichard Levitte
2023-11-13Properly limit the variable output size for BLAKE2Tomas Mraz
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-26Copyright year updatesMatt Caswell
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
2023-10-16Avoid another copy of key schedule pointer in PROV_GCM_CTXTomas Mraz
2023-10-11DH_check_pub_key() should not fail when setting result codeTomas Mraz
2023-10-09Avoid divide-by-zero in kmac_prov.c's bytepad()Klavishnik
2023-10-05Fix coverity alert on use of uninitialised dataMatt Caswell
2023-10-04Restore the meaning of EVP_PKEY_print_private()Richard Levitte
2023-10-02Coverity 1545174: calling risky functionPauli
2023-09-28Copyright year updatesMatt Caswell
2023-09-27fips selftest: avoid relying on a real RNG for self testsPauli
2023-09-27fix indentationPauli
2023-09-18Fix new typos found by codespellDimitri Papadopoulos
2023-09-17Fix a key repointing in various ciphersNeil Horman
2023-09-15Remove use of _Static_assertMatt Caswell
2023-09-15Fix build of SHA3 on ARM64 with no-asmTomas Mraz
2023-09-14Have legacy blake2 EVP structure use base blake2 implementationRichard Levitte
2023-09-13Fix a memleak in prepare_rsa_paramsBernd Edlinger
2023-09-12Add dupctx support to rc4_hmac_md5 algoNeil Horman
2023-09-12implement dupctx for chacha20_poly1305Neil Horman
2023-09-12Fix aes_gcm_siv dupctx functionNeil Horman
2023-09-12implement dupctx for aes_WRAP methodsNeil Horman
2023-09-12Add dupctx support to aead ciphersNeil Horman
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
2023-09-11Remove repeated wordsDimitri Papadopoulos
2023-09-07Copyright year updatesMatt Caswell
2023-09-04Implement dupctx for chacha20 cipherNeil Horman
2023-08-16Fix decoders so that they use the passed in propq.slontis
2023-08-04When exporting/importing decoded keys do not use 0 as selectionTomas Mraz
2023-08-04Avoid exporting bogus (empty) data if empty selection is usedTomas Mraz