Skip to content

Conversation

bartonjs
Copy link
Member

Contributes to #46526.

The current built shim can't load with OSSL3 beta1, because of the EVP_MD_size rename. (It also fails because of the EVP_PKEY_size rename, but shuts down before it realizes that).

EVP_PKEY_(get_)base_id is currently uncalled, but that'll change back to called with the pending changes to move OpenSSL-based key import/export to use EVP_PKEY functions, so it got renamed in structure only.

@bartonjs bartonjs added this to the 6.0.0 milestone Jul 12, 2021
@bartonjs bartonjs self-assigned this Jul 12, 2021
@ghost
Copy link

ghost commented Jul 12, 2021

Tagging subscribers to this area: @bartonjs, @vcsjones, @krwq, @GrabYourPitchforks
See info in area-owners.md if you want to be subscribed.

Issue Details

Contributes to #46526.

The current built shim can't load with OSSL3 beta1, because of the EVP_MD_size rename. (It also fails because of the EVP_PKEY_size rename, but shuts down before it realizes that).

EVP_PKEY_(get_)base_id is currently uncalled, but that'll change back to called with the pending changes to move OpenSSL-based key import/export to use EVP_PKEY functions, so it got renamed in structure only.

Author: bartonjs
Assignees: bartonjs
Labels:

area-System.Security

Milestone: 6.0.0

@bartonjs bartonjs merged commit b72548e into dotnet:main Jul 13, 2021
@bartonjs bartonjs deleted the ossl3_beta1 branch July 13, 2021 08:43
@satya-rajesh
Copy link

In which preview release of https://dotnet.microsoft.com/download/dotnet/6.0 will this fix be available ?

@bartonjs
Copy link
Member Author

@satya-rajesh Preview 7

@bartonjs bartonjs removed their assignment Jul 26, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Aug 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants