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
/
connpolicy.go
Age
Commit message (
Expand
)
Author
2020-03-20
caddytls: Support wildcard matching in ServerName conn policy matcher
Matthew Holt
2020-03-17
httpcaddyfile: Many tls-related improvements including on-demand support
Matthew Holt
2020-03-13
Some hotfixes for beta 16
Matthew Holt
2020-03-08
caddytls: customizable client auth modes (#2913)
evtr
2020-03-06
Refactor for CertMagic v0.10; prepare for PKI app
Matthew Holt
2020-02-03
v2: only compare TLS protocol versions if both are set (#3005)
Mohammed Al Sahaf
2020-01-03
v2: housekeeping: address minor lint complaints (#2957)
Mohammed Al Sahaf
2019-12-28
http: Enable TLS for servers listening only on HTTPS port
Matthew Holt
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-09-30
tls: Change struct fields to pointers, add nil checks; rate.Burst update
Matthew Holt
2019-09-14
Eliminate some TODOs
Matthew Holt
2019-09-12
go.mod: Use lego v3 and CertMagic 0.7.0
Matthew Holt
2019-09-03
Initial implementation of TLS client authentication (#2731)
Alexandre Stein
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-20
tls: Improve (and fix) on-demand configuration
Matthew Holt
2019-06-14
Rename caddy2 -> caddy
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-28
Minor cleanups
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-16
Architectural shift to using context for config and module state
Matthew Holt
2019-05-14
Rename and export some types, other minor changes
Matthew Holt
2019-04-29
Instantiate apps that are needed but not explicitly configured
Matthew Holt
2019-04-25
Initial commit of Storage, TLS, and automatic HTTPS implementations
Matthew Holt