Hi, I'm trying to debug strange beahaviour changes with certificates on a systemc after upgrading it from 6.7 to 6.8...
On 6.7, If I run : openssl s_server -cert mycert.pem -key mykey.pem -CAfile CA.pem then openssl s_client -showcerts -connect localhost:4433 returns the full certificate chain mycert->CA With the same commands on 6.8, I don't get the CA certificate. Is this a known issue, and how can I get the chain with 6.8 ? (my real application is sendmail...) -- Matthieu Herrb
