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

Move the BouncyCastle dependencies from FluentCertificates.Builder to FluentCertificates.Builder.BouncyCastle package #10

Open
lethek opened this issue Nov 18, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@lethek
Copy link
Owner

lethek commented Nov 18, 2022

Helpers/methods which ease the user's integration with BouncyCastle functionality should be moved into the FluentCertificates.BouncyCastle package. Use extension methods where appropriate.

Any remaining internal functionality depending on BouncyCastle should be rewritten to remove the dependency.

@lethek lethek added the enhancement New feature or request label Nov 18, 2022
@lethek
Copy link
Owner Author

lethek commented Nov 18, 2022

Usages to work on:

  • CertificateBuilder.SetSubject(X509Name value)
  • CertificateBuilder.AddExtension(DerObjectIdentifier oid, X509ExtensionBC extension)
  • CertificateBuilder.GetServerExtensions(CertificateBuilder builder)
  • CertificateBuilder.GetClientExtensions(CertificateBuilder builder)
  • CertificateBuilder.GetCodeSigningExtensions(CertificateBuilder builder)
  • CertificateBuilder.GetSMimeExtensions(CertificateBuilder builder)
  • CertificateBuilder.GetSignatureAlgorithm(CertificateBuilder builder)
  • X500NameBuilder

@lethek lethek changed the title Completely remove the BouncyCastle dependency from FluentCertificates.Builder Move the BouncyCastle dependencies from FluentCertificates.Builder to FluentCertificates.Builder.BouncyCastle package Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant