summaryrefslogtreecommitdiff
path: root/engines
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Deprecate SYSerr, add new FUNCerr macroRich Salz2019-07-221-8/+8
* Add ERR_put_func_error, and use it.Rich Salz2019-07-221-8/+8
* Regenerate mkerr filesRich Salz2019-07-1612-120/+79
* Fix TyposAntoine Cœur2019-07-021-1/+1
* Move padlock_asm_src file information to build.info filesRichard Levitte2019-06-171-3/+17
* Fix CHECK_BSD_STYLE_MACROS for OpenBSD and cryptodev-linuxRetropotenza2019-05-311-1/+1
* Build cleanup: don't use SHARED_SOURCE with modulesRichard Levitte2019-04-021-6/+6
* Ensure that the struct msghdr is properly zeroed.Pauli2019-03-291-1/+2
* Fix strict-warnings build on FreeBSDBenjamin Kaduk2019-03-191-1/+1
* padlock: generate assembler source for static libraries tooRichard Levitte2019-03-051-3/+3
* Deprecate the "hw" configuration options, make "padlockeng" disablableRichard Levitte2019-03-052-67/+66
* Make the padlock engine build correctlyRichard Levitte2019-02-271-3/+3
* engines/dasync: add explaining comments about AES-128-CBC-HMAC-SHA1Dr. Matthias St. Pierre2019-02-221-0/+16