Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging internal commits for release/7.0 #91949

Commits on Aug 1, 2023

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

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    1240fb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1109ee View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

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

Commits on Aug 9, 2023

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

Commits on Aug 12, 2023

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

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    550fceb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d1a608 View commit details
    Browse the repository at this point in the history
  3. Merged PR 32990: [release/7.0] limit AIA download size

    This prevents using unlimited resources from evil sources.
    I originally wanted to split limits and have them separately for certificates, OCSP and CRLs.
    However, the HttpClient.MaxResponseContentBufferSize can be set only once so I decided to keep it simple for servicing.
    
    We could split the HttpClient and have one for small and one for large downloads.
    Or alternatively we can handle the body directly. But it is going to be unpleseant with the reflection and sync & async flavors.
    
    port of https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/pullrequest/32920
    Tomas Weinfurt authored and carlossanlop committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    de78412 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    0c355d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41b7214 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    0e18bd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecb34f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Merge commit 'ecb34f85ec92e1b3c814edf7da83337e199e7f66' into internal…

    …-merge-7.0-2023-09-12-1020
    vseanreesermsft committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    28bce03 View commit details
    Browse the repository at this point in the history