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

[manual] Merge release/6.0-staging into release/6.0 #107572

Merged
merged 4 commits into from
Sep 10, 2024

Commits on Sep 4, 2024

  1. Merge pull request dotnet#106341 from dotnet/merge/release/6.0-to-rel…

    …ease/6.0-staging
    
    [automated] Merge branch 'release/6.0' => 'release/6.0-staging'
    carlossanlop authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    26c2e13 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. [release/6.0-staging] Fix copying ephemeral keys to keychains.

    Starting on macOS Sequoia, at least in beta, SecKeychainitemCopyKeychain no longer returns errSecNoSuchKeychain for ephemeral keys.
    Instead, it returns errSecInvalidItemRef.
    
    This adds the error code in the handling logic for when we need to add an ephemeral key to the target keychain.
    
    Co-authored-by: Kevin Jones <[email protected]>
    github-actions[bot] and vcsjones authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    875f45f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

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

Commits on Sep 8, 2024

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