Skip to content
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

modules: tls: use NID_userId instead of NID_x500UniqueIdentifier to access the uid field in x509 subjects #1846

Closed
wants to merge 4 commits into from

Conversation

denzs
Copy link

@denzs denzs commented Feb 11, 2019

Type Of Change

  • Small bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds new functionality)
  • Breaking change (fix or feature that would change existing functionality)

Checklist:

Description

Just use another x509 attribute.
See #1843 for details.

@denzs denzs changed the title Use NID_userId instead of NID_x500UniqueIdentifier to access the uid field in x509 subjects modules: tls: use NID_userId instead of NID_x500UniqueIdentifier to access the uid field in x509 subjects Feb 11, 2019
@henningw henningw self-assigned this Feb 11, 2019
@henningw
Copy link
Contributor

Thank you - I will apply the patch manually to prevent that not needed commits will be merged.

henningw added a commit that referenced this pull request Feb 11, 2019
)

- use NID_userId instead of NID_x500UniqueIdentifier to access the uid field
  in x509 subjects in tls module
- pull request GH #1846 from Sebastian Denz, denzs at gonicus dot de
@henningw
Copy link
Contributor

Closed

@henningw henningw closed this Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants