Re: openssl 1.0.1e and X509_STORE_add_cert

2014-01-21 Thread Putinei .Ionut
Hello, Please ignore this. Did a very big mistake because was not paying attention to what is actually loaded Seems like symlink created my c_rehash where loaded with success prior to reaching the actual certificate. Again I am sorry, Ionut On Tue, Jan 21, 2014 at 2:36 PM, Putinei .Ionut wrote

Re: openssl 1.0.1e and X509_STORE_add_cert

2014-01-21 Thread Putinei .Ionut
Hello, Adding some more infor about openssl version used: /etc/trusted_certs # openssl version -a OpenSSL 1.0.1e-fips 11 Feb 2013 built on: Wed Oct 16 10:54:53 EDT 2013 platform: linux-generic32 options: bn(64,32) md2(int) rc4(ptr,char) des(idx,cisc,16,long) idea(int) blowfish(ptr) compiler: a

Re: openssl 1.0.1e and X509_STORE_add_cert

2014-01-20 Thread Putinei .Ionut
Hello guys, seen in changelog The functions X509_STORE_add_cert() now checks for an exact match, rather than just subject name. Can someone please explain me how to debug this and make things work? Maybe because certificates are wrong...or using deprecated api? PS: the problem with