summaryrefslogtreecommitdiffstats
path: root/providers/implementations
AgeCommit message (Expand)Author
2023-09-28Copyright year updatesMatt Caswell
2023-09-27fips selftest: avoid relying on a real RNG for self testsPauli
2023-09-27fix indentationPauli
2023-09-18Fix new typos found by codespellDimitri Papadopoulos
2023-09-17Fix a key repointing in various ciphersNeil Horman
2023-09-15Remove use of _Static_assertMatt Caswell
2023-09-15Fix build of SHA3 on ARM64 with no-asmTomas Mraz
2023-09-14Have legacy blake2 EVP structure use base blake2 implementationRichard Levitte
2023-09-13Fix a memleak in prepare_rsa_paramsBernd Edlinger
2023-09-12Add dupctx support to rc4_hmac_md5 algoNeil Horman
2023-09-12implement dupctx for chacha20_poly1305Neil Horman
2023-09-12Fix aes_gcm_siv dupctx functionNeil Horman
2023-09-12implement dupctx for aes_WRAP methodsNeil Horman
2023-09-12Add dupctx support to aead ciphersNeil Horman
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
2023-09-11Remove repeated wordsDimitri Papadopoulos
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-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