You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be interesting to see how much of the JDK test suite we can run against JSS and use it to validate our implementations confirm to the expectations. This is mostly a problem for SSLEngine and the like (SSLSocket...), which I'd like to do as part of #196.
However, there's benefits to testing the rest of the JSSProvider exposed interfaces, and being able to test against multiple JDK versions.
The text was updated successfully, but these errors were encountered:
Another future enhancement...
It would be interesting to see how much of the JDK test suite we can run against JSS and use it to validate our implementations confirm to the expectations. This is mostly a problem for SSLEngine and the like (SSLSocket...), which I'd like to do as part of #196.
However, there's benefits to testing the rest of the JSSProvider exposed interfaces, and being able to test against multiple JDK versions.
The text was updated successfully, but these errors were encountered: