openssl windows compile: VS2012 Pro vs VS2019 Community

2021-04-30 Thread Michael Mueller
Compile on Openssl 1.1.1k on W2008R2 with VS2019 Community was successful. Compile of my app that uses openssl dlls on the same platform was successful. "openssl.exe version" works correctly Running my app I get "No OPENSSL_Applink" This is new since running VS2019 compiled binaries. I

manual edit: i2d_PKCS7_bio

2020-06-30 Thread Michael Mueller
https://www.openssl.org/docs/man1.1.1/man3/i2d_PKCS7_bio.html current: i2d_TYPE_fp() is similar to i2d_TYPE() except it writes the encoding of the structure a to BIO bp and it returns 1 for success and 0 for failure. Suggested edit: i2d_TYPE_fp() is similar to i2d_TYPE() except it writes the

Re: Monolith compile verify.c

2020-06-25 Thread Michael Mueller
wrote: > > From: openssl-users [mailto:openssl-users-boun...@openssl.org] On > Behalf Of > > Matt Caswell > > Sent: Thursday, June 25, 2020 04:51 > > > > On 24/06/2020 20:20, Michael Mueller wrote: > > > > > > Questions > > > > > >

Monolith compile verify.c

2020-06-24 Thread Michael Mueller
I'm compiling verify.c as a monolith from 1.1.1g. Using gcc 4.8.5 I have no problems. Using gcc 4.3.4 I get a warning which we treat as an error: gcc -c -Wall -Werror -Wextra -idirafter ../../inc -idirafter ../../../../OPENSSL/include/SUSE-Linux -DMONOLITH -DNO_ASN1_OLD -DLINUX -o

Re: CMS in openssl

2020-04-22 Thread Michael Mueller
On Wed, Apr 22, 2020, 2:56 PM Michael Richardson wrote: > > Michael Mueller wrote: > >> Michael Mueller wrote: > >> > We've implemented what I gather can be called a CMS on Linux and > >> Windows > >> > using openssl evp funct

Re: CMS in openssl

2020-04-22 Thread Michael Mueller
On Tue, Apr 21, 2020, 9:46 PM Michael Richardson wrote: > > Michael Mueller wrote: > > We've implemented what I gather can be called a CMS on Linux and > Windows > > using openssl evp functions. > > I'm not sure why you say it this way. > OpenSSL include

Re: secure_getenv

2020-04-21 Thread Michael Mueller
Michael Mueller wrote: > > anybody else compiling apps against openssl 1.1.1g in Linux and > getting link errors for secure_getenv? > > ../../../../OPENSSL/bin/SUSE-Linux/libcrypto.a(getenv.o): In function > `ossl_safe_getenv': getenv.c:(.text+0x1): undefined reference t

secure_getenv

2020-04-21 Thread Michael Mueller
anybody else compiling apps against openssl 1.1.1g in Linux and getting link errors for secure_getenv? ../../../../OPENSSL/bin/SUSE-Linux/libcrypto.a(getenv.o): In function `ossl_safe_getenv': getenv.c:(.text+0x1): undefined reference to `secure_getenv secure_getenv() is a GNU extension Mike

CMS in openssl

2020-04-21 Thread Michael Mueller
Greetings esteemed openssl users, We've implemented what I gather can be called a CMS on Linux and Windows using openssl evp functions. We need to expand this CMS to other systems, on which we have not been able to build openssl. These other systems have a vendor supplied security application.

Re: Problems porting Openssl 1.1.1d to zos.

2020-03-04 Thread Michael Mueller
This is a very helpful post. Thank you. We lacked Perl and had no clear path to getting it. Can't say this deficiency caused our project to miss generous targets, but it certainly contributed. On Wed, Mar 4, 2020, 6:07 AM Patrick Steuer wrote: > > I stumbled across this mails when looking for

Re: Problems porting Openssl 1.1.1d to zos.

2020-03-03 Thread Michael Mueller
We recently abandoned our effort to port 1.1.1d to zos. Attempting to use GSK now. Lack of a zos dev community is a hurdle. M On Mon, Mar 2, 2020, 6:04 AM K Lengauer wrote: > Dear all, > > I stumbled across this mails when looking for information regarding OpenSSL > on zOS. Currently, I am

Re: OpenSSL compilation errors in Windows

2019-09-30 Thread Michael Mueller
We compile using Visual Studio. We don't use 'warnings as errors' and selected a warning level that minimized warnings. The 'make test' runs cleanly. On Mon, Sep 30, 2019, 3:16 AM Nagalakshmi V J wrote: > Hi, > > I am using openssl 1.1.c from our product code. While compiling the code, > I am

