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

Combine with netscape.security #245

Open
cipherboy opened this issue Aug 23, 2019 · 0 comments
Open

Combine with netscape.security #245

cipherboy opened this issue Aug 23, 2019 · 0 comments
Labels
enhancement New feature or request Help Wanted Extra attention is needed refactor Changes which preserve but simplify existing functionality

Comments

@cipherboy
Copy link
Member

While we likely won't be able to fully collapse org.mozilla.jss.netscape.security into the rest of the org.mozilla.jss classes, it'd be nice to combine these a little better. Some obvious examples that I've seen are:

  • Combine ASN.1 parsing into a single set of classes,
  • Combine X.509 Certificate handling into a single set of classes,
  • Combine the org.mozilla.jss.netscape.security.provider into the base JSS provider,
  • Combine some of the utilities into base JSS,

It'd be great if we could do this in such a way that the old usages of org.mozilla.jss continue to function, and anyone using the org.mozilla.jss.netscape.security classes can simply swap in the new ones.

Help is definitely wanted!

This issue probably depends on #244.

@cipherboy cipherboy added enhancement New feature or request Help Wanted Extra attention is needed refactor Changes which preserve but simplify existing functionality labels Aug 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Help Wanted Extra attention is needed refactor Changes which preserve but simplify existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant