Re: [PR] SANTUARIO-511: Implementation of the Diffie-Hellman-ES key exchange for EC and XEC keys [santuario-xml-security-java]

2023-11-06 Thread via GitHub
jrihtarsic commented on code in PR #234: URL: https://github.com/apache/santuario-xml-security-java/pull/234#discussion_r1384439467 ## src/main/java/org/apache/xml/security/utils/XMLUtils.java: ## @@ -706,6 +706,27 @@ public static Element selectXencNode(Node sibling, String n

Re: [PR] SANTUARIO-511: Implementation of the Diffie-Hellman-ES key exchange for EC and XEC keys [santuario-xml-security-java]

2023-11-06 Thread via GitHub
jrihtarsic commented on code in PR #234: URL: https://github.com/apache/santuario-xml-security-java/pull/234#discussion_r1384418125 ## src/main/java/org/apache/xml/security/keys/derivedKey/ConcatKDF.java: ## @@ -0,0 +1,240 @@ +/** + * Licensed to the Apache Software Foundation

Re: [PR] SANTUARIO-511: Implementation of the Diffie-Hellman-ES key exchange for EC and XEC keys [santuario-xml-security-java]

2023-11-06 Thread via GitHub
jrihtarsic commented on code in PR #234: URL: https://github.com/apache/santuario-xml-security-java/pull/234#discussion_r1384395937 ## src/main/java/org/apache/xml/security/keys/content/DEREncodedKeyValue.java: ## @@ -37,7 +37,9 @@ public class DEREncodedKeyValue extends Signa

Re: [PR] SANTUARIO-511: Implementation of the Diffie-Hellman-ES key exchange for EC and XEC keys [santuario-xml-security-java]

2023-11-06 Thread via GitHub
phax commented on code in PR #234: URL: https://github.com/apache/santuario-xml-security-java/pull/234#discussion_r1383703120 ## src/test/java/org/apache/xml/security/utils/KeyUtilsTest.java: ## @@ -0,0 +1,93 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under on

Re: [PR] SANTUARIO-511: Implementation of the Diffie-Hellman-ES key exchange for EC and XEC keys [santuario-xml-security-java]

2023-11-06 Thread via GitHub
phax commented on code in PR #234: URL: https://github.com/apache/santuario-xml-security-java/pull/234#discussion_r1383701345 ## src/test/java/org/apache/xml/security/testutils/KeyTestUtils.java: ## @@ -0,0 +1,125 @@ +/** + * Licensed to the Apache Software Foundation (ASF) und

Re: [PR] SANTUARIO-511: Implementation of the Diffie-Hellman-ES key exchange for EC and XEC keys [santuario-xml-security-java]

2023-11-06 Thread via GitHub
phax commented on code in PR #234: URL: https://github.com/apache/santuario-xml-security-java/pull/234#discussion_r1383700636 ## src/test/java/org/apache/xml/security/testutils/KeyTestUtils.java: ## @@ -0,0 +1,125 @@ +/** + * Licensed to the Apache Software Foundation (ASF) und

Re: [PR] SANTUARIO-511: Implementation of the Diffie-Hellman-ES key exchange for EC and XEC keys [santuario-xml-security-java]

2023-11-06 Thread via GitHub
phax commented on code in PR #234: URL: https://github.com/apache/santuario-xml-security-java/pull/234#discussion_r1383699188 ## src/main/java/org/apache/xml/security/utils/XMLUtils.java: ## @@ -706,6 +706,27 @@ public static Element selectXencNode(Node sibling, String nodeNam

Re: [PR] SANTUARIO-511: Implementation of the Diffie-Hellman-ES key exchange for EC and XEC keys [santuario-xml-security-java]

2023-11-06 Thread via GitHub
phax commented on code in PR #234: URL: https://github.com/apache/santuario-xml-security-java/pull/234#discussion_r1383691978 ## src/main/java/org/apache/xml/security/utils/KeyUtils.java: ## @@ -0,0 +1,284 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one +

Re: [PR] SANTUARIO-511: Implementation of the Diffie-Hellman-ES key exchange for EC and XEC keys [santuario-xml-security-java]

2023-11-06 Thread via GitHub
phax commented on code in PR #234: URL: https://github.com/apache/santuario-xml-security-java/pull/234#discussion_r1383685527 ## src/main/java/org/apache/xml/security/keys/derivedKey/DerivationAlgorithm.java: ## @@ -0,0 +1,57 @@ +/** + * Licensed to the Apache Software Foundati

Re: [PR] SANTUARIO-511: Implementation of the Diffie-Hellman-ES key exchange for EC and XEC keys [santuario-xml-security-java]

2023-11-06 Thread via GitHub
phax commented on code in PR #234: URL: https://github.com/apache/santuario-xml-security-java/pull/234#discussion_r1383684343 ## src/main/java/org/apache/xml/security/keys/derivedKey/ConcatKDF.java: ## @@ -0,0 +1,240 @@ +/** + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] SANTUARIO-511: Implementation of the Diffie-Hellman-ES key exchange for EC and XEC keys [santuario-xml-security-java]

2023-11-06 Thread via GitHub
phax commented on code in PR #234: URL: https://github.com/apache/santuario-xml-security-java/pull/234#discussion_r1383682400 ## src/main/java/org/apache/xml/security/keys/derivedKey/ConcatKDF.java: ## @@ -0,0 +1,240 @@ +/** + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] SANTUARIO-511: Implementation of the Diffie-Hellman-ES key exchange for EC and XEC keys [santuario-xml-security-java]

