Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: letsencrypt/challtestsrv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: letsencrypt/challtestsrv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.2
Choose a head ref
  • 11 commits
  • 644 files changed
  • 5 contributors

Commits on Dec 18, 2021

  1. Configuration menu
    Copy the full SHA
    c35d6f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. Reduce TLS support in HTTPS redirection path (#19)

    This allows testing Boulder's code to log when old TLS versions are
    used.
    jsha authored Mar 19, 2022
    Configuration menu
    Copy the full SHA
    9c61e5c View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    6b7134b View commit details
    Browse the repository at this point in the history
  2. fix DoH response writer (#22)

    jsha authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    6944a39 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    986f82c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. Configuration menu
    Copy the full SHA
    bcea936 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

  1. 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.
    mcpherrinm authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    0853068 View commit details
    Browse the repository at this point in the history
  2. Take .golangci.yaml from Pebble repo (#31)

    Fixes all lint failures from it
    mcpherrinm authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    aa4ebdf View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

  1. 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
    beautifulentropy authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    68d5a54 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2026

  1. 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.
    beautifulentropy authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    3c99602 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2026

  1. 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.
    beautifulentropy authored Feb 11, 2026
    Configuration menu
    Copy the full SHA
    5d4b935 View commit details
    Browse the repository at this point in the history
Loading