> Last year I successfully finished my Master studies at Czech Technical
> University by a thesis defense about implementing a new CAESAR ciphersuite
> (specifically with NORX, but not restricted to it) into OpenSSL. I was
> supervised by prof. Wu Hongjun from Nangyang Technological University,
> S
Hi,
Last year I successfully finished my Master studies at Czech Technical
University by a thesis defense about implementing a new CAESAR ciphersuite
(specifically with NORX, but not restricted to it) into OpenSSL. I was
supervised by prof. Wu Hongjun from Nangyang Technological University,
Singap
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 wangxx
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 fi
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
X509_d
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:
c:\s\15\src\openssl\build\openssl-1.0.2f\crypto\sha\sha_locl.h(128
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 pre
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 issues,
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.