#3870: openssl 1.1
----------------------+----------------------
Reporter: tamo | Owner: mutt-dev
Type: task | Status: closed
Priority: trivial | Milestone:
Component: build | Version: 1.7.0
Resolution: fixed | Keywords: ssl
----------------------+----------------------
Changes (by Kevin McCarthy <kevin@…>):
* status: reopened => closed
* resolution: => fixed
Comment:
In [changeset:"695243ba637465dc3822df1ff152091bc52b9ec8"
6869:695243ba6374]:
{{{
#!CommitTicketReference repository=""
revision="695243ba637465dc3822df1ff152091bc52b9ec8"
More openssl1.1 fixes: remove uses of X509->name in debugging. (closes
#3870)
X509->name was a shortcut for the longer
name = X509_NAME_oneline (X509_get_subject_name (cert),
buf, sizeof (buf));
invocation. Change the debugging to print the cert name and chain
names in the ssl_check_certificate() loop instead.
}}}
--
Ticket URL: <https://dev.mutt.org/trac/ticket/3870#comment:5>
Mutt <http://www.mutt.org/>
The Mutt mail user agent