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/quiche
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.23.1
Choose a base ref
...
head repository: cloudflare/quiche
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.23.2
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Jan 24, 2025

  1. h3i: release 0.3.0

    ghedo committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    d5b9509 View commit details
    Browse the repository at this point in the history
  2. crypto/boringssl: don't overwrite mask

    `AES_ecb_encrypt()` will always write 16 bytes (an AES block length),
    but the new header protection code was passing in only 5 bytes... fun
    ensued.
    
    This also refactors the header protection methods somewhat to not
    hard-code the mask length all over the place.
    
    Closes #1924.
    ghedo committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    94be8a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    457809c View commit details
    Browse the repository at this point in the history
  4. quiche: release 0.23.2

    ghedo committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    c5fc067 View commit details
    Browse the repository at this point in the history
Loading