2023-11-06 Thread via GitHub
phax commented on code in PR #234: URL: https://github.com/apache/santuario-xml-security-java/pull/234#discussion_r1383675427 ## src/main/java/org/apache/xml/security/keys/derivedKey/ConcatKDF.java: ## @@ -0,0 +1,240 @@ +/** + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] SANTUARIO-511: Implementation of the Diffie-Hellman-ES key exchange for EC and XEC keys [santuario-xml-security-java]

2023-11-06 Thread via GitHub
phax commented on code in PR #234: URL: https://github.com/apache/santuario-xml-security-java/pull/234#discussion_r1383661569 ## src/main/java/org/apache/xml/security/keys/content/DEREncodedKeyValue.java: ## @@ -37,7 +37,9 @@ public class DEREncodedKeyValue extends Signature11

Re: [PR] SANTUARIO-511: Implementation of the Diffie-Hellman-ES key exchange for EC and XEC keys [santuario-xml-security-java]

2023-11-06 Thread via GitHub
phax commented on code in PR #234: URL: https://github.com/apache/santuario-xml-security-java/pull/234#discussion_r1383659525 ## src/main/java/org/apache/xml/security/keys/content/AgreementMethodImpl.java: ## @@ -0,0 +1,324 @@ +/** + * Licensed to the Apache Software Foundation

Re: [PR] SANTUARIO-511: Implementation of the Diffie-Hellman-ES key exchange for EC and XEC keys [santuario-xml-security-java]

2023-11-06 Thread via GitHub
phax commented on code in PR #234: URL: https://github.com/apache/santuario-xml-security-java/pull/234#discussion_r1383656964 ## src/main/java/org/apache/xml/security/keys/KeyInfo.java: ## @@ -361,6 +366,16 @@ public void add(DEREncodedKeyValue derEncodedKeyValue) { ad

Re: [PR] SANTUARIO-511: Implementation of the Diffie-Hellman-ES key exchange for EC and XEC keys [santuario-xml-security-java]

2023-11-06 Thread via GitHub
phax commented on code in PR #234: URL: https://github.com/apache/santuario-xml-security-java/pull/234#discussion_r1383655155 ## src/main/java/org/apache/xml/security/encryption/params/KeyDerivationParameter.java: ## @@ -0,0 +1,42 @@ +/** + * Licensed to the Apache Software Fou

Re: [PR] SANTUARIO-511: Implementation of the Diffie-Hellman-ES key exchange for EC and XEC keys [santuario-xml-security-java]

2023-11-06 Thread via GitHub
phax commented on code in PR #234: URL: https://github.com/apache/santuario-xml-security-java/pull/234#discussion_r1383653848 ## src/main/java/org/apache/xml/security/encryption/params/ConcatKeyDerivationParameter.java: ## @@ -0,0 +1,105 @@ +/** + * Licensed to the Apache Softw

Jenkins build is back to normal : Santuario » Santuario-Java-main-JDK11 #312

2023-11-06 Thread Apache Jenkins Server
See

Re: Trouble with configuring the build for Santuario 2.0.4

2023-11-06 Thread Cantor, Scott
> Am I misunderstanding something about the changes to the configure > script? Nope. All the environment variable nonsense was just broken, and the script was modernized to rely on pkgconfig for locating everything. All of the dependencies should have pkgconfig support, but there are plenty of

Build failed in Jenkins: Santuario » Santuario-Java-main-JDK11 #311

2023-11-06 Thread Apache Jenkins Server
See Changes: -- Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on builds56 (ubuntu) in workspac

Re: [PR] SANTUARIO-511: Implementation of the Diffie-Hellman-ES key exchange for EC and XEC keys [santuario-xml-security-java]

2023-11-06 Thread via GitHub
jrihtarsic commented on code in PR #234: URL: https://github.com/apache/santuario-xml-security-java/pull/234#discussion_r1383295017 ## src/main/java/org/apache/xml/security/utils/KeyUtils.java: ## @@ -0,0 +1,280 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under

Build failed in Jenkins: Santuario » Santuario-Java-main-JDK11 #310

2023-11-06 Thread Apache Jenkins Server
See Changes: -- Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on builds56 (ubuntu) in workspac

Build failed in Jenkins: Santuario » Santuario-Java-main-JDK11 #309

2023-11-06 Thread Apache Jenkins Server
See Changes: -- Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on builds56 (ubuntu) in workspac

Jenkins build is back to normal : Santuario » Santuario 2.3.x-fixes JDK8 #30

2023-11-06 Thread Apache Jenkins Server
See

Build failed in Jenkins: Santuario » Santuario-Java-main-JDK11 #308

2023-11-06 Thread Apache Jenkins Server
See Changes: -- Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on builds56 (ubuntu) in workspac

Build failed in Jenkins: Santuario » Santuario-Java-main-JDK11 #307

2023-11-06 Thread Apache Jenkins Server
See Changes: -- Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on builds56 (ubuntu) in workspac

Build failed in Jenkins: Santuario » Santuario-Java-main-JDK11 #306

2023-11-06 Thread Apache Jenkins Server
See Changes: -- Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on builds56 (ubuntu) in workspac

Jenkins build is back to normal : Santuario » Santuario 3.0.x-fixes JDK8 #20

2023-11-06 Thread Apache Jenkins Server
See