Skip to content

Commit

Permalink
chore(deps): bump resty-openssl from 0.8.25 to 1.0.1 (#11954)
Browse files Browse the repository at this point in the history
### Summary

<a name="1.0.1"></a>
#### [1.0.1] - 2023-11-07
##### bug fixes
- **jwk:** return error if exporting private key from public key ([#128](fffonion/lua-resty-openssl#128)) [3a1bc27](fffonion/lua-resty-openssl@3a1bc27)

<a name="1.0.0"></a>
#### [1.0.0] - 2023-11-03
##### code refactoring
- **\*:** remove unused cdefs [84abc0a](fffonion/lua-resty-openssl@84abc0a)
- **\*:** BREAKING: drop OpenSSL 1.0.2, 1.1.0 and BoringSSL support [99b493e](fffonion/lua-resty-openssl@99b493e)

##### features
- **fips:** add get_fips_version_text [935227b](fffonion/lua-resty-openssl@935227b)

<a name="0.8.26"></a>
#### [0.8.26] - 2023-10-30
##### bug fixes
- **version:** add support for all 3.x versions [1516b4d](fffonion/lua-resty-openssl@1516b4d)
- **x509.csr:** remove extension before adding it [d6ed964](fffonion/lua-resty-openssl@d6ed964)

Signed-off-by: Aapo Talvensaari <[email protected]>
  • Loading branch information
bungle authored Nov 8, 2023
1 parent 4b12b23 commit 1c906a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog/unreleased/kong/bump-resty-openssl-1.0.1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
message: Bump resty-openssl from 0.8.25 to 1.0.1
type: dependency
scope: Core
2 changes: 1 addition & 1 deletion kong-3.6.0-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = {
"lua-resty-healthcheck == 3.0.0",
"lua-messagepack == 0.5.2",
"lua-resty-aws == 1.3.5",
"lua-resty-openssl == 0.8.25",
"lua-resty-openssl == 1.0.1",
"lua-resty-counter == 0.2.1",
"lua-resty-ipmatcher == 0.6.1",
"lua-resty-acme == 0.12.0",
Expand Down

1 comment on commit 1c906a9

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:1c906a9b4282e9176f044642bd63b4b479db222f
Artifacts available https://github.com/Kong/kong/actions/runs/6800769883

Please sign in to comment.