testutil: allow a failure return from setup_tests that doesn't print help
[openssl.git] / providers /
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()
2023-06-02 Pauligcm: use the new faster param location mechanism.
2023-06-02 Pauliparams: provide a faster TRIE based param lookup.
2023-06-01 Matt CaswellEnable obtaining certain DRBG params without a lock
2023-06-01 Matt CaswellRefactor the DRBG implementations to manage locking...
2023-05-23 Dmitry BelyavskiyIf oaep_md is not initialized, correctly initialize it
2023-05-22 Tomas MrazUpdate the FIPS checksums
2023-05-19 Nicky MouhaUpdate hkdf.c to avoid potentially vulnerable code...
2023-05-12 Yi Liprovider: return error if buf too small when getting...
2023-04-25 PauliUpdate KDFs to use shared functions.
2023-04-21 Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2023-04-20 Tomas MrazMinor refactoring of the Argon2 derive function
2023-04-18 zhangzhileifix test failure on Kunpeng-920
2023-04-03 slontisFFC cleanups
2023-03-28 PauliDeclare FIPS option functions in their own header
2023-03-28 PauliDRBG: restrict the digests that can be used with HMAC...
2023-03-28 Paulifips: rework the option handling code
2023-03-21 Richard Levitteproviders/implementations/kdfs/argon2.c: Don't use...
2023-03-21 zhangzhileienable hardware acceleration for sm4-ccm
2023-03-20 PauliAvoid freeing context on error
2023-03-20 PauliCoverity 1522032: use after free
2023-03-17 Richard Levitteproviders/implementations/kdfs/argon2.c: Include openss...
2023-03-17 Čestmír Kalinaproviders: add Argon2 KDF
2023-03-17 Čestmír Kalinaproverr: add PROV_R_{INVALID_MEMORY_SIZE,INVALID_THREAD...
2023-03-17 Čestmír Kalinaproviders: add XOF support to blake2b
2023-03-16 Christoph Müllnerriscv: Clean up extension test macros
2023-03-15 zhangzhileienable VPSM4_EX_CAPABLE for sm4_gcm
2023-03-14 afshinpirSegmentation fault in parent rng cleanup
2023-03-14 afshinpirUpdated `rsa_has()` for correct validation
2023-03-14 Tomas MrazFix size_t/int mismatch in cms_ec.c and rsa_sig.c
2023-03-14 zhangzhileiRemove duplicate code
2023-03-07 Clemens Langfips: Use salt >= 16 bytes in PBKDF2 selftest
2023-03-07 slontisAdd option to FIPS module to enforce EMS check during...
2023-03-07 Juergen ChristS390X: Accelerate keccak XOF
2023-03-01 PauliRemove AES SIV ciphers from the FIPS provider
2023-02-28 ndosscheFix incomplete error check on RSA_public_decrypt()
2023-02-22 PauliRevert "Put EdDSA back as approved algorithms."
2023-02-16 Clemens Langkbkdf: Fix kbkdf_dup function pointer type
2023-02-08 Tomas MrazRationalize FIPS sources
2023-02-08 Paulides: prevent error when using two key triple DES with...
2023-02-07 PauliPut EdDSA back as approved algorithms.
2023-02-07 Tomas MrazDo not create DSA keys without parameters by decoder
2023-02-07 Tomas MrazPrevent creating DSA and DH keys without parameters...
2023-02-01 Xu YizhouSM4 AESE optimization for ARMv8
2023-01-30 slontisChaCha20-Poly1305 no longer supports truncated IV's.
2023-01-24 PauliPut X25519 and X448 back as approved algorithms
2023-01-24 FdaSilvaYYTypos fixing
2023-01-23 Ingo FranzkiAllow OSSL_SIGNATURE_PARAM_NONCE_TYPE to be retrieved
2023-01-19 Juergen ChristS390X: Fix Ed448ph
2023-01-17 Juergen ChristFix potential NULL pointer dereference
2023-01-16 Juergen Christs390x: Fix keccak xofs via CPACF
2023-01-13 James MuirSupport all five EdDSA instances from RFC 8032
2023-01-12 Paulifips: make EdDSA unapproved for FIPS
2023-01-12 slontisSSKDF with KMAC should return SIZE_MAX when EVP_KDF_CTX...
2023-01-06 zhangzhileiremove extra define for __NR_getrandom and add some...
2022-12-22 slontisChange HKDF to alloc the info buffer.
2022-12-22 xkernelec_kmgmt.c: check the return of BN_CTX_get() in time.
2022-12-16 slontisAdd KMAC support to KBKDF.
2022-12-12 Hubert Kariorsa: Add option to disable implicit rejection
2022-12-08 Clemens Langsignature: Clamp PSS salt len to MD len
2022-11-30 slontisImplement deterministic ECDSA sign (RFC6979)
2022-11-29 Pauliaes: add AES-GCM-SIV modes to the FIPS provider
2022-11-29 Xu Yizhouproviders: Add SM4 XTS implementation
2022-11-29 Nicola TuveriHonor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as...
2022-11-25 Stephen FarrellImplements Hybrid Public Key Encryption (HPKE) as per...
2022-11-23 FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-11-16 Peiwei HuFix the check of EC_GROUP_check_named_curve
2022-11-11 Tomas Mrazcmac_set_ctx_params(): Fail if cipher mode is not CBC
2022-11-10 PauliPut 3DES back into the FIPS provider as a non-approved...
2022-11-04 Wangchong ZhouCheck for private key existence before calling eddsa...
2022-11-02 Richard Levitteproviders/common/der/oids_to_c.pm: Remove use of Data...
2022-11-01 Paulifips: verify that the RNG was restored after the self...
2022-11-01 PauliUpdate FIPS KATs for 140-3
2022-11-01 PauliRemove DES cipher from the FIPS provider
2022-10-28 Richard Levitteproviders/implementations/kdfs/pvkkdf.c: Ensure SIZE_MA...
2022-10-27 Richard LevitteMake openVMS seeding less dependent of OpenVMS version
2022-10-27 slontisUse RSA CRT parameters in FIPS self tests.
2022-10-26 Paulirand: remove the ossl_rand_pool_add_additional_data...
2022-10-19 Tomas MrazAvoid putting ripemd_prov.c in libcommon otherwise...
2022-10-19 Paulidefault provider: include RIPEMD160
2022-10-07 James Muirset MGF1 digest correctly
next