Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66891 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7902 invoked from network); 2 Apr 2013 09:40:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Apr 2013 09:40:13 -0000 Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.173 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.217.173 mail-lb0-f173.google.com Received: from [209.85.217.173] ([209.85.217.173:38621] helo=mail-lb0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 87/68-56336-B77AA515 for ; Tue, 02 Apr 2013 04:40:12 -0500 Received: by mail-lb0-f173.google.com with SMTP id w20so273339lbh.4 for ; Tue, 02 Apr 2013 02:40:08 -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=w+SgYCE4UDrdlsF21e8McH/pFEyPTS1nl4Vp+/icoec=; b=sGiIjKAahCSo+didjNVd08nD0sOZ4wZNIJsWbxxmaL5pBY4RyQsxcqbjxP6AIsGu+8 20xYu4YBScaA3fpxG9Hqw5tOa9fEQkOkbqmbhtk70jpmoNMwsVx0JINP0SeFt4R91Xuw i++5sh97xqtufx+a7hhHwLXu1T5Awbj+TSFOWm2HF9HtJ0VqxvCt/K1+2HqkrXIzxZbF zgKmsdPT+maRPkMH4tcEBayt+FoBmtPmftZduyzx/snCkephaTPTs7BmZ7AUyK/p7unS 8siiqMPDr2H9DZK7lmepUoIi2EP2bjVRaKgYYzC9rYXTdzmtvUDQrxpRBkbmMN6V9umC 6cow== MIME-Version: 1.0 X-Received: by 10.112.42.37 with SMTP id k5mr7402834lbl.49.1364895608253; Tue, 02 Apr 2013 02:40:08 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.4.109 with HTTP; Tue, 2 Apr 2013 02:40:08 -0700 (PDT) In-Reply-To: References: <515A473B.7090207@lerdorf.com> <515A7FC4.2060602@lerdorf.com> Date: Tue, 2 Apr 2013 11:40:08 +0200 X-Google-Sender-Auth: odF3ZeIFgAo5fm_DpBQZAoUaWhg Message-ID: To: Rasmus Lerdorf Cc: PHP internals Content-Type: multipart/alternative; boundary=e0cb4efe3396e2ddc004d95d8584 Subject: Re: [PHP-DEV] Re: Chasing an SSL stream segfault From: mike@php.net (Michael Wallner) --e0cb4efe3396e2ddc004d95d8584 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). > > Nevermind, I actually confused *_chain_file with *_file ... -- Regards, Mike --e0cb4efe3396e2ddc004d95d8584--