Re: [CRYPTO] Release of commons-crypto supporting OpenSSL 3.x?

2025-02-17 Thread Gary Gregory
This is on my to-do list... maybe within a month or so. Gary On Mon, Feb 17, 2025 at 10:46 AM Callum Rogers wrote: > > Hi, > > The most recent version of commons-crypto (1.2.0, released January > 2023) > supports

[CRYPTO] Release of commons-crypto supporting OpenSSL 3.x?

2025-02-17 Thread Callum Rogers
Hi, The most recent version of commons-crypto (1.2.0, released January 2023) supports up to OpenSSL 1.1.x. I see in the unreleased changelog that OpenSSL 3.x is supported on the main branch

Re: [crypto] Help getting new release of commons-crypto?

2020-04-08 Thread Alex Remily
Thanks for the links. I'll do just that. On Wed, Apr 8, 2020 at 7:46 PM Gilles Sadowski wrote: > Hi. > > 2020-04-09 1:15 UTC+02:00, Alex Remily : > > I guess we're both in the same boat. > > Did you try and ping the people[1] (or their respective project[2]) > who contributed to that component?

Re: [crypto] Help getting new release of commons-crypto?

2020-04-08 Thread Gilles Sadowski
Hi. 2020-04-09 1:15 UTC+02:00, Alex Remily : > I guess we're both in the same boat. Did you try and ping the people[1] (or their respective project[2]) who contributed to that component? Regards, Gilles [1] http://commons.apache.org/proper/commons-crypto/team-list.html [2] https://gitbox.apach

Re: [crypto] Help getting new release of commons-crypto?

2020-04-08 Thread Alex Remily
> > to make it happen. I've never done a release for apache commons, but I'm > > sure I could figure it out if I was teamed with someone who had the > proper > > access and was pointed in the right direction. > > > > Alex > > > > On Tue, Apr

Re: [crypto] Help getting new release of commons-crypto?

2020-04-08 Thread Geoffrey Blake
pointed in the right direction. > > Alex > > On Tue, Apr 7, 2020 at 4:04 PM Geoffrey Blake > wrote: > > > Hi all, > > > > I see its been 4 years since the last release of commons crypto to > > https://mvnrepository.com/artifact/org.apache.commons/commons-cr

Re: [crypto] Help getting new release of commons-crypto?

2020-04-07 Thread Alex Remily
e who had the proper access and was pointed in the right direction. Alex On Tue, Apr 7, 2020 at 4:04 PM Geoffrey Blake wrote: > Hi all, > > I see its been 4 years since the last release of commons crypto to > https://mvnrepository.com/artifact/org.apache.commons/commons-crypto. > T

[crypto] Help getting new release of commons-crypto?

2020-04-07 Thread Geoffrey Blake
Hi all, I see its been 4 years since the last release of commons crypto to https://mvnrepository.com/artifact/org.apache.commons/commons-crypto. There has been many updates to the repository since then, notably the integration of OpenSSL 1.1.1, and native arm64 support. What are the blockers to

Re: Release of Commons Crypto

2020-01-26 Thread Alex Remily
I can build it on all three platforms (Win, Linux, Mac). I don't know how to push to Maven central, and even if I did, I don't have permissions. I'm happy to provide an artifact to someone who can push it to Maven. On Sun, Jan 26, 2020 at 9:59 AM Gary Gregory wrote: > On Wed, Jan 22, 2020 at 7

Re: Release of Commons Crypto

2020-01-26 Thread Gary Gregory
On Sun, Jan 26, 2020 at 9:58 AM Gary Gregory wrote: > On Wed, Jan 22, 2020 at 7:42 PM Alex Remily wrote: > >> How do we go about getting a release for Commons Crypto? >> > > Someone needs to spend the time doing it... ;-) The build for this > component is not trivial since it uses Maven to call

Re: Release of Commons Crypto

2020-01-26 Thread Gary Gregory
On Wed, Jan 22, 2020 at 7:42 PM Alex Remily wrote: > How do we go about getting a release for Commons Crypto? > Someone needs to spend the time doing it... ;-) The build for this component is not trivial since it uses Maven to call Ant to call make, which fails for me. Can anyone built it? Gary

Release of Commons Crypto

2020-01-22 Thread Alex Remily
How do we go about getting a release for Commons Crypto?