summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
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
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-16fips: use tsan counter instead of tsan_add to incrementPauli
2023-06-15Fix typos found by codespellDimitri Papadopoulos
2023-06-15fips: update DSA security check to fix legacy verify strengthsPauli
2023-06-14fips: use memory ordering rather than locksPauli
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-22Update the FIPS checksumsTomas Mraz
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-29fips: rework the option handling codePauli
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-17proverr: add PROV_R_{INVALID_MEMORY_SIZE,INVALID_THREAD_POOL_SIZE}Čestmír Kalina
2023-03-17providers: add XOF support to blake2bČestmír Kalina
2023-03-16riscv: Clean up extension test macrosChristoph Müllner