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

Create new X509CertificateLoader #102167

Merged
merged 21 commits into from
Jun 25, 2024
Merged

Create new X509CertificateLoader #102167

merged 21 commits into from
Jun 25, 2024

Commits on May 13, 2024

  1. Create new X509CertificateLoader

    The new certificate loader only loads one data type per method, unlike
    the previous loader mechanism (new X509Certiicate2(bytes, ...)).  It also
    allows for caller configuration to control cost-of-work limits and some
    common usability gotchas around Windows PFX loading.
    
    This change adds the new loader, and changes the X509Certificate2 ctors
    to use it; a followup will mark the ctors as Obsolete and update usage in
    the dotnet/runtime codebase.
    bartonjs committed May 13, 2024
    Configuration menu
    Copy the full SHA
    85d2991 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

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

Commits on Jun 6, 2024

  1. Respond to further feedback

    bartonjs committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c704627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04091d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2753a11 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

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

Commits on Jun 18, 2024

  1. Apply further feedback

    bartonjs committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f1cab83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3e18c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e45cf60 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

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

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    5ef81e0 View commit details
    Browse the repository at this point in the history
  2. Fix tests on Linux

    bartonjs committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    efb17e3 View commit details
    Browse the repository at this point in the history
  3. Fix test build for netfx

    bartonjs committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    df85034 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11513f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39075b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Fix netfx test build

    bartonjs committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    96ed4b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a24beb View commit details
    Browse the repository at this point in the history
  3. Fix netfx test build

    bartonjs committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2ee13b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Full swap is important in both Debug and Release

    For one, the code as written lost the attributes it should have preserved.
    For two, the swapped in attribute might be important.
    bartonjs committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    4d2a0af View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

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