summaryrefslogtreecommitdiffstats
path: root/providers (follow)
Commit message (Expand)AuthorAgeFilesLines
* fips selftest: avoid relying on a real RNG for self testsPauli2023-09-273-67/+133
* fix indentationPauli2023-09-271-1/+1
* remove redundant free of NULLPauli2023-09-271-8/+1
* Fix new typos found by codespellDimitri Papadopoulos2023-09-184-10/+10
* Fix a key repointing in various ciphersNeil Horman2023-09-175-5/+35
* Remove use of _Static_assertMatt Caswell2023-09-151-8/+3
* Fix build of SHA3 on ARM64 with no-asmTomas Mraz2023-09-151-1/+1
* Have legacy blake2 EVP structure use base blake2 implementationRichard Levitte2023-09-142-5/+2
* Fix a memleak in prepare_rsa_paramsBernd Edlinger2023-09-131-1/+4
* Add dupctx support to rc4_hmac_md5 algoNeil Horman2023-09-122-0/+29
* implement dupctx for chacha20_poly1305Neil Horman2023-09-121-0/+21
* Fix aes_gcm_siv dupctx functionNeil Horman2023-09-121-1/+1
* implement dupctx for aes_WRAP methodsNeil Horman2023-09-121-0/+21
* Add dupctx support to aead ciphersNeil Horman2023-09-127-0/+70
* "foo * bar" should be "foo *bar"Dimitri Papadopoulos2023-09-116-8/+8
* Remove repeated wordsDimitri Papadopoulos2023-09-111-1/+1
* make updateMatt Caswell2023-09-073-104/+118
* Copyright year updatesMatt Caswell2023-09-07129-129/+129
* Implement dupctx for chacha20 cipherNeil Horman2023-09-041-0/+21
* Fix decoders so that they use the passed in propq.slontis2023-08-164-5/+124
* When exporting/importing decoded keys do not use 0 as selectionTomas Mraz2023-08-043-3/+15
* Avoid exporting bogus (empty) data if empty selection is usedTomas Mraz2023-08-044-0/+12
* Don't add the msblob/pvk decoders if they're not suitableMatt Caswell2023-08-012-0/+27
* Update with `ARMV8_HAVE_SHA3_AND_WORTH_USING`sdlyyxy2023-07-211-6/+2
* Move CPU detection to armcap.csdlyyxy2023-07-211-27/+6
* Enable ARMv8.2 accelerated SHA3 on compatible Apple CPUssdlyyxy2023-07-211-0/+59
* Optimise PKEY decodersMatt Caswell2023-07-171-3/+1
* Do not ignore empty associated data with AES-SIV modeTomas Mraz2023-07-141-7/+11
* Add limited support for WebAssembly WASI targetMarcin Kolny2023-07-061-0/+4
* prov(legacy): update to structure based atomicsPauli2023-07-014-14/+8
* Do not use stitched AES-GCM implementation on PPC32Tomas Mraz2023-06-301-1/+1
* Add support for SHA256/192Fergus Dall2023-06-284-1/+9
* fips: use tsan counter instead of tsan_add to incrementPauli2023-06-161-1/+1
* Fix typos found by codespellDimitri Papadopoulos2023-06-154-4/+4
* fips: update DSA security check to fix legacy verify strengthsPauli2023-06-151-7/+15
* fips: use memory ordering rather than locksPauli2023-06-141-36/+14
* configure: introduce no-ecx to remove ECX related featureYi Li2023-06-1413-49/+91
* add cygwin CIMichael Baentsch2023-06-121-1/+1
* Fix build on cygwinMichael Baentsch2023-06-121-1/+3
* Coverity 1531836: Check return value of CRYPTO_atomic_add()Tomas Mraz2023-06-111-2/+3
* Set RC4 defines on libcrypto/liblegacyTomas Mraz2023-06-101-0/+3
* Cast the argument to unsigned char when calling isdigit()Michael Baentsch2023-06-061-3/+3
* gcm: use the new faster param location mechanism.Pauli2023-06-021-0/+1
* params: provide a faster TRIE based param lookup.Pauli2023-06-021-135/+152
* Enable obtaining certain DRBG params without a lockMatt Caswell2023-06-015-10/+59
* Refactor the DRBG implementations to manage locking themselvesMatt Caswell2023-06-015-59/+261
* If oaep_md is not initialized, correctly initialize itDmitry Belyavskiy2023-05-231-3/+5
* Update the FIPS checksumsTomas Mraz2023-05-223-138/+174
* Update hkdf.c to avoid potentially vulnerable code patternNicky Mouha2023-05-191-1/+1
* provider: return error if buf too small when getting ec pubkey paramYi Li2023-05-121-1/+1