Skip to content

SslStream not working with ephemeral keys #114640

Open
@rmannibucau

Description

@rmannibucau

Description

Same issue than #103101

Reproduction Steps

See #103101

Expected behavior

It just works since code is there (new X509Certificate2(current.Export(X509ContentType.Pkcs12)) makes it working)

Actual behavior

It fails as in Same issue than #103101

Regression?

I do not know

Known Workarounds

Using new X509Certificate2(current.Export(X509ContentType.Pkcs12)) but it relies on obsolete code which is undesired

Configuration

No response

Other information

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions