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

Port MD4 implementation from mono/mono #62265

Closed
steveisok opened this issue Dec 2, 2021 · 2 comments
Closed

Port MD4 implementation from mono/mono #62265

steveisok opened this issue Dec 2, 2021 · 2 comments

Comments

@steveisok
Copy link
Member

In order to support NTLM in Android, we need a managed implementation of the MD4 algorithm. The best place to pull from would be the one found in mono/mono.

The port should:

  • Be an implementation detail and is not intended to be a public API
  • Part of System.Net.Security
  • Use MD4.cs and MD4Managed.cs

/cc @GrabYourPitchforks

@steveisok steveisok added this to the 7.0.0 milestone Dec 2, 2021
@steveisok steveisok added this to To do in Mobile Backlog via automation Dec 2, 2021
@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Dec 2, 2021
@ghost
Copy link

ghost commented Dec 2, 2021

Tagging subscribers to 'arch-android': @steveisok, @akoeplinger
See info in area-owners.md if you want to be subscribed.

Issue Details

In order to support NTLM in Android, we need a managed implementation of the MD4 algorithm. The best place to pull from would be the one found in mono/mono.

The port should:

  • Be an implementation detail and is not intended to be a public API
  • Part of System.Net.Security
  • Use MD4.cs and MD4Managed.cs

/cc @GrabYourPitchforks

Author: steveisok
Assignees: MaximLipnin
Labels:

area-System.Net.Security, os-android

Milestone: 7.0.0

@steveisok steveisok removed the untriaged New issue has not been triaged by the area owner label Dec 2, 2021
@MaximLipnin
Copy link
Contributor

Addressed in #62074

Mobile Backlog automation moved this from To do to Done Jan 24, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Feb 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Development

No branches or pull requests

2 participants