rh-openjdk / CryptoTest

Complete example of java crypto API
MIT License
3 stars 9 forks source link

KeyStoreTests: use empty pin for pkcs11 keystore #26

Closed zzambers closed 1 year ago

zzambers commented 1 year ago

In case of PKCS11 provider password is actually interpreted as pin to PKCS11 token. (pin is empty string in default configuration) Seems like password was previously ignored for PKCS11 keystore, but that has changed in: https://github.com/rh-openjdk/jdk/pull/17/commits

judovana commented 1 year ago

looks ok