Michael Wojcik wrote:
From: openssl-users On Behalf Of david
raingeard
Sent: Thursday, 24 June, 2021 07:06
I compiled it using sun compiler, with some modifications to the source code.
If memory serves, OpenSSL doesn't work on Solaris SPARC if built using the Sun
compiler. You have to use GCC
> From: openssl-users On Behalf Of david
> raingeard
> Sent: Thursday, 24 June, 2021 07:06
> I compiled it using sun compiler, with some modifications to the source code.
If memory serves, OpenSSL doesn't work on Solaris SPARC if built using the Sun
compiler. You have to use GCC. I'm pretty su
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