…ad of SHA1 for certificate signature
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -86,7 +86,7 @@ public class RSACryptoScriptService implements ScriptService | |
| private KeyPairGenerator keyPairGenerator; | ||
|
|
||
| @Inject | ||
| @Named("SHA1withRSAEncryption") | ||
| @Named("SHA256withRSAEncryption") | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
aubincleme
Author
Member
|
||
| private SignerFactory signerFactory; | ||
|
|
||
| @Inject | ||
|
|
||
I don't know much this class, but is that ok in term of backward compatibility? If you have some signed stuff in the wiki with that script service, will it be still be able to verify the signature?