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
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
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
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?
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
> 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
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.
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