Skip to content

Commit

Permalink
chore(deps): bump resty.openssl from 0.8.20 to 0.8.22
Browse files Browse the repository at this point in the history
### Summary

#### [0.8.22] - 2023-04-26
##### bug fixes
- **crypto:** use OPENSSL_free in BoringSSL ([#107](fffonion/lua-resty-openssl#107)) [7830212](fffonion/lua-resty-openssl@7830212)

<a name="0.8.21"></a>
#### [0.8.21] - 2023-03-24
##### features
- **x509.store:** extend verify to support setting flags ([#104](fffonion/lua-resty-openssl#104)) [fa45b6c](fffonion/lua-resty-openssl@fa45b6c)

Signed-off-by: Aapo Talvensaari <[email protected]>
  • Loading branch information
bungle committed May 10, 2023
1 parent 2be5d8c commit e924da0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

## Unreleased

### Dependencies

- Bumped lua-resty-openssl from 0.8.20 to 0.8.22
[#10463](https://github.com/Kong/kong/pull/10463)

## 3.3.0

Expand Down
2 changes: 1 addition & 1 deletion kong-3.4.0-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = {
"lua-resty-healthcheck == 1.6.2",
"lua-resty-mlcache == 2.6.0",
"lua-messagepack == 0.5.2",
"lua-resty-openssl == 0.8.20",
"lua-resty-openssl == 0.8.22",
"lua-resty-counter == 0.2.1",
"lua-resty-ipmatcher == 0.6.1",
"lua-resty-acme == 0.11.0",
Expand Down

0 comments on commit e924da0

Please sign in to comment.