Re: Problem in trying EVP Key Derivation example in openssl

2019-09-14 Thread Dr Paul Dale
And done. This also pointed out a mistake in the man page code. Pauli -- Dr Paul Dale | Distinguished Architect | Cryptographic Foundations Phone +61 7 3031 7217 Oracle Australia > On 15 Sep 2019, at 9:16 am, Dr Paul Dale wrote: > > The example is wrong. > > The KDF API changed recently

Re: Problem in trying EVP Key Derivation example in openssl

2019-09-14 Thread Dr Paul Dale
The example is wrong. The KDF API changed recently to better match the way the rest of the project is moving. I’ll update the example. Pauli -- Dr Paul Dale | Distinguished Architect | Cryptographic Foundations Phone +61 7 3031 7217 Oracle Australia > On 15 Sep 2019, at 7:28 am, Bhuvan Sh

Problem in trying EVP Key Derivation example in openssl

2019-09-14 Thread Bhuvan Sharma
Hey all, I'm new to openssl community and I don't know much about it. I tried to use openssl on my linux machine. I clone openssl git repo and executed these commands as mentioned in the file "INSTALL": "./config", "make", "make test", "make install". It went alright. Then I tried an "EVP KEY Deriv

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

2019-09-14 Thread Osman Zakir
Are there additional commands I have to pass to the Configure module if I want to build completely static libs? If so, what are they?

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

2019-09-14 Thread Michael Wojcik
Again, please don't send questions about OpenSSL directly to me. I am not a member of the OpenSSL Project. > From: Osman Zakir [mailto:osmanzaki...@hotmail.com] > Sent: Saturday, September 14, 2019 10:54 > I'm not trying to build a DLL, though. I want to build a static .lib library > (are ther

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

2019-09-14 Thread Michael Wojcik
> From: Osman Zakir [mailto:osmanzaki...@hotmail.com] > Sent: Friday, September 13, 2019 18:06 > 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. Someone should probably look into that, but I don't have time to; and if no one

Re: 1.1.1d LD_LIBRARY_PATH

2019-09-14 Thread Salz, Rich via openssl-users
On restart on my host with version 1.1.1d , I have this problem: I hope you are not replacing your system OpenSSL with one you built. Don't do that.

Re: 1.1.1d LD_LIBRARY_PATH

2019-09-14 Thread Kyle Hamilton
You might be able to set this in the equivalent of /etc/ld.so.conf and rerun ldconfig(8), but those specific operations rely on the GNU dynamic linker. The only clue that suggests it may be GNU's dynamic linker is the LD_LIBRARY_PATH environment variable name. If it's not, you'll have to look up