index
:
caddy-cgi
caddy-cgi
fork of caddy for nix to build it with the cgi plugin
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
caddytls
/
tls.go
Age
Commit message (
Expand
)
Author
2019-08-21
Refactor Caddyfile adapter and module registration
Matthew Holt
2019-08-09
Implement config adapters and beginning of Caddyfile adapter
Matthew Holt
2019-07-02
go.mod: Append /v2 to module name; update all import paths
Matthew Holt
2019-07-01
tls: Enable TLS 1.3 by default; set sane defaults on tls.Config structs
Matthew Holt
2019-06-30
Add license
Matthew Holt
2019-06-26
Optionally enforce strict TLS SNI + HTTP Host matching, & misc. cleanup
Matthew Holt
2019-06-24
caddytls: Support tags for manually-loaded certificates
Matthew Holt
2019-06-21
Oops
Matthew Holt
2019-06-20
tls: Improve (and fix) on-demand configuration
Matthew Holt
2019-06-14
Rename caddy2 -> caddy
Matthew Holt
2019-06-04
Fix bugs related to auto HTTPS and alternate port configurations
Matthew Holt
2019-06-04
Change import paths to GitHub package names
Matthew Holt
2019-05-29
Implement session ticket keys; default STEK module with rotation
Matthew Holt
2019-05-27
Separate out certificate selection
Matthew Holt
2019-05-24
Implement custom cert selection policies; optimize matching for SNI
Matthew Holt
2019-05-21
Module.New() does not need to return an error
Matthew Holt
2019-05-16
Architectural shift to using context for config and module state
Matthew Holt
2019-04-26
General cleanup and more godocs
Matthew Holt
2019-04-25
Initial commit of Storage, TLS, and automatic HTTPS implementations
Matthew Holt
[prev]