summaryrefslogtreecommitdiffstats
path: root/engines
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-03-14Fix dasync_rsa_decrypt to call EVP_PKEY_meth_get_decryptVladimirs Ambrosovs
2024-01-31Fix a possible memleak in bind_afalgBernd Edlinger
2023-12-22Remove uneeded cast to unsigned intRose
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
2023-09-07Copyright year updatesMatt Caswell
2023-07-18Fix typos found by codespellDimitri Papadopoulos
2023-06-15Fix typos found by codespellDimitri Papadopoulos
2023-06-06Cast the argument to unsigned char when calling isdigit()Michael Baentsch
2023-05-05Fix the padlock engineBernd Edlinger
2023-03-31/dev/crypto: Suppress warning when open /dev/crypto fails with ENXIO.Taylor R Campbell
2023-01-20Padlock: fix byte swapping assembly for AES-192 and 256ValdikSS
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY
2022-11-02Add a test case for the engine crash with AES-256-CTRBernd Edlinger
2022-10-21Add af_alg errors to the error queueramin
2022-10-12apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-10-05Add {lib}_R_{lib}_LIB, for our engines and other "external" modulesRichard Levitte
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-06-02Fix the checks of UI_add_input_stringPeiwei Hu
2022-05-24Rename x86-32 assembly files from .s to .S.Sebastian Andrzej Siewior
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-01-18e_dasync: remove empty statementPauli
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-11-22ossl_do_blob_header: fix return checkPeiwei Hu
2021-11-17Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb
2021-11-17Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb
2021-10-28fix some code with obvious wrong coding stylex2018
2021-10-19Make sure EVP_CIPHER_CTX_copy works with the dasync engineMatt Caswell
2021-10-06Replace the AES-128-CBC-HMAC-SHA1 cipher in e_ossltest.cBernd Edlinger
2021-10-06Fix a memory leak in the afalg engineBernd Edlinger
2021-10-06Fix for the dasync engineDmitry Belyavskiy
2021-07-01afalg: add some memory initialisation calls to pacify memory sanitisation.Pauli
2021-06-25Fix file_name_check() in storemgmt/file_store.c and e_loader_attic.cDr. David von Oheimb
2021-06-17Update copyright yearMatt Caswell
2021-06-08afalg: fix coverity 1485661 improper use of negative valuePauli
2021-06-08fix coverity 1485660 improper use of negative valuePauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-28ERR: Rebuild generated engine error filesSven Schwermer
2021-05-27Use "" for include crypto/xxxRich Salz
2021-05-22Make it possible to disable the loader_attic engineRichard Levitte
2021-05-20Update copyright yearMatt Caswell
2021-05-19Add bounds checking to length returned by wcslen in wide_to_asc conversion to...Jake Cooke
2021-05-19Make sure to include "crypto/ctype.h" to get ossl_isdigit()Richard Levitte
2021-05-13e_loader_attic: fix a use after free issuePauli
2021-04-21engine: fix double free on error path.Pauli
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2021-03-11Update copyright yearMatt Caswell
2021-03-09Fixup support for io_pgetevents_time64 syscallAlistair Francis