[openssl-users] undefined symbol: SSL_SESSION_hash

2016-03-23 Thread winer632
Hello ?? I am using openssl in OpenImsCore project to enable tls feature. But when I run pcscf I met this problem "undefined symbol: SSL_SESSION_hash". More information is here: [root@iZ23djkgcm2Z wangxx]# cat /etc/redhat-release CentOS Linux release 7.2.1511 (Core) [root@iZ23djkgcm2Z

Re: [openssl-users] Building 1.0.2g with "no-idea"

2016-03-23 Thread Floodeenjr, Thomas
I have this problem too, and tried the "make depend" step. It still fails to build. make[2]: *** No rule to make target `../../include/openssl/rc4.h', needed by `eng_openssl.o'. Stop. I worked around it by stubbing in all of the missing headers I did not need: # Stub in some missing header

Re: [openssl-users] [openssl-dev] Low level API call to digest SHA1 forbidden in FIPS mode - within openssl code

2016-03-23 Thread Glen Matthews
Hi Right, sorry about the wrong posting - and thanks. The message is correct - we got this in the 1.0.2f tree and are still getting in in the 1.0.2g tree. I notice that in crypto\x509v3\v3_purp.c there is this: if (x->ex_flags & EXFLAG_SET) return; #ifndef OPENSSL_NO_SHA

Re: [openssl-users] [openssl-dev] Low level API call to digest SHA1 forbidden in FIPS mode - within openssl code

2016-03-23 Thread Jeremy Farrell
This is a question about using the OpenSSL libraries; should be in openssl-users, copied and reply-to'd. On 23/03/2016 17:25, Glen Matthews wrote: We’re receiving this assertion at the start of negotiating an SSL connection:

Re: [openssl-users] Building 1.0.2g with "no-idea"

2016-03-23 Thread Matt Caswell
On 23/03/16 15:09, Jason Schultz wrote: > I am re-posting this (and another) message to the list as I was having email > issues with the list and I posted an erroneous subject line, which may have > deterred responses. > > I have another question that was encountered at the same time as my

[openssl-users] Building 1.0.2g with "no-idea"

2016-03-23 Thread Jason Schultz
I am re-posting this (and another) message to the list as I was having email issues with the list and I posted an erroneous subject line, which may have deterred responses. I have another question that was encountered at the same time as my previous one, but I believe it is two separate

[openssl-users] Build of 1.0.2g fails

2016-03-23 Thread Jason Schultz
Greetings. I am re-posing this message (as well as another message) to the list as I was having problems with my list membership when it was posted, and I also made a mistake in the subject line, which may have deterred some responses. I'm having problems building OpenSSL, starting with 1.0.1g.