Re: rebuilding OpenSSL under Strawberry Perl

2013-09-12 Thread Thomas J Pinkl
On 09/12/2013 04:17 PM, kmx wrote: I can reproduce your failure. My first build was 64bit and went fine. I am afraid it is an issue with openssl-fips and/or openssl configure script or makefile. Thanks. At least I now know it's not something with my system. I appreciate your help. -- Thomas

Re: rebuilding OpenSSL under Strawberry Perl

2013-09-12 Thread kmx
I can reproduce your failure. My first build was 64bit and went fine. I am afraid it is an issue with openssl-fips and/or openssl configure script or makefile. -- kmx On 10.9.2013 18:37, Thomas J Pinkl wrote: On 09/10/2013 04:35 AM, kmx wrote: openssl-fips-2.0.5 seems to build fine for me,

Re: rebuilding OpenSSL under Strawberry Perl

2013-09-10 Thread Thomas J Pinkl
On 09/10/2013 04:35 AM, kmx wrote: openssl-fips-2.0.5 seems to build fine for me, here is how you can do it: kmx, thanks for taking the time to help with this. My build is failing at step 6 (see below). 1/ download MSYS environment from http://sourceforge.net/projects/perlmingw/files/MSYS%

Re: rebuilding OpenSSL under Strawberry Perl

2013-09-10 Thread kmx
Thomas, openssl-fips-2.0.5 seems to build fine for me, here is how you can do it: 1/ download MSYS environment from http://sourceforge.net/projects/perlmingw/files/MSYS%20Environment%20for%20End%20Users/ 2/ unpack standard-msys-2022.7z into - e.g. c:\dev\msys 3/ make sure you have gcc co

Re: rebuilding OpenSSL under Strawberry Perl

2013-09-10 Thread kmx
On 6.9.2013 2:41, Thomas J Pinkl wrote: On 09/01/2013 03:01 PM, kmx wrote: In that case here is the build script: http://svn.ali.as/cpan/users/kmx/strawberry_packs_devel/build/go-build.sh Do you patch the standard openssl 1.0.1e distribution in order to get it to build under the MinGW provid

Re: rebuilding OpenSSL under Strawberry Perl

2013-09-05 Thread Thomas J Pinkl
On 09/01/2013 03:01 PM, kmx wrote: In that case here is the build script: http://svn.ali.as/cpan/users/kmx/strawberry_packs_devel/build/go-build.sh Do you patch the standard openssl 1.0.1e distribution in order to get it to build under the MinGW provided with Strawberry Perl? I'm still unsuc

Re: rebuilding OpenSSL under Strawberry Perl

2013-09-03 Thread Thomas J Pinkl
On 08/31/2013 10:44 AM, Curtis Jewell wrote: I'll help out here: kmx: I think he needs the command lines/batch files used for the process when you created the build, and the procedure to set up a build environment - that way, he can follow the procedures used in http://www.openssl.org/docs/fips/

Re: rebuilding OpenSSL under Strawberry Perl

2013-09-01 Thread kmx
In that case here is the build script: http://svn.ali.as/cpan/users/kmx/strawberry_packs_devel/build/go-build.sh -- kmx On 31.8.2013 16:44, Curtis Jewell wrote: I'll help out here: kmx: I think he needs the command lines/batch files used for the process when you created the build, and the proc

Re: rebuilding OpenSSL under Strawberry Perl

2013-08-31 Thread Curtis Jewell
I'll help out here: kmx: I think he needs the command lines/batch files used for the process when you created the build, and the procedure to set up a build environment - that way, he can follow the procedures used in http://www.openssl.org/docs/fips/UserGuide-2.0.pdf chapter 4 to do the rebuild.

Re: rebuilding OpenSSL under Strawberry Perl

2013-08-31 Thread kmx
On 30.8.2013 18:57, Thomas J Pinkl wrote: I need to rebuild OpenSSL 1.0.1e to include the FIPS object module, under Strawberry Perl 5.16.x for both 32-bit and 64-bit platforms. Can anyone point me to the procedure that was used to build the non-FIPS capable OpenSSL 1.0.1e under Strawberry Per