oocx / acme.net

A .net implementation of ACME (Automatic Certificate Management Environment)
MIT License
89 stars 19 forks source link

Merge Oocx.Asn1PKCS & Oocx.Common into Oocx.Acme #21

Closed iamcarbon closed 6 years ago

iamcarbon commented 7 years ago

Thoughts on merging Oocx.Asn1PKCS & Oocx.Common into Oocx.Acme?

This would let us internalize the internalize the key & certificate encoding/decoding API surface and give us a clean path to replace with corefx implementations when they land.

Security crypto - Roadmap: https://github.com/dotnet/designs/issues/11