X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Ftls-openssl.c;h=452452df2a40c5ff3c3e58d66f7933e010ab6864;hb=e3555426308395ef260b0dae4548593ac114aed5;hp=a9de898a6db99b94b9c3a9a3636a0ebc073fb238;hpb=c3033f133087730de39b610016133b0c2179dd55;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/tls-openssl.c b/src/src/tls-openssl.c index a9de898a6..452452df2 100644 --- a/src/src/tls-openssl.c +++ b/src/src/tls-openssl.c @@ -862,6 +862,7 @@ was a file (not a directory, or "system"). It is unfortunate we cannot used the connection context store, as that would neatly handle the "system" case too, but there seems to be no library function for getting a stack from a store. +[ In OpenSSL 1.1 - ? X509_STORE_CTX_get0_chain(ctx) ? ] We do not free the stack since it could be needed a second time for SNI handling.