[java-opensaml2 COMMIT] in /branches/REL_2/src/test/java/org/opensaml/saml2/encryption: ComplexEncryptionTest.java Si...

noreply at shibboleth.net noreply at shibboleth.net
Mon Oct 17 23:20:57 BST 2011


Author: putmanb
Date: Mon Oct 17 23:20:57 2011
New Revision: 1556

URL: http://svn.shibboleth.net/view/java-opensaml2?rev=1556&view=rev
Log:
[JXT-79]: Disable RSA v1.5 key transport in favor of RSA-OAEP for all data encryption key types

Modified:
    branches/REL_2/src/test/java/org/opensaml/saml2/encryption/ComplexEncryptionTest.java
    branches/REL_2/src/test/java/org/opensaml/saml2/encryption/SimpleEncryptionTest.java

Modified: branches/REL_2/src/test/java/org/opensaml/saml2/encryption/ComplexEncryptionTest.java
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/src/test/java/org/opensaml/saml2/encryption/ComplexEncryptionTest.java?rev=1556&r1=1555&r2=1556&view=diff
==============================================================================
--- branches/REL_2/src/test/java/org/opensaml/saml2/encryption/ComplexEncryptionTest.java (original)
+++ branches/REL_2/src/test/java/org/opensaml/saml2/encryption/ComplexEncryptionTest.java Mon Oct 17 23:20:57 2011
@@ -70,7 +70,7 @@
         expectedRecipientRSA = "RSARecipient";
         expectedRecipientAES = "AESRecipient";
         algoURI = EncryptionConstants.ALGO_ID_BLOCKCIPHER_AES128;
-        kekURIRSA = EncryptionConstants.ALGO_ID_KEYTRANSPORT_RSA15;
+        kekURIRSA = EncryptionConstants.ALGO_ID_KEYTRANSPORT_RSAOAEP;
         kekURIAES = EncryptionConstants.ALGO_ID_KEYWRAP_AES128;
     }
     

Modified: branches/REL_2/src/test/java/org/opensaml/saml2/encryption/SimpleEncryptionTest.java
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/src/test/java/org/opensaml/saml2/encryption/SimpleEncryptionTest.java?rev=1556&r1=1555&r2=1556&view=diff
==============================================================================
--- branches/REL_2/src/test/java/org/opensaml/saml2/encryption/SimpleEncryptionTest.java (original)
+++ branches/REL_2/src/test/java/org/opensaml/saml2/encryption/SimpleEncryptionTest.java Mon Oct 17 23:20:57 2011
@@ -66,7 +66,7 @@
         expectedKeyName = "SuperSecretKey";
         algoURI = EncryptionConstants.ALGO_ID_BLOCKCIPHER_AES128;
         
-        kekURIRSA = EncryptionConstants.ALGO_ID_KEYTRANSPORT_RSA15;
+        kekURIRSA = EncryptionConstants.ALGO_ID_KEYTRANSPORT_RSAOAEP;
     }
     
     /** {@inheritDoc} */



More information about the commits mailing list