Re: 1.1.1d LD_LIBRARY_PATH

2019-09-13 Thread Hal Murray
> Would someone let me know how to add this path permanently, as currently i > need to re-add on restart ? man ld, search for rpath -- These are my opinions. I hate spam.

1.1.1d LD_LIBRARY_PATH

2019-09-13 Thread Mal via openssl-users
Hi, On restart on my host with version 1.1.1d , I have this problem: > HOST:/ # openssl version openssl: /usr/lib/arm-linux-gnueabihf/libssl.so.1.1: version `OPENSSL_1_1_1' not found (required by openssl) openssl: /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.1: version `OPENSSL_1_1_1' not found (re

Re: Linker errors when trying to build OpenSSL with MD2 and RC5 support

2019-09-13 Thread Osman Zakir
I'll just put both email addresses in for "To" then. I won't build with either one enabled if that's better, but I'd still like to know how to fix those linker errors. I do also want to ask what AFALG is and if I should enable it or not (and what happens if I do).

Re: MD2 or RC5?

2019-09-13 Thread Salz, Rich via openssl-users
* I'd still like to know if it's possible to enable to both. If it's not, though, then which one is best to enable? MD2 or RC5? Thanks in advantage for the reply and sorry for the new email thread. They do different things; MD2 is a digest (“hash”) function, and RC5 is a block (encrypt/de

MD2 or RC5?

2019-09-13 Thread Osman Zakir
I'd still like to know if it's possible to enable to both. If it's not, though, then which one is best to enable? MD2 or RC5? Thanks in advantage for the reply and sorry for the new email thread.

RE: Linker errors when trying to build OpenSSL with MD2 and RC5 support

2019-09-13 Thread Michael Wojcik
> From: Osman Zakir [mailto:osmanzaki...@hotmail.com] > Sent: Friday, September 13, 2019 13:26 > I had a successful build before I configured it again to try to get MD2 and > RC5, so I > didn't see a reason to clean the build. Reconfiguring changes the makefiles. You should always clean after a

RE: Problem with the SHA256 signatures (download files) for the new releases 1.1.1d, 1.0.2t, 1.1.0l etc

2019-09-13 Thread Carl Tietjen
So the https://www.openssl.org/source/openssl-1.0.2t.tar.gz.sha256 file still has the issue. All the other files from the main download page are OK Carl -Original Message- From: Richard Levitte [mailto:levi...@openssl.org] Sent: Wednesday, September 11, 2019 4:41 PM To: Carl Tietjen C

Re: Linker errors when trying to build OpenSSL with MD2 and RC5 support

2019-09-13 Thread Osman Zakir
I had a successful build before I configured it again to try to get MD2 and RC5, so I didn't see a reason to clean the build. I did clean it now after the failure happened. I'll try to fix these errors for now, so please help me with that. But I also want to know after that whether or not it'

OpenSSL: ASYNC operations and application callback function.

2019-09-13 Thread Narasimha Nayak
Hello All, I am investigating the usage of OpenSSL v1.1.1.c with QAT offload. As part of the investigation to enable ASYNC mode for SSL ops I came across the possibility of providing callbacks via “SSL_CTX_set_async_callback”, and not use poll/select as required earlier. The callback functiona

RE: Linker errors when trying to build OpenSSL with MD2 and RC5 support

2019-09-13 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of > Osman Zakir > Sent: Friday, September 13, 2019 11:30 > I had linker errors when trying to build OpenSSL with MD2 and RC5 support. Did you clean after configuring? > I'm also tempted to try getting the latest bleedin

Re: SSL_get_certificate

2019-09-13 Thread Jeremy Harris
On 09/09/2019 16:21, Viktor Dukhovni wrote: > One of the "CHANGES" entries for 1.0.1d reads: > > *) Call OCSP Stapling callback after ciphersuite has been chosen, so > the right response is stapled. Also change SSL_get_certificate() > so it returns the certificate actually sent. > See

Linker errors when trying to build OpenSSL with MD2 and RC5 support

2019-09-13 Thread Osman Zakir
I had linker errors when trying to build OpenSSL with MD2 and RC5 support. I ran this command: " perl Configure VC-WIN64A --with-zlib-lib=C:/zlib/lib/zlibstatic --with-zlib-include=C:/zlib/include enable-md2 enable-rc5 --release " and had the messages I've put in this Gist in the output: https

Truncated Hmac and supported group extension in openssl1.1.1

2019-09-13 Thread Manish Patidar
Hi Is truncated hmac extension is supported in openssl1.1.1 ? is TLS1. 2 and lower TLS version supports supported group extension for Finite Field GROUPS (DHE) ? Regards Manish