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

CoreFX System.Security.Cryptography namespace #9463

Open
4 of 38 tasks
marek-safar opened this issue Jul 9, 2018 · 5 comments
Open
4 of 38 tasks

CoreFX System.Security.Cryptography namespace #9463

marek-safar opened this issue Jul 9, 2018 · 5 comments

Comments

@marek-safar
Copy link
Member

marek-safar commented Jul 9, 2018

Types in System.Core.dll to import

  • AesCng
  • AesCryptoServiceProvider
  • AesManaged
  • CngAlgorithm
  • CngAlgorithmGroup
  • CngExportPolicies
  • CngKey
  • CngKeyBlobFormat
  • CngKeyCreationOptions
  • CngKeyCreationParameters
  • CngKeyHandleOpenOptions
  • CngKeyOpenOptions
  • CngKeyUsages
  • CngProperty
  • CngPropertyCollection
  • CngPropertyOptions
  • CngProvider
  • CngUIPolicy
  • CngUIProtectionLevels
  • ECCurve
  • ECDiffieHellman
  • ECDiffieHellmanPublicKey
  • ECDsa
  • ECDsaCng
  • ECKeyXmlFormat
  • ECParameters
  • ECPoint
  • IncrementalHash
  • MD5Cng
  • RSACng
  • SHA1Cng
  • SHA256Cng
  • SHA256CryptoServiceProvider
  • SHA384Cng
  • SHA384CryptoServiceProvider
  • SHA512Cng
  • SHA512CryptoServiceProvider
  • TripleDESCng
@baulig
Copy link
Contributor

baulig commented Jul 9, 2018

Some of these overlap with my ongoing X.509 work, so we should coordinate this to avoid possible duplicate work. From what I can tell so far, I may need to bring the EC* types, but I'm not very excited about the rest of the types.

@CaptainOachkatzl
Copy link

i just want to express my excitement, other than that ignore this comment. :)

@filipnavara
Copy link
Contributor

There will likely be some overlap with the X.509 work. The CoreFX classes use the native C System.Security.Cryptography.Native[.Apple] libraries which have to be brought over to Mono. Due to Mono depending on BoringSSL and not OpenSSL it will probably be blocked by other issues (eg. https://github.com/dotnet/corefx/issues/9855 or updating BoringSSL to more recent version).

@larrasket
Copy link

Does anybody work on those at the current time?

@filipnavara
Copy link
Contributor

Does anybody work on those at the current time?

Nope. We moved on to .NET 6 which already has unified the base class library, including cryptography, across all supported platforms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

5 participants