-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Create new X509CertificateLoader #102167
Commits on May 13, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 85d2991 - Browse repository at this point
Copy the full SHA 85d2991View commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f41eae5 - Browse repository at this point
Copy the full SHA f41eae5View commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c704627 - Browse repository at this point
Copy the full SHA c704627View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04091d1 - Browse repository at this point
Copy the full SHA 04091d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2753a11 - Browse repository at this point
Copy the full SHA 2753a11View commit details
Commits on Jun 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e58c076 - Browse repository at this point
Copy the full SHA e58c076View commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f1cab83 - Browse repository at this point
Copy the full SHA f1cab83View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3e18c8 - Browse repository at this point
Copy the full SHA b3e18c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e45cf60 - Browse repository at this point
Copy the full SHA e45cf60View commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cf1ae30 - Browse repository at this point
Copy the full SHA cf1ae30View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5ef81e0 - Browse repository at this point
Copy the full SHA 5ef81e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for efb17e3 - Browse repository at this point
Copy the full SHA efb17e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for df85034 - Browse repository at this point
Copy the full SHA df85034View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11513f0 - Browse repository at this point
Copy the full SHA 11513f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39075b3 - Browse repository at this point
Copy the full SHA 39075b3View commit details
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 96ed4b9 - Browse repository at this point
Copy the full SHA 96ed4b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a24beb - Browse repository at this point
Copy the full SHA 3a24bebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ee13b3 - Browse repository at this point
Copy the full SHA 2ee13b3View commit details
Commits on Jun 22, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 4d2a0af - Browse repository at this point
Copy the full SHA 4d2a0afView commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cbcf611 - Browse repository at this point
Copy the full SHA cbcf611View commit details -
Configuration menu - View commit details
-
Copy full SHA for dce56f4 - Browse repository at this point
Copy the full SHA dce56f4View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.