public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-mail/sendEmail/files: 1.56-overzealous-verify-mode-check.patch
@ 2013-10-10 21:42 Tony Vroon (chainsaw)
  0 siblings, 0 replies; only message in thread
From: Tony Vroon (chainsaw) @ 2013-10-10 21:42 UTC (permalink / raw
  To: gentoo-commits

chainsaw    13/10/10 21:42:54

  Added:                1.56-overzealous-verify-mode-check.patch
  Log:
  More checks overtaken by events and no longer relevant. Identified & fixed by Peter Wilmott, closes bug #472380.
  
  (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)

Revision  Changes    Path
1.1                  net-mail/sendEmail/files/1.56-overzealous-verify-mode-check.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/sendEmail/files/1.56-overzealous-verify-mode-check.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/sendEmail/files/1.56-overzealous-verify-mode-check.patch?rev=1.1&content-type=text/plain

Index: 1.56-overzealous-verify-mode-check.patch
===================================================================
--- sendEmail	2013-05-21 16:44:18.000000000 +0100
+++ sendEmail	2013-06-05 09:26:20.000000000 +0100
@@ -1903,7 +1903,7 @@
     if ($conf{'tls_server'} == 1 and $conf{'tls_client'} == 1 and $opt{'tls'} =~ /^(yes|auto)$/) {
         printmsg("DEBUG => Starting TLS", 2);
         if (SMTPchat('STARTTLS')) { quit($conf{'error'}, 1); }
-        if (! IO::Socket::SSL->start_SSL($SERVER, SSL_version => 'SSLv3')) {
+        if (! IO::Socket::SSL->start_SSL($SERVER, SSL_version => 'SSLv3', SSL_verify_mode => 0x00)) {
             quit("ERROR => TLS setup failed: " . IO::Socket::SSL::errstr(), 1);
         }
         printmsg("DEBUG => TLS: Using cipher: ". $SERVER->get_cipher(), 3);





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-10-10 21:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-10 21:42 [gentoo-commits] gentoo-x86 commit in net-mail/sendEmail/files: 1.56-overzealous-verify-mode-check.patch Tony Vroon (chainsaw)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox