aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/openssl/patches/510-e_devcrypto-ignore-error-when-closing-session.patch
diff options
context:
space:
mode:
authorEneas U de Queiroz <cotequeiroz@gmail.com>2019-09-17 10:52:11 -0300
committerHans Dedecker <dedeckeh@gmail.com>2019-09-19 21:28:53 +0200
commitd868d0a5d7e1d76bb1a8980346d222fae55fa18b (patch)
treefa505ae31a91c2e33b0941bb1561d9a144c74a12 /package/libs/openssl/patches/510-e_devcrypto-ignore-error-when-closing-session.patch
parentce536aeb3958dd305f4156f5ed55fd02f2e49736 (diff)
downloadupstream-d868d0a5d7e1d76bb1a8980346d222fae55fa18b.tar.gz
upstream-d868d0a5d7e1d76bb1a8980346d222fae55fa18b.tar.bz2
upstream-d868d0a5d7e1d76bb1a8980346d222fae55fa18b.zip
openssl: bump to 1.1.1d
This version fixes 3 low-severity vulnerabilities: - CVE-2019-1547: ECDSA remote timing attack - CVE-2019-1549: Fork Protection - CVE-2019-1563: Padding Oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey Patches were refreshed. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Diffstat (limited to 'package/libs/openssl/patches/510-e_devcrypto-ignore-error-when-closing-session.patch')
-rw-r--r--package/libs/openssl/patches/510-e_devcrypto-ignore-error-when-closing-session.patch8
1 files changed, 5 insertions, 3 deletions
diff --git a/package/libs/openssl/patches/510-e_devcrypto-ignore-error-when-closing-session.patch b/package/libs/openssl/patches/510-e_devcrypto-ignore-error-when-closing-session.patch
index fb69599aeb..087994376d 100644
--- a/package/libs/openssl/patches/510-e_devcrypto-ignore-error-when-closing-session.patch
+++ b/package/libs/openssl/patches/510-e_devcrypto-ignore-error-when-closing-session.patch
@@ -1,16 +1,18 @@
-From b6e6d157367bae91a8015434769572e430257d40 Mon Sep 17 00:00:00 2001
+From b6b2744f06f64922b449b3cb4bf0ad3df3efba71 Mon Sep 17 00:00:00 2001
From: Eneas U de Queiroz <cote2004-github@yahoo.com>
Date: Mon, 11 Mar 2019 10:15:14 -0300
-Subject: [PATCH] e_devcrypto: ignore error when closing session
+Subject: e_devcrypto: ignore error when closing session
In cipher_init, ignore an eventual error when closing the previous
session. It may have been closed by another process after a fork.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
+diff --git a/engines/e_devcrypto.c b/engines/e_devcrypto.c
+index 7741138b82..2480bdbd57 100644
--- a/engines/e_devcrypto.c
+++ b/engines/e_devcrypto.c
-@@ -197,9 +197,8 @@ static int cipher_init(EVP_CIPHER_CTX *c
+@@ -197,9 +197,8 @@ static int cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
get_cipher_data(EVP_CIPHER_CTX_nid(ctx));
/* cleanup a previous session */