summaryrefslogtreecommitdiff
path: root/engines
Commit message (Expand)AuthorAgeFilesLines
* Fix the padlock engineBernd Edlinger2023-05-051-2/+13
* /dev/crypto: Suppress warning when open /dev/crypto fails with ENXIO.Taylor R Campbell2023-03-311-1/+1
* Padlock: fix byte swapping assembly for AES-192 and 256ValdikSS2023-01-202-0/+4
* Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY2022-11-231-0/+1
* Add a test case for the engine crash with AES-256-CTRBernd Edlinger2022-11-021-0/+67
* Add af_alg errors to the error queueramin2022-10-214-3/+29
* apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-2/+2
* Add {lib}_R_{lib}_LIB, for our engines and other "external" modulesRichard Levitte2022-10-052-2/+10
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-053-89/+79
* Fix the checks of UI_add_input_stringPeiwei Hu2022-06-021-2/+2
* Rename x86-32 assembly files from .s to .S.Sebastian Andrzej Siewior2022-05-241-2/+2
* Update copyright yearMatt Caswell2022-05-033-3/+3
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-222-6/+7
* Move e_os.h to include/internalRichard Levitte2022-02-052-2/+2
* e_dasync: remove empty statementPauli2022-01-181-1/+0
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-1/+1
* ossl_do_blob_header: fix return checkPeiwei Hu2021-11-221-2/+2
* Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb2021-11-172-2/+1
* Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb2021-11-172-23/+13
* fix some code with obvious wrong coding stylex20182021-10-284-6/+6
* Make sure EVP_CIPHER_CTX_copy works with the dasync engineMatt Caswell2021-10-191-5/+20
* Replace the AES-128-CBC-HMAC-SHA1 cipher in e_ossltest.cBernd Edlinger2021-10-061-18/+198
* Fix a memory leak in the afalg engineBernd Edlinger2021-10-061-5/+2
* Fix for the dasync engineDmitry Belyavskiy2021-10-061-7/+11
* afalg: add some memory initialisation calls to pacify memory sanitisation.Pauli2021-07-011-0/+9
* Fix file_name_check() in storemgmt/file_store.c and e_loader_attic.cDr. David von Oheimb2021-06-251-4/+5
* Update copyright yearMatt Caswell2021-06-173-3/+3
* afalg: fix coverity 1485661 improper use of negative valuePauli2021-06-081-3/+4
* fix coverity 1485660 improper use of negative valuePauli2021-06-081-1/+6
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-015-37/+37
* ERR: Rebuild generated engine error filesSven Schwermer2021-05-285-10/+10
* Use "" for include crypto/xxxRich Salz2021-05-271-1/+1
* Make it possible to disable the loader_attic engineRichard Levitte2021-05-221-10/+12
* Update copyright yearMatt Caswell2021-05-201-1/+1
* Add bounds checking to length returned by wcslen in wide_to_asc conversion to...Jake Cooke2021-05-191-1/+10
* Make sure to include "crypto/ctype.h" to get ossl_isdigit()Richard Levitte2021-05-191-0/+1
* e_loader_attic: fix a use after free issuePauli2021-05-131-1/+1
* engine: fix double free on error path.Pauli2021-04-211-0/+1
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-1/+1
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fixup support for io_pgetevents_time64 syscallAlistair Francis2021-03-091-13/+42
* Fix build of /dev/crypto engine with no-dynamic-engine optionUndefBehavior2021-03-011-1/+0
* Update copyright yearMatt Caswell2021-02-1810-10/+10
* ERR: Rebuild all generated error headers and source filesRichard Levitte2021-02-0510-119/+0
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb2021-01-131-1/+2
* Close /dev/crypto file descriptor after CRIOGET ioctl().John Baldwin2021-01-111-0/+2
* Update copyright yearMatt Caswell2021-01-071-1/+1
* Support session information on FreeBSD.John Baldwin2021-01-051-12/+60
* Use CRIOGET to fetch a crypto descriptor when present.John Baldwin2021-01-051-1/+13