-
Notifications
You must be signed in to change notification settings - Fork 24
Comparing changes
Open a pull request
base repository: letsencrypt/challtestsrv
base: v1.2.1
head repository: letsencrypt/challtestsrv
compare: v1.4.2
- 11 commits
- 644 files changed
- 5 contributors
Commits on Dec 18, 2021
-
README: remove word "command" since this is a library only package (#17)
Roman Inflianskas authoredDec 18, 2021 Configuration menu - View commit details
-
Copy full SHA for c35d6f4 - Browse repository at this point
Copy the full SHA c35d6f4View commit details
Commits on Mar 19, 2022
-
Reduce TLS support in HTTPS redirection path (#19)
This allows testing Boulder's code to log when old TLS versions are used.
Configuration menu - View commit details
-
Copy full SHA for 9c61e5c - Browse repository at this point
Copy the full SHA 9c61e5cView commit details
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6b7134b - Browse repository at this point
Copy the full SHA 6b7134bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6944a39 - Browse repository at this point
Copy the full SHA 6944a39View commit details
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 986f82c - Browse repository at this point
Copy the full SHA 986f82cView commit details
Commits on Apr 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bcea936 - Browse repository at this point
Copy the full SHA bcea936View commit details
Commits on Dec 3, 2025
-
Update go version & miekg/dns version (#30)
Update the go in go.mod to 1.24 Update miekg/dns to v1.1.62, matching Pebble. Unvendor deps: This is a library, so these vendored deps won't get used.
Configuration menu - View commit details
-
Copy full SHA for 0853068 - Browse repository at this point
Copy the full SHA 0853068View commit details -
Take .golangci.yaml from Pebble repo (#31)
Fixes all lint failures from it
Configuration menu - View commit details
-
Copy full SHA for aa4ebdf - Browse repository at this point
Copy the full SHA aa4ebdfView commit details
Commits on Feb 9, 2026
-
Prepare challtestsrv for DNS-persist challenge support (#32)
Prepare challtestsrv for the addition of a new DNS-based challenge method, [draft-ietf-acme-dns-persist](https://datatracker.ietf.org/doc/html/draft-ietf-acme-dns-persist-00). Overall functionality is unchanged aside from the API changes documented below; these changes are purely terminology updates and code reorganization. Rename DNS-01-specific APIs to generic DNS APIs, move TXT records into unified dnsData, and update docs/comments from DNSOne* to DNS*. Note: there are four breaking API changes introduced by this change: - Config.DNSOneAddrs was renamed to Config.DNSAddrs - ChallSrv.AddDNSOneChallenge was renamed to AddDNSTXTRecord - ChallSrv.DeleteDNSOneChallenge was renamed to DeleteDNSTXTRecord - ChallSrv.GetDNSOneChallenge was renamed to GetDNSTXTRecords Remove “mock” terminology, merge mockdns.go into dns.go, and update docs/comments accordingly. There are three breaking API changes introduced by this change: - MockCAAPolicy was renamed to CAAPolicy - ChallSrv.AddDNSCAARecord now accepts CAAPolicy - ChallSrv.GetDNSCAARecord now returns CAAPolicy
Configuration menu - View commit details
-
Copy full SHA for 68d5a54 - Browse repository at this point
Copy the full SHA 68d5a54View commit details
Commits on Feb 10, 2026
-
Fix code erroneously removed to satisfy lints (#33)
Restore line that was unnecessarily modified in #31 to satisfy lints to fix an infinite recursion in challHTTPServer.ListenAndServe() by calling the embedded server’s method instead of the wrapper itself.
Configuration menu - View commit details
-
Copy full SHA for 3c99602 - Browse repository at this point
Copy the full SHA 3c99602View commit details
Commits on Feb 11, 2026
-
Split long TXT record values into RFC 1035-compliant chunks (#34)
Ensure TXT record values longer than 255 octets are split into multiple RFC 1035 character-string segments when building DNS answers.
Configuration menu - View commit details
-
Copy full SHA for 5d4b935 - Browse repository at this point
Copy the full SHA 5d4b935View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.2.1...v1.4.2