Re: Tcnative-2 PQC support

2025-05-28 Thread federico bustamante
Done! Fede. On Wed, May 28, 2025, 14:05 Christopher Schultz < ch...@christopherschultz.net> wrote: > Federico, > > On 5/28/25 10:43 AM, federico bustamante wrote: > > Excellent news, thank you for taking the time to make it work. > > I tested it in 9.0.105 (using NIO2) , 10.1.41 and 11.0.7 on W

Re: Tcnative-2 PQC support

2025-05-28 Thread Christopher Schultz
Federico, On 5/28/25 10:43 AM, federico bustamante wrote: Excellent news, thank you for taking the time to make it work. I tested it in 9.0.105 (using NIO2) , 10.1.41 and 11.0.7 on Windows and it works fine. On Chrome 136 the negotiated DH group is X25519MLKEM768, as expected. I'll keep doing te

Re: Tcnative-2 PQC support

2025-05-28 Thread federico bustamante
Mark, Excellent news, thank you for taking the time to make it work. I tested it in 9.0.105 (using NIO2) , 10.1.41 and 11.0.7 on Windows and it works fine. On Chrome 136 the negotiated DH group is X25519MLKEM768, as expected. I'll keep doing tests. Fede. On Wed, May 28, 2025, 04:51 Mark Thomas

Re: Tcnative-2 PQC support

2025-05-28 Thread Mark Thomas
On 27/05/2025 19:20, federico bustamante wrote: Hi Mark, hope to find you well. Just following up, did you get the build working? I tried a few more times but I couldn't make any progress. Yes, all working. There is a Tomcat Native release in progress now with the Windows binaries built with O

Re: Tcnative-2 PQC support

2025-05-27 Thread federico bustamante
Hi Mark, hope to find you well. Just following up, did you get the build working? I tried a few more times but I couldn't make any progress. Fede On Thu, May 22, 2025, 08:22 federico bustamante wrote: > I couldn't make it work with mingw64. > The switch to 3.5 LTS would be wonderful, I hope you

Re: Tcnative-2 PQC support

2025-05-22 Thread federico bustamante
I couldn't make it work with mingw64. The switch to 3.5 LTS would be wonderful, I hope you can get the build working, Mark. Please keep us updated. Thanks, Fede. On Thu, May 22, 2025, 07:07 Mark Thomas wrote: > On 22/05/2025 07:53, Mark Thomas wrote: > > On 21/05/2025 23:04, federico bustamante

Re: Tcnative-2 PQC support

2025-05-22 Thread Mark Thomas
On 22/05/2025 07:53, Mark Thomas wrote: On 21/05/2025 23:04, federico bustamante wrote: Yes, I don't have high hopes on make in it work on Ubuntu, but I thought of giving it a try using mingw-64. I'll report back. I've been building the Tomcat Native binaries for Windows for a while. I'll tr

Re: Tcnative-2 PQC support

2025-05-21 Thread Mark Thomas
On 21/05/2025 23:04, federico bustamante wrote: Yes, I don't have high hopes on make in it work on Ubuntu, but I thought of giving it a try using mingw-64. I'll report back. I've been building the Tomcat Native binaries for Windows for a while. I'll try with 3.5 and report back. I'll also st

Re: Tcnative-2 PQC support

2025-05-21 Thread federico bustamante
Yes, I don't have high hopes on make in it work on Ubuntu, but I thought of giving it a try using mingw-64. I'll report back. Fede On Wed, May 21, 2025, 18:20 Christopher Schultz < ch...@christopherschultz.net> wrote: > Federico, > > On 5/21/25 2:22 PM, federico bustamante wrote: > > I've only t

Re: Tcnative-2 PQC support

2025-05-21 Thread Christopher Schultz
Federico, On 5/21/25 2:22 PM, federico bustamante wrote: I've only tried with OpenSSL 3.5, but I suspect it's the same story with older versions (which, to be honest, wouldn't bother me as much as it being a specific problem with 3.5). I'll try reproducing the build process on Windows. We know

Re: Tcnative-2 PQC support

2025-05-21 Thread federico bustamante
I've only tried with OpenSSL 3.5, but I suspect it's the same story with older versions (which, to be honest, wouldn't bother me as much as it being a specific problem with 3.5). I'll try building the DLL on Ubuntu. Thanks, Fede. On Wed, May 21, 2025, 13:35 Christopher Schultz < ch...@christophe

Re: Tcnative-2 PQC support

2025-05-21 Thread Christopher Schultz
Federico, On 5/21/25 12:27 PM, Christopher Schultz wrote: Federico, On 5/21/25 10:58 AM, federico bustamante wrote: Hi! Did anyone have any luck building tcnative-2.dll with Openssl 3.5 to add Post Quantum Cryptography support? I tried following the steps in the wiki, but didn't have any luck

Re: Tcnative-2 PQC support

2025-05-21 Thread Christopher Schultz
Federico, On 5/21/25 10:58 AM, federico bustamante wrote: Hi! Did anyone have any luck building tcnative-2.dll with Openssl 3.5 to add Post Quantum Cryptography support? I tried following the steps in the wiki, but didn't have any luck (tried with cmake and nmake). Have you been able to compil

Tcnative-2 PQC support

2025-05-21 Thread federico bustamante
Hi! Did anyone have any luck building tcnative-2.dll with Openssl 3.5 to add Post Quantum Cryptography support? I tried following the steps in the wiki, but didn't have any luck (tried with cmake and nmake). Thanks!