summaryrefslogtreecommitdiffstats
path: root/providers/implementations
AgeCommit message (Expand)Author
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
2023-08-01Don't add the msblob/pvk decoders if they're not suitableMatt Caswell
2023-07-21Update with `ARMV8_HAVE_SHA3_AND_WORTH_USING`sdlyyxy
2023-07-21Move CPU detection to armcap.csdlyyxy
2023-07-21Enable ARMv8.2 accelerated SHA3 on compatible Apple CPUssdlyyxy
2023-07-17Optimise PKEY decodersMatt Caswell
2023-07-14Do not ignore empty associated data with AES-SIV modeTomas Mraz
2023-07-06Add limited support for WebAssembly WASI targetMarcin Kolny
2023-07-01prov(legacy): update to structure based atomicsPauli
2023-06-30Do not use stitched AES-GCM implementation on PPC32Tomas Mraz
2023-06-28Add support for SHA256/192Fergus Dall
2023-06-15Fix typos found by codespellDimitri Papadopoulos
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li
2023-06-12add cygwin CIMichael Baentsch
2023-06-12Fix build on cygwinMichael Baentsch
2023-06-10Coverity 1531836: Check return value of CRYPTO_atomic_add()Tomas Mraz
2023-06-10Set RC4 defines on libcrypto/liblegacyTomas Mraz
2023-06-06Cast the argument to unsigned char when calling isdigit()Michael Baentsch
2023-06-02gcm: use the new faster param location mechanism.Pauli
2023-06-02params: provide a faster TRIE based param lookup.Pauli
2023-06-02Enable obtaining certain DRBG params without a lockMatt Caswell
2023-06-02Refactor the DRBG implementations to manage locking themselvesMatt Caswell
2023-05-23If oaep_md is not initialized, correctly initialize itDmitry Belyavskiy
2023-05-19Update hkdf.c to avoid potentially vulnerable code patternNicky Mouha
2023-05-12provider: return error if buf too small when getting ec pubkey paramYi Li
2023-04-26Update KDFs to use shared functions.Pauli
2023-04-21Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia
2023-04-21Minor refactoring of the Argon2 derive functionTomas Mraz
2023-04-18fix test failure on Kunpeng-920zhangzhilei
2023-04-03FFC cleanupsslontis
2023-03-29Declare FIPS option functions in their own headerPauli
2023-03-29DRBG: restrict the digests that can be used with HMAC and Hash DRBGs.Pauli
2023-03-21providers/implementations/kdfs/argon2.c: Don't use UINT64_CRichard Levitte
2023-03-21enable hardware acceleration for sm4-ccmzhangzhilei
2023-03-21Avoid freeing context on errorPauli
2023-03-21Coverity 1522032: use after freePauli
2023-03-17providers/implementations/kdfs/argon2.c: Include openssl/e_os2.h instead of s...Richard Levitte
2023-03-17providers: add Argon2 KDFČestmír Kalina
2023-03-17providers: add XOF support to blake2bČestmír Kalina
2023-03-16riscv: Clean up extension test macrosChristoph Müllner
2023-03-15enable VPSM4_EX_CAPABLE for sm4_gcmzhangzhilei
2023-03-15Segmentation fault in parent rng cleanupafshinpir
2023-03-15Updated `rsa_has()` for correct validationafshinpir
2023-03-15Fix size_t/int mismatch in cms_ec.c and rsa_sig.cTomas Mraz
2023-03-15Remove duplicate codezhangzhilei
2023-03-07Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis
2023-03-07S390X: Accelerate keccak XOFJuergen Christ
2023-03-01Remove AES SIV ciphers from the FIPS providerPauli