eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.27k stars 721 forks source link

OpenJDK sun/security/mscapi/NonAsciiAlias jdk.crypto.mscapi KeyStoreException: error 5, Access is denied. #19528

Open pshipton opened 4 months ago

pshipton commented 4 months ago

Internal build Internal build jdk_security3 sun/security/mscapi/NonAsciiAlias.java

java.security.KeyStoreException: error 5, Access is denied.

    at jdk.crypto.mscapi/sun.security.mscapi.CKeyStore.storePrivateKey(Native Method)
    at jdk.crypto.mscapi/sun.security.mscapi.CKeyStore$KeyEntry.setRSAPrivateKey(CKeyStore.java:153)
    at jdk.crypto.mscapi/sun.security.mscapi.CKeyStore.engineSetKeyEntry(CKeyStore.java:431)
    at jdk.crypto.mscapi/sun.security.mscapi.CKeyStore$MY.engineSetKeyEntry(CKeyStore.java:60)
    at java.base/java.security.KeyStore.setKeyEntry(KeyStore.java:1192)
    at NonAsciiAlias.main(NonAsciiAlias.java:49)
pshipton commented 4 months ago

Excluding via https://github.com/adoptium/aqa-tests/pull/5344