#3903: Rework OpenSSL certificate verification to support alternative chains --------------------------+---------------------- Reporter: kempniu | Owner: mutt-dev Type: enhancement | Status: new Priority: minor | Milestone: Component: crypto | Version: Resolution: | Keywords: --------------------------+----------------------
Comment (by kempniu): I uploaded an updated version of the patch which addresses all your comments. I used `X509_STORE_CTX_get_chain()` because `X509_STORE_CTX_get0_chain()` is only defined in OpenSSL 1.1.0+ and it is an API compatibility `#define` pointing to `X509_STORE_CTX_get_chain()`. Please let me know if there are any further immediate issues with the patch. -- Ticket URL: <https://dev.mutt.org/trac/ticket/3903#comment:5> Mutt <http://www.mutt.org/> The Mutt mail user agent