Re: [openssl-users] Build problems on Windows

2017-01-10 Thread Richard Levitte
In message <39de3d0c-b9f8-6576-b4ed-de4501fcb...@wisemo.com> on Tue, 10 Jan 2017 20:20:30 +0100, Jakob Bohm said: jb-openssl> On 10/01/2017 19:43, Matt Caswell wrote: jb-openssl> > Notes on Perl on Windows jb-openssl> > jb-openssl> >

Re: [openssl-users] Build problems on Windows

2017-01-10 Thread jeff saremi
thanks a lot. I opened a "VS2015 x64 Native Tools" window as opposed to a "VS2015 x64 x86 Cross Tools" and everything worked amazingly with no issues. The names are super confusing. but i'm ok now. thanks From: openssl-users

Re: [openssl-users] Build problems on Windows

2017-01-10 Thread Jeffrey Walton
> IF EXIST libcrypto-1_1-x64.dll.manifest DEL /F /Q > libcrypto-1_1-x64.dll.manifest > link /nologo /debug /dll /implib:libcrypto.lib > /out:libcrypto-1_1-x64.dll /def:libcrypto-1_1-x64.def > @C:\Users\jesaremi\AppData\Local\Temp\nm8557.tmp || (DEL /Q libcrypto.* >

Re: [openssl-users] Openssl static build linked in DLL does not unload on win32

2017-01-10 Thread Dan Heinz
On 04/01/17 23:11, Dan Heinz wrote: Using openssl 1.1.0c. I have a test application that is a win32 console app that calls a > >>> win32 DLL which has the openssl libraries linked in statically>. The test applications uses late-binding to the DLL and calls

Re: [openssl-users] Build problems on Windows

2017-01-10 Thread jeff saremi
I installed ActivePerl and got a lot further I now get link errors. Please see below. The commands are the same: perl Configure VS-WIN64A and nmake: "C:\Perl64\bin\perl.exe" "util\mkdef.pl" "crypto" 32 > libcrypto-1_1-x64.def "C:\Perl64\bin\perl.exe" -i.tmp -pe

Re: [openssl-users] Build problems on Windows

2017-01-10 Thread rjkmurray40
Can you redirect me in the direction of virtual windows platforms on android tablet Sent from my Bell Samsung device over Canada's largest network. Original message From: Jakob Bohm Date: 2017-01-10 3:20 PM (GMT-04:00) To: openssl-users@openssl.org

Re: [openssl-users] Build problems on Windows

2017-01-10 Thread Jakob Bohm
On 10/01/2017 19:43, Matt Caswell wrote: Notes on Perl on Windows There are a number of build targets that can be viewed as "Windows". Indeed, there are VC-* configs targeting VisualStudio C, as well as MinGW and Cygwin. The key recommendation is to use

Re: [openssl-users] Build problems on Windows

2017-01-10 Thread jeff saremi
i was not aware of that. thanks so much. I'll go back and install a proper Perl From: openssl-users on behalf of Matt Caswell Sent: Tuesday, January 10, 2017 10:43 AM To: openssl-users@openssl.org Subject:

Re: [openssl-users] Build problems on Windows

2017-01-10 Thread Matt Caswell
On 10/01/17 18:34, jeff saremi wrote: > D:\repos\openssl2\openssl-1.1.0c>perl -v > > This is perl 5, version 22, subversion 1 (v5.22.1) built for > x86_64-msys-thread-multi > Copyright 1987-2015, Larry Wall You are using msys perl but doing a VC build. See this extract from NOTES.PERL in the

Re: [openssl-users] Build problems on Windows

2017-01-10 Thread jeff saremi
D:\repos\openssl2\openssl-1.1.0c>perl -v This is perl 5, version 22, subversion 1 (v5.22.1) built for x86_64-msys-thread-multi Copyright 1987-2015, Larry Wall From: openssl-users on behalf of Jakob Bohm

[openssl-users] build.info documentation

2017-01-10 Thread Schmicker, Robert
Hello, Can anyone here point me in the direction to some documentation on build.info files? For the most part I’m creating mine using examples from other crypto ciphers but could use some more in depth explanation of what is going on when it is being parsed. More

[openssl-users] x509 extension support

2017-01-10 Thread Freemon Johnson
Hello, Can anyone help me in discerning which version of openssl supports sbgp-autonomousSysNum and sbgp-ipAddrBlock? If it has been deprecated then providing the alternative would be greatly appreciated. A sample openssl.cnf is provided below. When I perform a request for req it fails because