Skip to content

Commit

Permalink
chore(deps) bump resty.openssl from 0.8.8 to 0.8.10
Browse files Browse the repository at this point in the history
 #### Features
* __x509.init__ add `get_signature_digest_name` to return short name of digest algorithm.
* __x509.csr__ add `get_signature_digest_name` to return short name of digest algorithm.
* __x509.crl__ add `get_signature_digest_name` to return short name of digest algorithm.
* __objects__ add `find_sigid_algs` to transforms signature `nid` to digest `nid`.

 #### Issue reference
* Fix _[FTI-3334](https://konghq.atlassian.net/browse/FTI-3334)_
  • Loading branch information
outsinre committed Jun 28, 2022
1 parent 5d5b7e5 commit 5543fc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,10 @@
[#8544](https://github.com/Kong/kong/pull/8544)
[#8752](https://github.com/Kong/kong/pull/8752)
[#8994](https://github.com/Kong/kong/pull/8994)
- Bumped resty.openssl from 0.8.5 to 0.8.7
- Bumped resty.openssl from 0.8.8 to 0.8.10
[#8592](https://github.com/Kong/kong/pull/8592)
[#8753](https://github.com/Kong/kong/pull/8753)
[#9023](https://github.com/Kong/kong/pull/9023)
- 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
Expand Down
2 changes: 1 addition & 1 deletion kong-2.8.0-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = {
"lua-resty-healthcheck == 1.5.1",
"lua-resty-mlcache == 2.5.0",
"lua-messagepack == 0.5.2",
"lua-resty-openssl == 0.8.8",
"lua-resty-openssl == 0.8.10",
"lua-resty-counter == 0.2.1",
"lua-resty-ipmatcher == 0.6.1",
"lua-resty-acme == 0.8.0",
Expand Down

0 comments on commit 5543fc1

Please sign in to comment.