JDK-8234612 : Add a new test case to check if sunec is not available
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.crypto
  • Priority: P3
  • Status: Resolved
  • Resolution: Not an Issue
  • Submitted: 2019-11-22
  • Updated: 2021-03-09
  • Resolved: 2021-03-09
Related Reports
Relates :  
Description
As described in JDK-8233954, the sunec.dll could be deleted in some circumstances and use the partial services of the SunEC provider.

It looks like there is no test case to cover this function.  As this is an important use case, it would be better to have test cases to check the operations when sunecc.ddl is not available.  I may suggest to add two kind of test cases, one for JCE test, one for JSSE test.
Comments
This test bug seems to be obsolete due to the enhancement implemented in JDK16: JDK-8235710
09-03-2021