security - Java 8 keytool is not using -providerName option correctly -
i have found that, when using keytool (windows, java 8 u45) generate csr ec keypair, stored in keystore , using custom provider specified via -providername
, that, csr not signed using algorithm i've specified my provider (the provider seems, working specify keystore). why, when i've told tool use, use "some" operations? i've got work listing provider default provider in java.security, but, makes little sense me should have when i've explicitly told tool "use provider".
is bug in program, or bug in understanding?
Comments
Post a Comment