aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/caddytls
AgeCommit message (Expand)Author
2024-11-13core: Implement FastAbs to avoid repeated os.Getwd calls (#6687)Francis Lavoie
2024-11-05caddytls: Allow disabling storage cleaning, avoids writing two files (#6593)Francis Lavoie
2024-11-04caddyhttp: Add `MatchWithError` to replace SetVar hack (#6596)Francis Lavoie
2024-10-07caddytls: Drop `rate_limit` and `burst`, has been deprecated (#6611)Francis Lavoie
2024-10-01cmd: Better error handling when reloading (#6601)Matt Holt
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-25chore: Use slices package where possible (#6585)Francis Lavoie
2024-09-25caddytls: Give a better error message when given encrypted private keys (#6591)Francis Lavoie
2024-09-13perf: use zap's Check() to prevent useless allocs (#6560)Kévin Dunglas
2024-09-11caddytls: Add sni_regexp matcher (#6569)vnxme
2024-08-27tls: use Go default kex for the moment that include PQC (#6542)Bas Westerbaan
2024-08-12matchers: fix a regression in #6480 (#6510)vnxme
2024-08-07caddytls,caddyhttp: Placeholders for some TLS and HTTP matchers (#6480)vnxme
2024-07-24caddytls: Caddyfile support for TLS conn and cert sel policies (#6462)vnxme
2024-07-24caddytls: Caddyfile support for TLS handshake matchers (#6461)vnxme
2024-06-04Make it possible to configure the `DisableStorageCheck` setting for certmagic...Andreas Kohn
2024-06-01I'm so tired of typosMatthew Holt
2024-06-01caddytls: Implement certmagic.RenewalInfoGetterMatthew Holt
2024-05-20context: AppIfConfigured returns error; consider not-yet-provisioned modules ...Francis Lavoie
2024-05-20Fix lint error about deprecated method in smallstep/certificates/authorityMatthew Holt
2024-05-20caddytls: fix permission requirement with AutomationPolicy (#6328)Will Norris
2024-05-18caddytls: remove ClientHelloSNICtxKey (#6326)Will Norris
2024-05-18caddytls: set server name in context (#6324)Will Norris
2024-05-10Fix typos (#6311)Viktor Szépe
2024-05-08reverseproxy: Pointer to struct when loading modules; remove LazyCertPool (#6...WeidiDeng
2024-05-06caddytls: Ability to drop connections (close #6294)Matthew Holt
2024-04-30caddytls: Evict internal certs from cache based on issuer (#6266)v2.8.0-beta.1Matt Holt
2024-04-27chore: add warn logs when using deprecated fields (#6276)Mohammed Al Sahaf
2024-04-24run `golangci-lint run --fix --fast` (#6270)Mohammed Al Sahaf
2024-04-24caddytls: Option to configure certificate lifetime (#6253)clauverjat
2024-04-23doc: add `verifier` in `ClientAuthentication` caddyfile marshaler doc (#6263)Mohammed Al Sahaf
2024-04-22caddytls: Add Caddyfile support for on-demand permission module (close #6260)Matthew Holt
2024-04-15caddytls: Remove shim code supporting deprecated lego-dns (#6231)Aziz Rmadi
2024-04-15connection policy: add `local_ip` matcher (#6074)Mohammed Al Sahaf
2024-04-13caddytls: Upgrade ACMEz to v2; support ZeroSSL API; various fixes (#6229)Matt Holt
2024-04-13caddytls: Still provision permission module if ask is specifiedMatthew Holt
2024-03-30modules: fix some typo in conments (#6206)reallylowest
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-30caddytls: Make on-demand 'ask' permission modular (#6055)Matt Holt
2024-01-25chore: enabling a few more linters (#5961)Yolan Romailler
2024-01-25tls: modularize trusted CA providers (#5784)Mohammed Al Sahaf
2024-01-23caddyfile: Normalize & flatten all unmarshalers (#6037)Francis Lavoie
2024-01-09tls: add reuse_private_keys (#6025)Rithvik Vibhu
2023-12-07caddytls: Sync distributed storage cleaning (#5940)Matt Holt
2023-12-07caddytls: Context to DecisionFunc (#5923)Andreas Kohn
2023-12-04tls: accept placeholders in string values of certificate loaders (#5963)Mohammed Al Sahaf
2023-10-11tls: Add X25519Kyber768Draft00 PQ "curve" behind build tag (#5852)Bas Westerbaan
2023-08-23chore: Appease gosec linter (#5777)Matt Holt