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

javax interface check #244

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

javax interface check #244

cipherboy opened this issue Aug 23, 2019 · 0 comments
Labels
enhancement New feature or request Help Wanted Extra attention is needed javax Work to support javax.net.ssl interfaces

Comments

@cipherboy
Copy link
Member

cipherboy commented Aug 23, 2019

As much of JSS predates the standard Java interfaces for Cryptography (and ignores most of the java.security.spec classes), we should go through and try and make JSS more compatible with these interfaces.

  • Support "upcasting" from external classes (such as X509Certificate) into internal classes (such as PK11Cert).
  • Use spec interfaces to create and import keys.
  • Use spec interfaces on Digests / Macs to support truncation of results.
  • Extend the ECCurve database with additional curves.

Help is definitely wanted!

@cipherboy cipherboy added enhancement New feature or request Help Wanted Extra attention is needed javax Work to support javax.net.ssl interfaces 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 javax Work to support javax.net.ssl interfaces
Projects
None yet
Development

No branches or pull requests

1 participant