[java-support] branch maint-7 updated: IDP-1189 Up default key size to 3072 bits

Rod Widdowson rdw at steadingsoftware.com
Fri Jun 29 05:55:12 EDT 2018


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch maint-7
in repository java-support.

View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=2187f6df2340c0e47361ff3207bbd8e2a5ca711d

The following commit(s) were added to refs/heads/maint-7 by this push:
       new  2187f6d   IDP-1189  Up default key size to 3072 bits
2187f6d is described below

commit 2187f6df2340c0e47361ff3207bbd8e2a5ca711d
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