Age | Commit message (Expand) | Author |
2020-02-07 | tls: Slight adjustment to how DNS provider modules are loaded | Matthew Holt |
2020-02-06 | caddyfile: tls: Tag manual certificates (#2588) | Matthew Holt |
2020-02-03 | v2: only compare TLS protocol versions if both are set (#3005) | Mohammed Al Sahaf |
2020-01-06 | A few miscellaneous, minor fixes | Matthew Holt |
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-10-28 | v2: Logging! (#2831) | Matt Holt |
2019-10-21 | tls: Make the on-demand rate limiter actually work | Matthew Holt |
2019-10-16 | tls: Asynchronous cert management at startup (uses CertMagic v0.8.0) | Matthew Holt |
2019-10-09 | tls: Add custom certificate selection policy | Matthew Holt |
2019-10-09 | tls: Add distributed_stek module | Matthew Holt |
2019-10-09 | tls: Add pem_loader module | Matthew Holt |
2019-10-02 | caddytls: nil check on storageClean fields on Stop | Matthew Holt |
2019-09-30 | tls: Change struct fields to pointers, add nil checks; rate.Burst update | Matthew Holt |
2019-09-24 | tls: Make cert and OCSP check intervals configurable | Matthew Holt |
2019-09-24 | tls/acme: Ability to customize trusted roots for ACME servers (#2756) | Matt Holt |
2019-09-17 | tls: Clean up expired OCSP staples and certificates | Matthew Holt |
2019-09-14 | Eliminate some TODOs | Matthew Holt |
2019-09-13 | http: Consider wildcards when evaluating automatic HTTPS | Matthew Holt |
2019-09-12 | tls: Do away with SetDefaults which did nothing useful | Matthew Holt |
2019-09-12 | go.mod: Use lego v3 and CertMagic 0.7.0 | Matthew Holt |
2019-09-11 | tls: Remove support for TLS 1.0 and TLS 1.1 | Matthew Holt |
2019-09-11 | tls: Use Let's Encrypt production endpoint | Matthew Holt |
2019-09-10 | Require Go 1.13; use Go 1.13's default support for TLS 1.3 | Matthew Holt |
2019-09-03 | Initial implementation of TLS client authentication (#2731) | Alexandre Stein |
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-18 | tls: Use IANA-standard cipher suite names | Matthew Holt |
2019-07-18 | Fix DNS provider module unmarshaling (closes #2676) | Matthew Holt |
2019-07-05 | acmemanager: Use storage module key "module" instead of "system" | 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-18 | Implement templates handler; various minor cleanups and bug fixes | 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-06-03 | Customize admin endpoint address with -listen flag | 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-21 | Honor the configured CA value | 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 |