summaryrefslogtreecommitdiff
path: root/engines
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo in bind_loader_attic commentDaniel Bevenius2020-09-171-1/+1
* Fix safestack issues in x509.hMatt Caswell2020-09-132-4/+0
* STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte2020-09-036-1/+1941
* engines: fixed to work with EVP_*_meth calls deprecatedPauli2020-07-223-3/+3
* Update copyright yearRichard Levitte2020-07-161-1/+1
* deprecate enginesPauli2020-07-166-2/+17
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+3
* Update copyright yearMatt Caswell2020-04-234-4/+4
* Deprecate the low level RSA functions.Pauli2020-02-202-84/+191
* Fix misspelling errors and typos reported by codespellDr. Matthias St. Pierre2020-02-061-1/+1
* Deprecate the low level SHA functions.Pauli2020-01-192-41/+54
* Deprecate the low level AES functionsMatt Caswell2020-01-061-0/+6
* Update source files for deprecation at 3.0Richard Levitte2019-11-074-4/+4
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-3/+4
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-285-10/+10
* Add support for io_pgetevents_time64 syscallAlistair Francis2019-09-181-0/+16
* Unify all assembler file generatorsRichard Levitte2019-09-162-6/+7
* build.info: For all assembler generators, remove all argumentsRichard Levitte2019-09-161-3/+2
* Replace FUNCerr with ERR_raise_dataRich Salz2019-08-021-8/+8
* Avoid using ERR_put_error() directly in OpenSSL codeRichard Levitte2019-07-314-4/+8
* Use OPENSSL_strlcpy instead of strncpy in e_afalg.cBernd Edlinger2019-07-301-10/+4