[openssl-users] Trouble compiling openssl with no-tsl

2015-12-20 Thread Mahoda Ratnayaka
Hi, I'm using openssl version 1.0.2d, and I'm trying to compile it with no-tls options. Unfortunately, every time I try to do this, I get the following error messages: openssl: In file included from s2_meth.c:59:0: openssl: ssl_locl.h:567:5: error: unknown type name ‘custom_ext_add_cb’ openssl: s

[openssl-users] PKEY signing failing in fips mode

2015-12-03 Thread Mahoda Ratnayaka
Hi, I'm trying to change the ssh-rsa.c to be fips compliant. So, after some investigation I added the following code to to ssh_rsa_sign function to make it fips compliant. == signing_key = EVP_PKEY_new(); EVP_PKEY_assign_RSA(