这是indexloc提供的服务,不要输入任何密码
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: cloudflare/pingora
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: infiniwave/pingora
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 35 files changed
  • 4 contributors

Commits on Jul 5, 2025

  1. Add sni (#1)

    * Patch to add SNI to BoringSSL per #547
    
    * SNI stub for rustls and figure out how to compile pingora with Docker
    
    * issue #547, fix errors only seen in github recipe, revert Dockerfile
    
    ---------
    
    Co-authored-by: PAUL SZABO <paul@tellme.social>
    Co-authored-by: Paul Szabo <paul@umlss.com>
    3 people authored Jul 5, 2025
    Configuration menu
    Copy the full SHA
    b046267 View commit details
    Browse the repository at this point in the history
  2. Rustls multi cert resolver (#2)

    * impl `rustls` server certificate bundle + SNI based resolver
    
    * update comment about already installed rustls crypto provider
    
    * add `CertAndKey::Custom(_)` for dynamic certs + hot reload capabilities
    
    ---------
    
    Co-authored-by: sebadob <sebastiandobe@mailbox.org>
    infiniwave and sebadob authored Jul 5, 2025
    Configuration menu
    Copy the full SHA
    a258c62 View commit details
    Browse the repository at this point in the history
  3. nuke openssl

    infiniwave committed Jul 5, 2025
    Configuration menu
    Copy the full SHA
    eb9a0c8 View commit details
    Browse the repository at this point in the history
  4. add on demand certs

    infiniwave committed Jul 5, 2025
    Configuration menu
    Copy the full SHA
    d0d9e69 View commit details
    Browse the repository at this point in the history
Loading