From 1167751c883ba36dd4614af8613c7bea863ff4d0 Mon Sep 17 00:00:00 2001 From: Aapo Talvensaari Date: Wed, 4 May 2022 15:27:36 +0300 Subject: [PATCH] chore(deps) bump resty.openssl from 0.8.7 to 0.8.8 ### Summary #### [0.8.8] - 2022-04-14 ##### bug fixes - **ctx:** use global ctx where request is unavailable [e3590cf](https://github.com/fffonion/lua-resty-openssl/commit/e3590cfcbeb6f0d5f110c3c4e1b6cdc63b88e001) - **x509.extension:** correct X509V3_CTX size for OpenSSL 3.0 [0946c59](https://github.com/fffonion/lua-resty-openssl/commit/0946c5937fa9fa4bb41a70267a67fcc87307b6a6) ##### features - **x509.extension:** add X509V3_set_issuer_pkey in OpenSSL 3.0 [dbd3f74](https://github.com/fffonion/lua-resty-openssl/commit/dbd3f7418a665ae797e6ffc71ba1d7f0660c95f0) - **x509.store:** add set_purpose and verify_method parameter [b7500fe](https://github.com/fffonion/lua-resty-openssl/commit/b7500fe7212c26070363afeab4a8acfe44c3cfc8) --- CHANGELOG.md | 1 + kong-2.8.0-0.rockspec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1258c4e3230..bf13ef228d00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -120,6 +120,7 @@ [#8752](https://github.com/Kong/kong/pull/8752) - Bumped resty.openssl from 0.8.5 to 0.8.7 [#8592](https://github.com/Kong/kong/pull/8592) + [#8753](https://github.com/Kong/kong/pull/8753) - Bumped inspect from 3.1.2 to 3.1.3 [#8589](https://github.com/Kong/kong/pull/8589) - Bumped resty.acme from 0.7.2 to 0.8.0 diff --git a/kong-2.8.0-0.rockspec b/kong-2.8.0-0.rockspec index bc84d526602f..b64376b51246 100644 --- a/kong-2.8.0-0.rockspec +++ b/kong-2.8.0-0.rockspec @@ -36,7 +36,7 @@ dependencies = { "lua-resty-healthcheck == 1.5.0", "lua-resty-mlcache == 2.5.0", "lua-messagepack == 0.5.2", - "lua-resty-openssl == 0.8.7", + "lua-resty-openssl == 0.8.8", "lua-resty-counter == 0.2.1", "lua-resty-ipmatcher == 0.6.1", "lua-resty-acme == 0.8.0",