Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66890 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6450 invoked from network); 2 Apr 2013 09:37:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Apr 2013 09:37:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.44 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.215.44 mail-la0-f44.google.com Received: from [209.85.215.44] ([209.85.215.44:64511] helo=mail-la0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E3/18-56336-5F6AA515 for ; Tue, 02 Apr 2013 04:37:58 -0500 Received: by mail-la0-f44.google.com with SMTP id eb20so200102lab.17 for ; Tue, 02 Apr 2013 02:37:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=9RqGL1vFZj3k+qlFmxi50SeURwOlEjHRyrGK3eJd9ig=; b=cuEsT5OYnm1DIvC9/9wIPmZxPl4MK9sZP61S52aIDJC8vmgLV1lVAeUaJbfJZ/10hL U1f+K5/A6fA22dP58yMJtvdyUX39i4ANxekBDyRF+WK+NRCQvL9eHiJGu0bwcaoV5zQR hz06XMBB86WZeDHkw65Jte1yPzNLtCSsuJxAipHksIGWJt5uvKsx0eKhArLpaUEMJRTW pKFJgvox7FZjLBX6WzwywZ0QggtvYVRb8+at6kPkN528anErjuM3N+zUim3LJZ4Yx1F0 g/T+IkMIEUywZAfJSA5z9To2gQdY0hflnKzzWgZ941sWMgJDKzImDkLK0GVRIQVOAwC0 nmTQ== MIME-Version: 1.0 X-Received: by 10.112.42.37 with SMTP id k5mr7398905lbl.49.1364895474167; Tue, 02 Apr 2013 02:37:54 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.4.109 with HTTP; Tue, 2 Apr 2013 02:37:54 -0700 (PDT) In-Reply-To: References: <515A473B.7090207@lerdorf.com> <515A7FC4.2060602@lerdorf.com> Date: Tue, 2 Apr 2013 11:37:54 +0200 X-Google-Sender-Auth: eh5Ktx09cKdJIPzp6Zn7FfdtIlY Message-ID: To: Rasmus Lerdorf Cc: PHP internals Content-Type: multipart/alternative; boundary=e0cb4efe3396e4bc4904d95d7d66 Subject: Re: [PHP-DEV] Re: Chasing an SSL stream segfault From: mike@php.net (Michael Wallner) --e0cb4efe3396e4bc4904d95d7d66 Content-Type: text/plain; charset=UTF-8 On 2 April 2013 11:36, Michael Wallner wrote: > On 2 April 2013 08:50, Rasmus Lerdorf wrote: > >> >> Looks like these ASN1_STRING_to_UTF8 ones are normal for libcrypto. >> Really hard to debug openssl stuff with all these Valgrind false >> positives. Still trying to track down the core on Centos 6.2. Looks like >> a weird build issue at this point. >> > > Might not be related, but looks like we call > SSL_CTX_use_certificate_chain_file with too less arguments: > http://www.openssl.org/docs/ssl/SSL_CTX_use_certificate.html (note the > type parameter, apparently since 0.9.8). > > The openssl extension might need some refreshing review in general then... -- Regards, Mike --e0cb4efe3396e4bc4904d95d7d66--