Re: Problem in trying EVP Key Derivation example in openssl

2019-09-16 Thread Matt Caswell
On 14/09/2019 22:28, Bhuvan Sharma wrote: > 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 in

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