summaryrefslogtreecommitdiff
path: root/engines
Commit message (Expand)AuthorAgeFilesLines
* 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-213-14/+9
* ossl_do_blob_header: fix return checkPeiwei Hu2021-11-221-2/+2
* 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-111-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
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-201-2/+0
* MSBLOB & PVK: Make it possible to write EVP_PKEYs with provided internal keyRichard Levitte2020-12-171-0/+1
* Remove unnecessary guards around MSBLOB and PVK readers and writersRichard Levitte2020-12-131-8/+0
* Add test to demonstrate the app's new engine key loadingRichard Levitte2020-12-021-0/+44
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-2413-22/+26
* e_loader_attic.c: Improve result handling of file_load_try_decode()Dr. David von Oheimb2020-11-191-1/+4
* Allow for PKCS#12 input without MAC in p12_kiss.c and e_loader_attic.cDr. David von Oheimb2020-11-191-1/+2
* e_loader_attic.c: Remove redundant 'pass phrase' sub-string from try_decode_P...Dr. David von Oheimb2020-11-191-1/+1
* Avoid duplicate ends_with_dirsep functionsTomas Mraz2020-11-111-15/+1
* Don't clear the whole error stack when loading enginesMatt Caswell2020-11-065-5/+56
* afalg: add a NULL pointer checkPauli2020-10-291-0/+3
* Unexport internal MSBLOB and PVK functionsRichard Levitte2020-10-212-2/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-11/+11
* Fix some things the rename script didn't quite get rightMatt Caswell2020-10-011-1/+1
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-6/+5