Re: [Crypto] Compile From Source and Openssl3 Support

2023-08-10 Thread sebb
Have a look at https://github.com/apache/commons-crypto/blob/master/src/docker/README.md On Thu, 10 Aug 2023 at 01:33, Daniel Thertell wrote: > > Okay thanks Alex, I haven't looked at the Docker file! I just called make > in the root of the project. > I will be digging into it more tomorrow! >

Re: [Crypto] Compile From Source and Openssl3 Support

2023-08-09 Thread Daniel Thertell
Okay thanks Alex, I haven't looked at the Docker file! I just called make in the root of the project. I will be digging into it more tomorrow! Dan Thertell On Wed, Aug 9, 2023, 8:21 p.m. Alex Remily wrote: > I've been meaning to add openssl3 support to common crypto for a while > now. Maybe

Re: [Crypto] Compile From Source and Openssl3 Support

2023-08-09 Thread Alex Remily
I've been meaning to add openssl3 support to common crypto for a while now. Maybe this will give me the push that I need. I'm on my phone now without access to the branch, but I recall a docker file that provided a lot of build information on the main branch. You may consider having a look if

Re: [Crypto] Compile From Source and Openssl3 Support

2023-08-09 Thread Daniel Thertell
ya that's totally fine! I will continue to try and figure this out. Thanks, Dan Thertell On Wed, Aug 9, 2023 at 4:53 PM Gary Gregory wrote: > The branch is work in progress from a while ago, and it did not work > completely, that much i remember. I can't take the time today to look at it >

Re: [Crypto] Compile From Source and Openssl3 Support

2023-08-09 Thread Gary Gregory
The branch is work in progress from a while ago, and it did not work completely, that much i remember. I can't take the time today to look at it today, I'm looking at other issues in Commons. Gary On Wed, Aug 9, 2023, 4:27 PM Daniel Thertell wrote: > Hey Gary > > I believe I managed to get it

Re: [Crypto] Compile From Source and Openssl3 Support

2023-08-09 Thread Daniel Thertell
Hey Gary I believe I managed to get it to build, however I do have a few questions. 1. Why were the make targets for the header files commented out and pointing to the wrong locations (in the make file)? 2. After successfully running make, how do I package everything into a JAR for testing?

Re: [Crypto] Compile From Source and Openssl3 Support

2023-08-09 Thread Daniel Thertell
Hey Gary, lol ya I also have that note keeping issue! By any chance do you know what the version env variable should be? I am using 3_0_X right now. Thanks, Dan Thertell On Wed, Aug 9, 2023 at 2:10 PM Gary Gregory wrote: > I should have kept notes! > > Gary > > On Wed, Aug 9, 2023, 1:49 PM

Re: [Crypto] Compile From Source and Openssl3 Support

2023-08-09 Thread Gary Gregory
I should have kept notes! Gary On Wed, Aug 9, 2023, 1:49 PM Daniel Thertell wrote: > Hey All, > > I am looking to compile Commons Crypto from source and I am wondering if > there is any documentation for this process? I am trying to build Gary > Gregory's OpenSSL3 branch but I am encountering

[Crypto] Compile From Source and Openssl3 Support

2023-08-09 Thread Daniel Thertell
Hey All, I am looking to compile Commons Crypto from source and I am wondering if there is any documentation for this process? I am trying to build Gary Gregory's OpenSSL3 branch but I am encountering the following error. I know this isn't the main branch but I am hoping someone will still be