Re: [openssl-users] Segfault in libcrypto.so

2015-12-20 Thread Alex william
Hello Kyle, Thanks for your reply. Well will let them check it out. Regards, Kaviraj De : openssl-users on behalf of Kyle Hamilton Répondre à : Date : Saturday, 19 December 2015 at 01:13 À : Objet : Re: [openssl-users] Segfault in libcrypto.so I think you would probably do better

[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] undefined reference to `FIPS_mode'

2015-12-20 Thread Marcos Bontempo
Hello, I'm programming an application that only gets and sets FIPS mode. Here is my Makefile: ---TOOLCHAIN:=/home/marcos/work/nitere/gcc-linaro-arm-linux-gnueabihf

Re: [openssl-users] Need to store RSA Structure in Sqlite database

2015-12-20 Thread Salz, Rich
> I am new to openssl. In my developement i need to store the RSA Public and > Private keys into sqlite database. Convert to DER and then perhaps base-64 encode it. ___ openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listin

[openssl-users] Need to store RSA Structure in Sqlite database

2015-12-20 Thread suguacl28
Hi, I am new to openssl. In my developement i need to store the RSA Public and Private keys into sqlite database. For storing a RSA public and private keys, i need to convert it into to buffer and when i need them again buffer to PEM form i am planning to store the generated RSA struct directly