This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git.
from 93a9feb feat: support to fetch balancer ip/port from ctx.var (#4109)
add 544ab52 feat: support client certificate verification (#4034)
No new revisions were added by this update.
Summary of changes:
apisix/admin/ssl.lua | 11 ++
apisix/init.lua | 13 ++
apisix/schema_def.lua | 12 ++
apisix/ssl.lua | 10 ++
apisix/ssl/router/radixtree_sni.lua | 21 ++-
docs/en/latest/admin-api.md | 2 +
docs/zh/latest/admin-api.md | 2 +
t/node/client-mtls.t | 306 ++++++++++++++++++++++++++++++++++++
8 files changed, 376 insertions(+), 1 deletion(-)
create mode 100644 t/node/client-mtls.t