[java-support] 05/07: IDP-1189 Up default key size to 3072 bits
Ian Young
ian at iay.org.uk
Mon Jul 30 11:55:22 EDT 2018
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=a5ffdff62ac7025d731d413e468205c3a5c8ce71
commit a5ffdff62ac7025d731d413e468205c3a5c8ce71
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Jun 29 10:49:25 2018 +0100
IDP-1189 Up default key size to 3072 bits
https://issues.shibboleth.net/jira/browse/IDP-1189
---
.../java/support/security/SelfSignedCertificateGenerator.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/net/shibboleth/utilities/java/support/security/SelfSignedCertificateGenerator.java b/src/main/java/net/shibboleth/utilities/java/support/security/SelfSignedCertificateGenerator.java
index eada6fd..17efb81 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/security/SelfSignedCertificateGenerator.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/security/SelfSignedCertificateGenerator.java
@@ -445,8 +445,8 @@ public class SelfSignedCertificateGenerator {
@Nonnull @NotEmpty private String keyType = "RSA";
/** Key size. */
- @Parameter(names = KEY_SIZE, description = "Size of key to generate (default: 2048)")
- @Positive private int keySize = 2048;
+ @Parameter(names = KEY_SIZE, description = "Size of key to generate (default: 3072)")
+ @Positive private int keySize = 3072;
/** Certificate lifetime. */
@Parameter(names = CERT_LIFETIME, description = "Certificate lifetime in years (default: 20)")
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list