caddy/modules/caddytls
Matthew Holt 85ce15a5ad
tls: Add custom certificate selection policy
This migrates a feature that was previously reserved for enterprise
users, according to https://github.com/caddyserver/caddy/issues/2786.

Custom certificate selection policies allow advanced control over which
cert is selected when multiple qualify to satisfy a TLS handshake.
2019-10-09 19:41:45 -06:00
..
distributedstek tls: Add distributed_stek module 2019-10-09 19:38:26 -06:00
standardstek
acmemanager.go tls: Change struct fields to pointers, add nil checks; rate.Burst update 2019-09-30 09:07:43 -06:00
certselection.go tls: Add custom certificate selection policy 2019-10-09 19:41:45 -06:00
connpolicy.go tls: Change struct fields to pointers, add nil checks; rate.Burst update 2019-09-30 09:07:43 -06:00
fileloader.go
folderloader.go
matchers.go
pemloader.go tls: Add pem_loader module 2019-10-09 19:34:14 -06:00
sessiontickets.go
tls.go caddytls: nil check on storageClean fields on Stop 2019-10-02 23:39:32 -06:00
values.go