aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/openssl/patches/300-eng_devcrypto-close-open-session-on-init.patch
Commit message (Collapse)AuthorAgeFilesLines
* openssl: bump to release 1.1.1bEneas U de Queiroz2019-02-271-115/+0
| | | | | | | | | | | This is bugfix release that incorporated all of the devcrypto engine patches currently in the tree. The cleaning procedure in Package/Configure was not removing the dependency files, causing linking errors during a rebuild with different options. It was replaced by a simple make clean. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* openssl: patch to fix devcrypto sessions leakEneas U de Queiroz2019-02-171-0/+115
Applies a patch from https://github.com/openssl/openssl/pull/8213 that fixes an error where open /dev/crypto sessions were not closed. Thanks to Ansuel Smith for reporting it. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>