summaryrefslogtreecommitdiff
path: root/modules/caddytls
AgeCommit message (Expand)Author
2023-10-11tls: Add X25519Kyber768Draft00 PQ "curve" behind build tag (#5852)Bas Westerbaan
2023-08-23chore: Appease gosec linter (#5777)Matt Holt
2023-08-14ci: use gci linter (#5708)Jacob Gadikian
2023-08-09caddytls: Update docs for on-demand configMatthew Holt
2023-08-07ci: Use gofumpt to format code (#5707)Jacob Gadikian
2023-07-11caddytls: Reuse certificate cache through reloads (#5623)Matt Holt
2023-06-04caddytls: Clarify some JSON config docsMatthew Holt
2023-05-15caddyhttp: Refactor cert Managers (fix #5415) (#5533)Matt Holt
2023-05-13caddytls: Check for nil ALPN; close #5470 (#5473)Matt Holt
2023-05-10caddytls: Configurable fallback SNI (#5527)Matt Holt
2023-03-27caddytls: Eval replacer on automation policy subjects (#5459)Francis Lavoie
2023-03-20caddytls: Zero out throttle window first (#5443)Matt Holt
2023-03-14caddytls: Allow on-demand w/o ask for internal-onlyMatthew Holt
2023-03-14caddytls: Require 'ask' endpoint for on-demand TLSMatthew Holt
2023-02-22caddytls: Relax the warning for on-demand (#5384)Francis Lavoie
2023-01-30caddytls: Debug log for ask endpointMatthew Holt
2023-01-06caddytls: Add `dns_ttl` config, improve Caddyfile `tls` options (#5287)Yannick Ihmels
2022-09-16core: Variadic Context.Logger(); soft deprecationMatthew Holt
2022-09-16caddyhttp: Support TLS key logging for debugging (#4808)David Manouchehri
2022-09-16caddytls: Debug log on implicit tailscale error (#5041)Matthew Holt
2022-09-13caddytls: Error if placeholder is empty in 'ask'Matthew Holt
2022-08-31events: Implement event system (#4912)Francis Lavoie
2022-08-23caddytls: Log error if ask request failsMatthew Holt
2022-08-17core: Change net.IP to netip.Addr; use netip.Prefix (#4966)WilczyƄskiT
2022-08-15caddyhttp: Enable HTTP/3 by default (#4707)Matt Holt
2022-08-08Improve docs for ZeroSSL issuerMatthew Holt
2022-08-02chore: Bump up to Go 1.19, minimum 1.18 (#4925)Francis Lavoie
2022-07-28caddytls: Remove PreferServerCipherSuitesMatthew Holt
2022-07-05caddytls: Reuse issuer between PreCheck and Issue (#4866)Matt Holt
2022-06-02caddytls: Make peer certificate verification pluggable (#4389)Gr33nbl00d
2022-04-22caddytls: Add `propagation_delay`, support `propagation_timeout -1` (#4723)Francis Lavoie
2022-03-25go.mod: Upgrade CertMagic to v0.16.0Matthew Holt
2022-03-08caddytls: dns_challenge_override_domain for challenge delegation (#4596)Ran Chen
2022-02-17caddytls: Support external certificate Managers (like Tailscale) (#4541)Matt Holt
2022-01-18caddytls: Add internal Caddyfile `lifetime`, `sign_with_root` opts (#4513)Francis Lavoie
2022-01-13caddytls: Fix `MatchRemoteIP` provisoning with multiple CIDR ranges (#4522)GallopingKylin
2021-12-13caddypki: Minor tweak, don't use context pointerMatthew Holt
2021-12-13pki: Avoid provisioning the `local` CA when not necessary (#4463)Francis Lavoie
2021-11-02caddytls: Mark storage clean timestamp at end of routine (#4401)Matt Holt
2021-09-29Move from deprecated ioutil to os and io packages (#4364)KallyDev
2021-09-24General minor improvements to docsMatthew Holt
2021-06-25caddytls: Remove "IssuerRaw" fieldMatthew Holt
2021-06-08httpcaddyfile: Add `preferred_chains` global option and issuer subdirective (...Klooven
2021-06-07caddytls: Add Caddyfile support for `propagation_timeout` (#4178)Peter Magnusson
2021-06-03go.mod: Update direct dependenciesMatthew Holt
2021-05-08caddytls: Run replacer on ask URL, for env vars (#4154)Francis Lavoie
2021-04-30caddytls: Implement remote IP connection matcher (#4123)Matt Holt
2021-04-21caddytls: Add `load_storage` module (#4055)Francis Lavoie
2021-04-12caddytls: Disable OCSP stapling for manual certs (#4064)Matthew Holt
2021-04-12caddytls: Configurable storage clean intervalMatthew Holt