Age | Commit message (Expand) | Author |
2020-07-08 | caddytls: Move initial storage clean op into goroutine | Matthew Holt |
2020-06-11 | caddytls: Don't decode HMAC | Matthew Holt |
2020-06-05 | httpcaddyfile: Add client_auth options to tls directive (#3335) | NWHirschfeld |
2020-06-05 | caddytls: Configurable cache size limit | Matthew Holt |
2020-06-02 | caddytls: Actually use configured test CA | Matthew Holt |
2020-06-01 | go.mod: Update dependencies | Matthew Holt |
2020-05-12 | all: Recover from panics in goroutines | Matthew Holt |
2020-05-06 | tls/client auth: verify first certificates in client request (#3344) | Karol Będkowski |
2020-05-05 | httpcaddyfile: Only append TLS conn policy if it's non-empty (#3319) | Matt Holt |
2020-05-05 | pki: Embedded ACME server (#3198) | Matt Holt |
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 |