[java-opensaml] branch main updated: Re-disable EC cert test until can re-generate keypair and cert.

Brent Putman putmanb at georgetown.edu
Sat Sep 19 02:18:36 UTC 2020


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

putmanb pushed a commit to branch main
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=1f19cf51d2f55be8229a1c121b4b372880d138e4

The following commit(s) were added to refs/heads/main by this push:
       new  1f19cf51d Re-disable EC cert test until can re-generate keypair and cert.
1f19cf51d is described below

commit 1f19cf51d2f55be8229a1c121b4b372880d138e4
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Fri Sep 18 22:06:30 2020 -0400

    Re-disable EC cert test until can re-generate keypair and cert.
    
    Current test target uses named curve secp256k1 which is no longer
    universally supported, for example in OpenJDK 15.
---
 .../src/test/java/org/opensaml/security/x509/X509SupportTest.java    | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/opensaml-security-api/src/test/java/org/opensaml/security/x509/X509SupportTest.java b/opensaml-security-api/src/test/java/org/opensaml/security/x509/X509SupportTest.java
index f456e4000..ce31c10a3 100644
--- a/opensaml-security-api/src/test/java/org/opensaml/security/x509/X509SupportTest.java
+++ b/opensaml-security-api/src/test/java/org/opensaml/security/x509/X509SupportTest.java
@@ -610,9 +610,12 @@ public class X509SupportTest {
     /**
      * Test decoding and matching EC keypair.
      * 
+     * TODO this target cert is based on named curve secp256k1, which is no longer universally supported, e.g. not in OpenJDK 15.
+     *      Need to re-generate new keypair and cert test target based on a supported one, e.g. secp256r1.
+     *
      * @throws Exception if something goes wrong
      */
-    @Test
+    @Test(enabled=false)
     public void testEC() throws Exception {
         InputStream certInS = X509SupportTest.class.getResourceAsStream(certEC);
 

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


More information about the commits mailing list