Re: Problems porting Openssl 1.1.1d to zos.

2020-04-14 Thread K Lengauer
Hi Stephan, Thank you for your quick response and also the link to your github issue. I must have brushed over it when searching for similar issues, apologies. Anyway, this seems to further confirm the issue(s) at hand... Did you have any success or have you made any attempts at fixing this so far

Re: Problems porting Openssl 1.1.1d to zos.

2020-04-14 Thread K Lengauer
Dear all, I want to add another issue that occurred to me and would appreciate some input from others using zOS OpenSSL. Calls like "ossl_isascii(c)" such as is done in "a_print.c" in method "int ASN1_PRINTABLE_type(const unsigned char *s, int len)" lead to wrong behavior for me on zOS if the in

Re: Problems porting Openssl 1.1.1d to zos.

2020-04-09 Thread K Lengauer
First of all, thanks Michael Wojcik for your answer regarding the datasets. I was able to get it working. In the meantime I got the whole build done and am working on my tests. One thing that I noticed recently is a wrong certificate X509 name output that happens because of the following code sect

Re: Problems porting Openssl 1.1.1d to zos.

2020-03-09 Thread K Lengauer
Dear Patrick and co I am currently stuck during my build with the following error: IKJ56228I DATA SET CEE.SCEEBND2 NOT IN CATALOG OR CATALOG CAN NOT BE ACCESSED FSUM3052 The data definition name SYSLIB cannot be resolved. The data set was not found. Ensure that data set name CEE.SCEEBND2 is s

Re: Problems porting Openssl 1.1.1d to zos.

2020-03-04 Thread K Lengauer
Thank you very much Patrick Steuer. This certainly helps! I am now also in the progress of building OpenSSL and come across missing "cflags" and the likes so with your config I can hopefully save some time as well as verify what I already use. I will also share my config in the near future once I

Re: Problems porting Openssl 1.1.1d to zos.

2020-03-02 Thread K Lengauer
Dear all, I stumbled across this mails when looking for information regarding OpenSSL on zOS. Currently, I am working on getting OpenSSL 1.1.1c running on zOS. So far I created my own config "target" inside 10-main.conf based on the old configuration that was used pre OpenSSL 1.1.0. Still, I was

Re: Openssl binary with statically linked libssl and libcrypto

2019-07-25 Thread K Lengauer
Hi Rich Salz Thank you very much for responding and also for the indirect help through all your posts and comments in posts I read so far when looking for help with OpenSSL. Right, that is a good idea. I will try to achieve it by building it twice such that I can hopefully avoid the errors in the

Re: Openssl binary with statically linked libssl and libcrypto

2019-07-25 Thread K Lengauer
I see. Thank you again for answering and for the example ./config arguments. Sadly, I can not make use of the "no-shared" option as I still need the shared libraries to be built. But I wonder if there even is a way to achieve both at the same time. -- Sent from: http://openssl.6102.n7.nabble.c

Re: Openssl binary with statically linked libssl and libcrypto

2019-07-24 Thread K Lengauer
Hi Michael Mueller Thank you for answering. So if I understand you correctly you also use the "build.info" file to specify the static libraries as dependencies for the 'openssl' binary. Do you encounter any segmentation faults when running the tests provided by OpenSSL in the openssl/test/recipe

Openssl binary with statically linked libssl and libcrypto

2019-07-23 Thread K Lengauer
Hi all, I am trying to build the 'openssl' binary with libssl and libcrypto linked statically because the end product may be used on a system where they are not available. I recently upgraded to OpenSSL v1.1.1c and previously used 1.0.2s which allowed me to get the 'openssl' binary with statically