Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Remove use of POH for cryptographic primitives#99168

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
vcsjones merged 1 commit intodotnet:mainfromvcsjones:no-poh
Mar 5, 2024

Conversation

vcsjones
Copy link
Member

In some cryptographic primitives, we used the POH to pin arrays so that the underlying key material would not get moved around by the GC, which would allow for more effective zeroing of key material.

Based on feedback in#97447, this pattern turned out to be undesirable. This replaces the uses of the POH with native memory.

@ghostghost assignedvcsjonesMar 1, 2024
@ghost
Copy link

Tagging subscribers to this area: @dotnet/area-system-security,@bartonjs,@vcsjones
See info inarea-owners.md if you want to be subscribed.

Issue Details

In some cryptographic primitives, we used the POH to pin arrays so that the underlying key material would not get moved around by the GC, which would allow for more effective zeroing of key material.

Based on feedback in#97447, this pattern turned out to be undesirable. This replaces the uses of the POH with native memory.

Author:vcsjones
Assignees:vcsjones
Labels:

area-System.Security

Milestone:-

@vcsjonesvcsjones merged commit8688afa intodotnet:mainMar 5, 2024
@vcsjonesvcsjones deleted the no-poh branchMarch 5, 2024 17:16
@vcsjonesvcsjones added this to the9.0.0 milestoneMar 7, 2024
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsApr 7, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@bartonjsbartonjsbartonjs approved these changes

Assignees

@vcsjonesvcsjones

Projects
None yet
Milestone
9.0.0
Development

Successfully merging this pull request may close these issues.

2 participants
@vcsjones@bartonjs

[8]ページ先頭

©2009-2025 Movatter.jp