openresty / stream-lua-nginx-module

Embed the power of Lua into NGINX TCP/UDP servers
BSD 2-Clause "Simplified" License
725 stars 199 forks source link

feature: Add functions to parse DER formatted certificates/keys #336

Closed devicenull closed 8 months ago

devicenull commented 8 months ago

This brings stream up to feature parity with HTTP

See https://github.com/openresty/lua-resty-core/pull/455 and https://github.com/openresty/lua-nginx-module/pull/2278

zhuizhuhaomeng commented 8 months ago

merged with small modifications.