summaryrefslogtreecommitdiffstats
path: root/engines
AgeCommit message (Expand)Author
2023-08-01Copyright year updatesMatt Caswell
2023-06-06Cast the argument to unsigned char when calling isdigit()Michael Baentsch
2023-05-30Update copyright yearTomas Mraz
2023-05-05Fix the padlock engineBernd Edlinger
2023-02-07Update copyright yearRichard Levitte
2023-01-20Padlock: fix byte swapping assembly for AES-192 and 256ValdikSS
2022-11-10Add a test case for the engine crash with AES-256-CTRBernd Edlinger
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-21str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2021-11-22ossl_do_blob_header: fix return checkPeiwei Hu
2021-10-19Make sure EVP_CIPHER_CTX_copy works with the dasync engineMatt Caswell
2021-10-11Replace 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
2021-03-01Fix build of /dev/crypto engine with no-dynamic-engine optionUndefBehavior
2021-02-18Update copyright yearMatt Caswell
2021-02-05ERR: Rebuild all generated error headers and source filesRichard Levitte
2021-01-28Update copyright yearRichard Levitte
2021-01-13Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb
2021-01-11Close /dev/crypto file descriptor after CRIOGET ioctl().John Baldwin
2021-01-07Update copyright yearMatt Caswell
2021-01-05Support session information on FreeBSD.John Baldwin
2021-01-05Use CRIOGET to fetch a crypto descriptor when present.John Baldwin
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-12-17MSBLOB & PVK: Make it possible to write EVP_PKEYs with provided internal keyRichard Levitte
2020-12-13Remove unnecessary guards around MSBLOB and PVK readers and writersRichard Levitte
2020-12-02Add test to demonstrate the app's new engine key loadingRichard Levitte
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-11-19e_loader_attic.c: Improve result handling of file_load_try_decode()Dr. David von Oheimb
2020-11-19Allow for PKCS#12 input without MAC in p12_kiss.c and e_loader_attic.cDr. David von Oheimb
2020-11-19e_loader_attic.c: Remove redundant 'pass phrase' sub-string from try_decode_P...Dr. David von Oheimb