aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/caddytls/connpolicy.go
AgeCommit message (Expand)Author
5 daysgo.mod: Upgrade ACMEz to v3; and upgrade CertMagicMatthew Holt
2024-11-13core: Implement FastAbs to avoid repeated os.Getwd calls (#6687)Francis Lavoie
2024-11-04caddyhttp: Add `MatchWithError` to replace SetVar hack (#6596)Francis Lavoie
2024-10-01caddytls: Support new tls.context module (#6369)Matt Holt
2024-09-29doc: remove docs of deprecated directives (#6566)Mohammed Al Sahaf
2024-09-13perf: use zap's Check() to prevent useless allocs (#6560)Kévin Dunglas
2024-08-27tls: use Go default kex for the moment that include PQC (#6542)Bas Westerbaan
2024-07-24caddytls: Caddyfile support for TLS conn and cert sel policies (#6462)vnxme
2024-05-10Fix typos (#6311)Viktor Szépe
2024-05-06caddytls: Ability to drop connections (close #6294)Matthew Holt
2024-04-27chore: add warn logs when using deprecated fields (#6276)Mohammed Al Sahaf
2024-04-23doc: add `verifier` in `ClientAuthentication` caddyfile marshaler doc (#6263)Mohammed Al Sahaf
2024-04-13caddytls: Upgrade ACMEz to v2; support ZeroSSL API; various fixes (#6229)Matt Holt
2024-03-05caddytls: clientauth: leaf verifier: make trusted leaf certs source pluggable...Aziz Rmadi
2024-02-26caddytls: verifier: caddyfile: re-add Caddyfile support (#6127)Mohammed Al Sahaf
2024-01-25tls: modularize trusted CA providers (#5784)Mohammed Al Sahaf
2023-08-14ci: use gci linter (#5708)Jacob Gadikian
2023-08-07ci: Use gofumpt to format code (#5707)Jacob Gadikian
2023-05-13caddytls: Check for nil ALPN; close #5470 (#5473)Matt Holt
2023-05-10caddytls: Configurable fallback SNI (#5527)Matt Holt
2022-09-16caddyhttp: Support TLS key logging for debugging (#4808)David Manouchehri
2022-08-15caddyhttp: Enable HTTP/3 by default (#4707)Matt Holt
2022-08-02chore: Bump up to Go 1.19, minimum 1.18 (#4925)Francis Lavoie
2022-07-28caddytls: Remove PreferServerCipherSuitesMatthew Holt
2022-06-02caddytls: Make peer certificate verification pluggable (#4389)Gr33nbl00d
2021-09-29Move from deprecated ioutil to os and io packages (#4364)KallyDev
2020-12-02Minor commentsMatthew Holt
2020-11-25caddytls: Configure trusted CAs from PEM files (#3882)Matt Holt
2020-11-22ci: Use golangci's github action for linting (#3794)Dave Henderson
2020-07-30caddytls: Replace lego with acmez (#3621)Matt Holt
2020-06-05httpcaddyfile: Add client_auth options to tls directive (#3335)NWHirschfeld
2020-05-06tls/client auth: verify first certificates in client request (#3344)Karol Będkowski
2020-05-05httpcaddyfile: Only append TLS conn policy if it's non-empty (#3319)Matt Holt
2020-04-01Fix for last commitMatthew Holt
2020-04-01caddytls: Refactor certificate selection policies (close #1575)Matthew Holt
2020-04-01caddytls: Update cipher suite names and curve namesMatthew Holt
2020-03-20caddytls: Support wildcard matching in ServerName conn policy matcherMatthew Holt
2020-03-17httpcaddyfile: Many tls-related improvements including on-demand supportMatthew Holt
2020-03-13Some hotfixes for beta 16v2.0.0-beta.17Matthew Holt
2020-03-08caddytls: customizable client auth modes (#2913)evtr
2020-03-06Refactor for CertMagic v0.10; prepare for PKI appMatthew Holt
2020-02-03v2: only compare TLS protocol versions if both are set (#3005)Mohammed Al Sahaf
2020-01-03v2: housekeeping: address minor lint complaints (#2957)Mohammed Al Sahaf
2019-12-28http: Enable TLS for servers listening only on HTTPS portMatthew Holt
2019-12-10v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)Matt Holt
2019-09-30tls: Change struct fields to pointers, add nil checks; rate.Burst updateMatthew Holt
2019-09-14Eliminate some TODOsMatthew Holt
2019-09-12go.mod: Use lego v3 and CertMagic 0.7.0Matthew Holt
2019-09-03Initial implementation of TLS client authentication (#2731)Alexandre Stein
2019-08-09Implement config adapters and beginning of Caddyfile adapterMatthew Holt