Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Remove the ActiveIssue attribute from a disabled-but-passing test #32286

Merged
merged 1 commit into from
Sep 13, 2018

Conversation

bartonjs
Copy link
Member

The MultiComponentRdn test was indirectly fixed by switching from the
P/Invoke-based X500NameEncoder.OpenSslDecode to
X500NameEncoder.ManagedDecode.

Fixed on macOS by #16445 (ManagedDecode was written to fill in gaps from our needs to macOS public API)
Fixed on the remaining Unixes by #30572 (switch remaining Unixes to ManagedDecode).

Fixes #3892.

The MultiComponentRdn test was indirectly fixed by switching from the
P/Invoke-based X500NameEncoder.OpenSslDecode to
X500NameEncoder.ManagedDecode.
@bartonjs bartonjs added this to the 3.0 milestone Sep 13, 2018
@bartonjs bartonjs self-assigned this Sep 13, 2018
@danmoseley danmoseley merged commit 29e9efb into dotnet:master Sep 13, 2018
@bartonjs bartonjs deleted the cleanup_disabled_test branch September 13, 2018 23:07
@bartonjs bartonjs removed their assignment Nov 23, 2018
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…tnet/corefx#32286)

The MultiComponentRdn test was indirectly fixed by switching from the
P/Invoke-based X500NameEncoder.OpenSslDecode to
X500NameEncoder.ManagedDecode.

Commit migrated from dotnet/corefx@29e9efb
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.

Unix X500DistinguishedName prints multicomponent RDNs different than Windows
2 participants