]> granicus.if.org Git - neomutt/commit
Fix a serious oversight validating TLS certificates.
authorBrendan Cully <brendan@kublai.com>
Tue, 26 May 2009 00:31:27 +0000 (17:31 -0700)
committerBrendan Cully <brendan@kublai.com>
Tue, 26 May 2009 00:31:27 +0000 (17:31 -0700)
commit2af6a98e8e34f6af33159d65282a94a001b7d2b1
tree43a966b3aa144ca10e035ee4a53540737d379bb6
parent0979358f7e806c4f65b753557a9862d168a922c0
Fix a serious oversight validating TLS certificates.
If any certificate in a chain presented by a server was accepted, the
connection was allowed without verifying that the presented
certificate was actually signed by the certificate in the chain.
mutt_ssl_gnutls.c