bio_dgram has a bunch of #if on: OPENSSL_USE_IPV6, and I thought that this
might be a common #ifdef, but actually it only occurs in that file.
I looked through Configurations, and I didn't see it at all.
Other usage is #ifdef AF_INET6, but IPv6 code is available, but I want to
build without it.
Hello all,
I would like to compile openssl (libcrypto and libssl) and use it within my
android app as an external library with NDK. My development machine is a
MAC.
I have read the instructions in the wiki, but apparently they are for an
older version of openssl and linux systems.
Is there a newe
On 03/02/18 08:13, Alex Dankow via openssl-users wrote:
> Greetings!
>
> You probably know that low level AES function AES_set_encrypt_key is
> disabled in FIPS 140-2 module. Instead it is offered to use EVP_
> set of functions.
>
> We develop transparent database encryption for SQL Server and