openssl 1.1.1k on solaris 2.6 sparc

2021-06-24 Thread david raingeard
Hello, I compiled it using sun compiler, with some modifications to the source code. However :) openssl s_client -connect google.com:443 -tls1_2 works fine ! But openssl s_client -connect google.com:443 -tls1_3 fails on CRYPTO_memcmp. For easy debugging, I have made a copy of CRYPTO_memc

openssl 1.1.1 debugging

2021-06-24 Thread david raingeard
hello is it possible to have some kind of debug server which will always use the same data, so i can debug the code ? i mean i have openssl working with tls 1.3 and ssl3 on unbuntu, which i could compare the logs with the ones on the sparc, so i can find out where it goes wrong ? thank you

Compilation issues

2021-06-29 Thread david raingeard
Hello, Technically, why prevents openssl 1.1.1g from compiling correctly on some operating systems like Solaris 2.6, CentOS 7.8,... ? thank you !

Re: Compilation issues

2021-06-29 Thread david raingeard
.3, Cipher is TLS_AES_256_GCM_SHA384 Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE No ALPN negotiated Early data was not sent Verify return code: 0 (ok) - Le mar. 29 juin 2021 à 18:06, Jan Just Keijser a écrit : > On 29/06/21 11:58, david raingeard wrote: >