crypto/threads_pthread.c:48:5: warning: implicit declaration of function ‘pthread_mutexattr_settype’

2020-09-23 Thread Dennis Clarke via openssl-users
This is a strange error to get on Debian sid amd64 : /usr/bin/gcc-10 -I. -Iinclude -fPIC -pthread -std=iso9899:1999 -m64 -g -O0 -march=k8 -mtune=k8 -Wl,-rpath=/opt/bw/lib,--enable-new-dtags -fno-builtin -malign-double -mpc80 -std=iso9899:1999 -m64 -g -O0 -march=k8 -mtune=k8 -Wl,-rpath=/opt/bw/

Re: Are -DOPENSSLDIR -DENGINESDIR hard coded ?

2020-09-23 Thread Michael Richardson
Dennis Clarke via openssl-users wrote: > I have been trying to build a debug version with no-asm into a /opt/foo > directory but I always see : > -DOPENSSLDIR="\"/usr/local/ssl\"" > and > -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" > during the compile. > Are thes

Re: Are -DOPENSSLDIR -DENGINESDIR hard coded ?

2020-09-23 Thread Dennis Clarke via openssl-users
> No, but show us your ./Configure line. > I regularly build into other directories. > > For instance: > ./Configure --prefix=/sandel/3rd/openssl-dtls-api linux-x86_64 > Thank you for the reply. I did go looking into the resultant Makefile and there I did see that the "--prefix=/opt/foo" is

TLS handshake fails ("SSL_accept:error in error") for server->server connection (smtp submit dovecot->postfix) if /etc/pki/tls/openssl.cnf "Options=" includes 'ServerPreference' ?

2020-09-23 Thread PGNet Dev
i've got two servers communicating over ssl. comms between them work if /etc/pki/tls/openssl.cnf includes Options = PrioritizeChaCha but fail if 'ServerPreference' (cref: Undocumented openssl.cnf options and PrioritizeChaCha https://b