Re: Issue Building OpenSSL version 1.1.1b using batch files Missing do_win64a/nt.mak/nt-dbg.mak

2019-07-26 Thread Michael Mueller
On Fri, Jul 26, 2019, 5:44 AM manoj upadhyay wrote: > This what we changed to. Will this method not work for you? > > > P.S: I am able to build the code using the standard method below. >perl Configure VC-WIN64A > nmake > nmake test > nmake install >

Re: Issue Building OpenSSL version 1.1.1b using batch files Missing do_win64a/nt.mak/nt-dbg.mak

2019-07-26 Thread Michael Mueller
Found similar issues with our Windows 1.0.2 to 1.1.1c upgrade. Had to change our build process per INSTALL doc. The dll files are named differently which impacted our package and install process. Th On Fri, Jul 26, 2019, 5:44 AM manoj upadhyay wrote: > Hi All, > > I need help in building the

Re: Openssl binary with statically linked libssl and libcrypto

2019-07-24 Thread Michael Mueller
On Wed, Jul 24, 2019, 7:00 AM K Lengauer wrote: > So if I understand you correctly you also use the > "build.info" file to specify the static libraries as dependencies for the > 'openssl' binary. > Negative. We use the following method: ./config \ no-hw \

Re: Openssl binary with statically linked libssl and libcrypto

2019-07-23 Thread Michael Mueller
We are doing this for Linux. See below. Don't recall changing anything related to static build in transition from 1.0.2 to 1.1.1. For Windows we use the dlls. Noticed that new windows compile creates static libs, so we might convert to using the static libs.

1.1.1c build on z/OS, OS 390

2019-07-17 Thread Michael Mueller
(apologies if this email is redundant, but my first send originated from email account not registered on this list) We need to compile openssl 1.1.1c for z/OS, OS 390 Has anyone been down this path? This link provided hope: https://github.com/openssl/openssl/issues/7441 We use static libs so

OpenSSL, Windows, Perl

2013-10-25 Thread Michael Mueller
Happy Linux OpenSSL user here. Moving to Windowsville. Haven't been there in over a decade. Read INSTALL.W32 and INSTALL.W64. Read Configure. Read crypto/asm/*.pl. Clearly Perl is needed to compile openssl with Visual Studio - which we will be using. Does OpenSSL need Perl at runtime? Thanks,

Re: ./config and -no-zlib

2012-12-28 Thread Michael Mueller
i compiled openssl with no-zlib here is ldd of my client: ldd client linux-vdso.so.1 = (0x7fff059ff000) libssl.so.1.0.0 = /lib64/libssl.so.1.0.0 (0x7fefccdc9000) libcrypto.so.1.0.0 = /lib64/libcrypto.so.1.0.0 (0x7fefcca17000) libpthread.so.0 =

Re: ./config and -no-zlib

2012-12-28 Thread Michael Mueller
i was going to do this: SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_COMPRESSION); On Fri, Dec 28, 2012 at 3:14 PM, Jeffrey Walton noloa...@gmail.com wrote: On Fri, Dec 28, 2012 at 7:48 AM, Michael Mueller abaci@gmail.com wrote: i compiled openssl with no-zlib ldd client

Re: extensions in certifications

2012-12-12 Thread Michael Mueller
On Tue, Dec 11, 2012 at 7:10 PM, Michael Mueller abaci@gmail.comwrote: On Tue, Dec 11, 2012 at 6:10 PM, Dave Thompson dthomp...@prinpay.comwrote: From: owner-openssl-us...@openssl.org On Behalf Of Michael Mueller Sent: Tuesday, 11 December, 2012 15:45 Could I get a nudge. I'd like

extensions in certifications

2012-12-11 Thread Michael Mueller
Could I get a nudge. I'd like to get the SANs to show up in my certs. in my request: Requested Extensions: X509v3 Basic Constraints: CA:FALSE X509v3 Key Usage: Digital Signature, Non Repudiation, Key Encipherment X509v3 Subject

Re: extensions in certifications

2012-12-11 Thread Michael Mueller
On Tue, Dec 11, 2012 at 6:10 PM, Dave Thompson dthomp...@prinpay.comwrote: From: owner-openssl-us...@openssl.org On Behalf Of Michael Mueller Sent: Tuesday, 11 December, 2012 15:45 Could I get a nudge. I'd like to get the SANs to show up in my certs. in my request: snip BC, KU, SAN what I