[openssl-users] OPENSSL_USE_IPV6 -- bio_dgram, vs travis-ci

2018-02-05 Thread Michael Richardson
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.

[openssl-users] Build OpenSSL for Android in MAC

2018-02-05 Thread Κωνσταντίνος Νούλης
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

Re: [openssl-users] Low level AES alternative in FIPS-140 OpenSSL

2018-02-05 Thread Matt Caswell
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