Skip to content

Commit 1c9e3f5

Browse files
committed
release: 1.6.4
1 parent 42cac34 commit 1c9e3f5

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
## [Unreleased]
33

44

5+
<a name="1.6.4"></a>
6+
## [1.6.4] - 2025-09-08
7+
### bug fixes
8+
- **jwk:** fix EC key x and y padding [42cac34](https://github.com/fffonion/lua-resty-openssl/commit/42cac34d5749c8b629002f66e8bbc8ce7ff54303)
9+
10+
511
<a name="1.6.3"></a>
612
## [1.6.3] - 2025-09-04
713
### bug fixes
@@ -658,7 +664,8 @@
658664
- **x509:** export pubkey [ede4f81](https://github.com/fffonion/lua-resty-openssl/commit/ede4f817cb0fe092ad6f9ab5d6ecdcde864a9fd8)
659665

660666

661-
[Unreleased]: https://github.com/fffonion/lua-resty-openssl/compare/1.6.3...HEAD
667+
[Unreleased]: https://github.com/fffonion/lua-resty-openssl/compare/1.6.4...HEAD
668+
[1.6.4]: https://github.com/fffonion/lua-resty-openssl/compare/1.6.3...1.6.4
662669
[1.6.3]: https://github.com/fffonion/lua-resty-openssl/compare/1.6.2...1.6.3
663670
[1.6.2]: https://github.com/fffonion/lua-resty-openssl/compare/1.6.1...1.6.2
664671
[1.6.1]: https://github.com/fffonion/lua-resty-openssl/compare/1.6.0...1.6.1

lib/resty/openssl.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ try_require_modules()
2424

2525

2626
local _M = {
27-
_VERSION = '1.6.3',
27+
_VERSION = '1.6.4',
2828
}
2929

3030
function _M.load_modules()
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-openssl"
2-
version = "1.6.3-1"
2+
version = "1.6.4-1"
33
source = {
44
url = "git+https://github.com/fffonion/lua-resty-openssl.git",
5-
tag = "1.6.3"
5+
tag = "1.6.4"
66
}
77
description = {
88
detailed = "FFI-based OpenSSL binding for LuaJIT.",

0 commit comments

Comments
 (0)