[java-identity-provider] 04/05: IDP-1539 turn up ephermeral key size.

Rod Widdowson rdw at steadingsoftware.com
Fri Feb 21 11:20:09 EST 2020


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

rdw pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=6ddf93036c12ed3a4ec3f5c43ce1de9d09bb7ed5

commit 6ddf93036c12ed3a4ec3f5c43ce1de9d09bb7ed5
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Feb 21 16:18:37 2020 +0000

    IDP-1539 turn up ephermeral key size.
    
    https://issues.shibboleth.net/jira/browse/IDP-1539
---
 idp-installer/src/main/wix/ShibbolethIdP-registry.wxs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs b/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs
index 7d5cf31..00e1d8c 100644
--- a/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs
+++ b/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs
@@ -46,6 +46,7 @@
                         <Permission User="Administrators" GenericAll="yes" />
                         <Permission User="SYSTEM" GenericAll="yes" />
                         <MultiStringValue>-Didp.home=[JAVA_IDP_HOME]</MultiStringValue>
+                        <MultiStringValue>-Djdk.tls.ephemeralDHKeySize=2048</MultiStringValue>
                         <MultiStringValue>-Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.Slf4jLog</MultiStringValue>
                         <MultiStringValue>-Djava.io.tmpdir=[JAVA_IDP_HOME]/jetty-base/tmp</MultiStringValue>
                         <MultiStringValue>-XX:+UseG1GC</MultiStringValue>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list