[java-identity-provider] branch master updated: Add GCM warning in comment.

Scott Cantor cantor.2 at osu.edu
Mon Dec 10 10:15:11 EST 2018


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

scantor 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=0009f50bb481161c5a3fddb3190ab65206c0710a

The following commit(s) were added to refs/heads/master by this push:
       new  0009f50   Add GCM warning in comment.
0009f50 is described below

commit 0009f50bb481161c5a3fddb3190ab65206c0710a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Dec 10 10:15:07 2018 -0500

    Add GCM warning in comment.
---
 idp-conf/src/main/resources/conf/idp.properties | 1 +
 1 file changed, 1 insertion(+)

diff --git a/idp-conf/src/main/resources/conf/idp.properties b/idp-conf/src/main/resources/conf/idp.properties
index e271f5b..0d1610d 100644
--- a/idp-conf/src/main/resources/conf/idp.properties
+++ b/idp-conf/src/main/resources/conf/idp.properties
@@ -65,6 +65,7 @@ idp.encryption.cert = %{idp.home}/credentials/idp-encryption.crt
 #idp.signing.config = shibboleth.SigningConfiguration.SHA256
 
 # To upgrade to AES-GCM encryption, set to shibboleth.EncryptionConfiguration.GCM
+# This is unlikely to work for all SPs, but this is a quick way to test them.
 #idp.encryption.config = shibboleth.EncryptionConfiguration.CBC
 
 # Configures trust evaluation of keys used by services at runtime

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


More information about the commits mailing list