Dont run the self-hosted workflows when not available
[openssl.git] / providers /
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
2023-07-21 sdlyyxyUpdate with `ARMV8_HAVE_SHA3_AND_WORTH_USING`
2023-07-21 sdlyyxyMove CPU detection to armcap.c
2023-07-21 sdlyyxyEnable ARMv8.2 accelerated SHA3 on compatible Apple...
2023-07-16 Matt CaswellOptimise PKEY decoders
2023-07-14 Tomas MrazDo not ignore empty associated data with AES-SIV mode
2023-07-06 Marcin KolnyAdd limited support for WebAssembly WASI target
2023-07-01 Pauliprov(legacy): update to structure based atomics
2023-06-29 Tomas MrazDo not use stitched AES-GCM implementation on PPC32
2023-06-27 Fergus DallAdd support for SHA256/192
2023-06-16 Paulifips: use tsan counter instead of tsan_add to increment
2023-06-15 Dimitri PapadopoulosFix typos found by codespell
2023-06-14 Paulifips: update DSA security check to fix legacy verify...
2023-06-14 Paulifips: use memory ordering rather than locks
2023-06-14 Yi Liconfigure: introduce no-ecx to remove ECX related feature
2023-06-12 Michael Baentschadd cygwin CI
2023-06-12 Michael BaentschFix build on cygwin
2023-06-10 Tomas MrazCoverity 1531836: Check return value of CRYPTO_atomic_add()
2023-06-10 Tomas MrazSet RC4 defines on libcrypto/liblegacy
2023-06-06 Michael BaentschCast the argument to unsigned char when calling isdigit()
next