dogtagpki / jss

Network Security Services for Java is a Java interface to NSS

Home Page:https://dogtagpki.github.io/jss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validate against JDK test suites

cipherboy opened this issue · comments

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.