Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / providers /
2 days ago Dimitri John Ledkovhkdf: when HMAC key is all zeros, still set a valid...
8 days ago Dimitri John LedkovExclude X25519 and X448 from capabilities advertised...
8 days ago Tomas MrazMake X25519 and X448 FIPS unapproved
2024-04-10 Dimitri PapadopoulosFix typos found by codespell
2024-04-09 Jiasheng Jiangsignature/dsa_sig.c: Add checks for the EVP_MD_get_size()
2024-04-09 Jiasheng Jiangsignature/ecdsa_sig.c: Add checks for the EVP_MD_get_size()
2024-04-09 Todd ShortFix EVP_PKEY_CTX_add1_hkdf_info() behavior
2024-04-09 Matt CaswellCopyright year updates
2024-04-09 Richard LevitteCopyright year updates
2024-04-02 pohsingwuUse RFC 5869 test case for HKDF self-test
2024-04-02 Jiasheng Jiangrands/drbg_hash.c: Add checks for the EVP_MD_get_size()
2024-04-01 Jiasheng Jiangrands/drbg_hmac.c: Add checks for the EVP_MD_get_size()
2024-04-01 Jiasheng Jiangmacs/kmac_prov.c: Add checks for the EVP_MD_get_size()
2024-04-01 Jiasheng Jiangsignature/rsa_sig.c: Add checks for the EVP_MD_get_size()
2024-04-01 Jiasheng Jiangkdfs/hmacdrbg_kdf.c: Add checks for the EVP_MD_get_size()
2024-03-30 Jiasheng JiangBreak the if statement up into 2 if statements
2024-03-30 Jiasheng Jiangsignature/sm2_sig.c: Add the check for the EVP_MD_CTX_g...
2024-03-22 Jakov Smolićriscv: Fix remaining asm checks
2024-03-13 Joachim VandersmissenImplement KAT for KBKDF with KMAC128
2024-03-01 pohsingwuImplement PCT for EDDSA
2024-02-09 Tomas MrazFix memory leaks on error cases during drbg initializations
2024-01-25 Neil HormanAdd appropriate NULL checks in EVP_CIPHER api
2024-01-12 Richard LevitteFix the encoding of SM2 keys
2024-01-12 Holger DenglerFix partial block encryption in cfb and ofb for s390x
2024-01-05 Neil Hormancleanse stack variable in kdf_pbkdf1_do_derive
2024-01-03 Neil Hormancleanse stack variable in blake2[b|s] finalization
2024-01-03 Neil Hormanvalidate requested key length in kdf_pbkdf1_do_derive
2024-01-02 Grant Nicholriscv: Fix mispelling of extension test macro
2023-12-29 slontisAdd missing settable entry OSSL_ASYM_CIPHER_PARAM_OAEP_...
2023-12-29 Dimitri PapadopoulosFix new typos found by codespell
2023-12-26 Neil HormanIgnore OSSL_MAC_PARAM_DIGEST_NOINIT/OSSL_MAC_PARAM_DIGE...
2023-12-14 Neil HormanAvoid setting gen_type to -1 in dsa_gen_set_params
2023-12-14 Neil HormanAvoid setting gen_type to -1 in dh_gen_common_set_params
2023-12-12 Matt CaswellFix detection for riscv64/riscv32
2023-12-01 James Muirevp-cmac: do not seg-fault when getting mac-size before...
2023-11-30 lan1120Initialize dstctx->mgf1_md to NULL in rsa_dupctx function
2023-11-29 fisher.yuOptimize AES-CTR for ARM Neoverse V1 and V2.
2023-11-23 Huiyue XuFix a possible memory leak in SM2 provider
2023-11-15 набFix BLAKE2s reporting the same EVP_MD_get_size() as...
2023-11-13 Tomas MrazProperly limit the variable output size for BLAKE2
2023-11-10 Holger DenglerSupport EVP_DigestSqueeze() for in the digest provider...
2023-11-10 Holger DenglerFix state handling of keccak_final for s390x.
2023-11-10 Holger DenglerFix state handling of shake_final for s390x.
2023-11-10 Holger DenglerFix state handling of sha3_final for s390x.
2023-11-10 Holger DenglerFix state handling of sha3_absorb for s390x.
2023-11-10 Holger DenglerAdd xof state handing for generic sha3 absorb.
2023-11-10 slontisAdd EVP_DigestSqueeze() API.
2023-11-08 набImplement BLAKE2s with the same macro as BLAKE2b
2023-11-08 набLift BLAKE2B provider definition into a macro
2023-11-03 Tomas Mrazupdate/final: Return error if key is not set
2023-11-03 Tomas MrazWhen changing IV length invalidate previously set IV
2023-10-26 Phoebe Chenriscv: Provide vector crypto implementation of AES...
2023-10-26 Jerry Shihriscv: Provide vector crypto implementation of AES...
2023-10-26 Jerry ShihFix the aes-xts key-length checking condition and hw...
2023-10-26 Phoebe ChenProvide additional AES-GCM test patterns to enhance...
2023-10-26 Jerry Shihriscv: Provide vector crypto implementation of AES...
2023-10-26 Jerry ShihMinor changes of the GCM-related code.
2023-10-26 Phoebe Chenriscv: Provide vector crypto implementation of AES...
2023-10-26 Phoebe Chenriscv: Use the optimized rvv AES-128/192/256-CBC.
2023-10-26 Jerry ShihUpdate for Zvkb extension.
2023-10-26 Ard Biesheuvelriscv: Implement AES-192
2023-10-26 Christoph Müllnerriscv: SM4: Provide a Zvksed-based implementation
2023-10-26 Christoph Müllnerriscv: AES: Provide a Zvkned-based implementation
2023-10-26 Daiki UenoAccept longer context for TLS 1.2 exporters
2023-10-25 Tomas MrazBlake2b: Use OSSL_DIGEST_PARAM_SIZE as settable instead...
2023-10-24 Matthias St. Pierrerand: fix seeding from a weak entropy source
2023-10-20 Matthias St. Pierrerand: add callbacks to cleanup the user entropy resp...
2023-10-16 Tomas MrazAvoid another copy of key schedule pointer in PROV_GCM_CTX
2023-10-11 Tomas MrazDH_check_pub_key() should not fail when setting result...
2023-10-09 KlavishnikAvoid divide-by-zero in kmac_prov.c's bytepad()
2023-10-05 Matt CaswellFix coverity alert on use of uninitialised data
2023-10-04 Richard LevitteRestore the meaning of EVP_PKEY_print_private()
2023-10-02 PauliCoverity 1545174: calling risky function
2023-09-28 Matt Caswellmake update
2023-09-28 Matt CaswellCopyright year updates
2023-09-27 Matt CaswellFix a mem leak when the FIPS provider is used in a...
2023-09-27 Paulifips: use seed source requested
2023-09-27 Paulifips selftest: avoid relying on a real RNG for self...
2023-09-27 Paulifix indentation
2023-09-27 Pauliremove redundant free of NULL
2023-09-17 Dimitri PapadopoulosFix new typos found by codespell
2023-09-17 Neil HormanFix a key repointing in various ciphers
2023-09-14 Matt CaswellRemove use of _Static_assert
2023-09-14 Tomas MrazFix build of SHA3 on ARM64 with no-asm
2023-09-13 Richard LevitteHave legacy blake2 EVP structure use base blake2 implem...
2023-09-13 Bernd EdlingerFix a memleak in prepare_rsa_params
2023-09-12 Neil HormanAdd dupctx support to rc4_hmac_md5 algo
2023-09-12 Neil Hormanimplement dupctx for chacha20_poly1305
2023-09-12 Neil HormanFix aes_gcm_siv dupctx function
2023-09-12 Neil Hormanimplement dupctx for aes_WRAP methods
2023-09-12 Neil HormanAdd dupctx support to aead ciphers
2023-09-11 Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2023-09-11 Dimitri PapadopoulosRemove repeated words
2023-09-07 Matt Caswellmake update
2023-09-07 Matt CaswellCopyright year updates
2023-09-04 Neil HormanImplement dupctx for chacha20 cipher
2023-08-16 slontisFix decoders so that they use the passed in propq.
2023-08-04 Tomas MrazWhen exporting/importing decoded keys do not use 0...
2023-08-04 Tomas MrazAvoid exporting bogus (empty) data if empty selection...
2023-08-01 Matt CaswellDon't add the msblob/pvk decoders if they're not suitable
next