Age | Commit message (Expand) | Author |
2020-05-02 | caddytls: Finish upgrading to libdns DNS providers for ACME challenges | Matthew Holt |
2020-05-02 | caddytls: Fix namespace tls.dns -> dns.providers | Matthew Holt |
2020-04-30 | go.mod: Remove DNSProviderMaker interface; update to lego 3.6 | Matthew Holt |
2020-04-30 | caddytls: Adjust DNS challenge structure; clarify some docs | Matthew Holt |
2020-04-25 | Fix misspelling in onDemandAskRequest error (#3308) | Christoffer Andersson |
2020-04-09 | caddytls: Don't initialize default internal issuer unless necessary | Matthew Holt |
2020-04-08 | chore: make the linter happier (#3245) | Mohammed Al Sahaf |
2020-04-08 | httpcaddyfile, caddytls: Multiple edge case fixes; add tests | Matthew Holt |
2020-04-06 | caddytls: Support custom bind host for challenges (#3232) | Matthew Holt |
2020-04-02 | caddytls: Encode big.Int as string with JSON | Matthew Holt |
2020-04-01 | Fix for last commit | Matthew Holt |
2020-04-01 | caddytls: Refactor certificate selection policies (close #1575) | Matthew Holt |
2020-04-01 | caddytls: Update cipher suite names and curve names | Matthew Holt |
2020-03-31 | caddytls: Add support for externalAccountBinding ACME extension | Matthew Holt |
2020-03-26 | caddytls: Remove ManageSync | Matthew Holt |
2020-03-26 | caddytls: Match automation policies by wildcard subjects too | Matthew Holt |
2020-03-25 | caddytls: Support placeholders in key_type (#3176) | Pascal |
2020-03-23 | tls: Few minor improvements/simplifications | Matthew Holt |
2020-03-20 | tls/http: Fix auto-HTTPS logic w/rt default issuers (fixes #3164) | Matthew Holt |
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-15 | caddytls: Clean up some code related to automation | Matthew Holt |
2020-03-15 | Add missing license texts | Matthew Holt |
2020-03-15 | caddytls: Set Issuer properly on automation policies (fix #3150) | Matthew Holt |
2020-03-13 | Some hotfixes for beta 16 | Matthew Holt |
2020-03-13 | v2: Implement 'pki' app powered by Smallstep for localhost certificates (#3125) | Matt Holt |
2020-03-08 | caddytls: customizable client auth modes (#2913) | evtr |
2020-03-07 | tls: Couple of quick fixes for 4d18587192e4fffe5b34b714eaabcfc212914c1e | Matthew Holt |
2020-03-07 | tls: Auto-migrate cert assets to new path (details in #3124) | Matthew Holt |
2020-03-06 | Refactor for CertMagic v0.10; prepare for PKI app | Matthew Holt |
2020-02-18 | tls: Fix panic loading automation management modules (fix #3004) | Matthew Holt |
2020-02-14 | tls: Avoid duplication AutomationPolicies for large quantities of names | Matthew Holt |
2020-02-14 | Minor tweaks to docs/comments | Matthew Holt |
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 |