Comparison

core/certmanager.lua @ 10463:fbeb7a3fc4eb

core.portmanager: Fix TLS context inheritance for SNI hosts (completes SNI support)
author Kim Alvefur <zash@zash.se>
date Fri, 29 Nov 2019 23:24:14 +0100
parent 10237:a36af4570b39
child 10710:549e408bab14
comparison
equal deleted inserted replaced
10462:9af6ab2623b0 10463:fbeb7a3fc4eb
250 250
251 return { 251 return {
252 create_context = create_context; 252 create_context = create_context;
253 reload_ssl_config = reload_ssl_config; 253 reload_ssl_config = reload_ssl_config;
254 find_cert = find_cert; 254 find_cert = find_cert;
255 find_host_cert = find_host_cert;
255 }; 256 };