File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ try_require_modules()
2424
2525
2626local _M = {
27- _VERSION = ' 1.6.3 ' ,
27+ _VERSION = ' 1.6.4 ' ,
2828}
2929
3030function _M .load_modules ()
Original file line number Diff line number Diff line change 11package = " lua-resty-openssl"
2- version = " 1.6.3 -1"
2+ version = " 1.6.4 -1"
33source = {
44 url = " git+https://github.com/fffonion/lua-resty-openssl.git" ,
5- tag = " 1.6.3 "
5+ tag = " 1.6.4 "
66}
77description = {
88 detailed = " FFI-based OpenSSL binding for LuaJIT." ,
You can’t perform that action at this time.
0 commit comments