checker-tls/checker
Pierre-Olivier Mercier 79782a49c4 Migrate to checker-sdk-go v1.3.0 with standalone build tag
The SDK split the HTTP server scaffolding into the new
checker-sdk-go/checker/server subpackage. Update main.go to import
server and call server.New, and isolate the interactive form code
behind the standalone build tag so plugin/builtin builds skip
net/http entirely.
2026-04-24 14:04:55 +07:00
..
collect.go Initial commit 2026-04-24 12:13:57 +07:00
definition.go Initial commit 2026-04-24 12:13:57 +07:00
fetch.go Expose FetchChain and BuildChain helpers for external callers 2026-04-24 12:18:44 +07:00
interactive.go Migrate to checker-sdk-go v1.3.0 with standalone build tag 2026-04-24 14:04:55 +07:00
prober.go Publish certificate chain data for DANE consumers 2026-04-24 12:14:58 +07:00
prober_test.go Initial commit 2026-04-24 12:13:57 +07:00
provider.go Initial commit 2026-04-24 12:13:57 +07:00
rule.go Initial commit 2026-04-24 12:13:57 +07:00
starttls.go Initial commit 2026-04-24 12:13:57 +07:00
starttls_imap.go Initial commit 2026-04-24 12:13:57 +07:00
starttls_ldap.go Initial commit 2026-04-24 12:13:57 +07:00
starttls_pop3.go Initial commit 2026-04-24 12:13:57 +07:00
starttls_smtp.go Initial commit 2026-04-24 12:13:57 +07:00
starttls_xmpp.go Initial commit 2026-04-24 12:13:57 +07:00
types.go Publish certificate chain data for DANE consumers 2026-04-24 12:14:58 +07:00