Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66889 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5077 invoked from network); 2 Apr 2013 09:36:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Apr 2013 09:36:46 -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.215.41 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.215.41 mail-la0-f41.google.com Received: from [209.85.215.41] ([209.85.215.41:45599] helo=mail-la0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 71/C7-56336-6A6AA515 for ; Tue, 02 Apr 2013 04:36:40 -0500 Received: by mail-la0-f41.google.com with SMTP id fo12so200838lab.0 for ; Tue, 02 Apr 2013 02:36:36 -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=rOJ9mlwjtaDuoB6k+vodWF6reGpTcnLz12AkxtG8Xoo=; b=LHNbJtj3OE5sAjXdYH098lQTDT5fiQiRmD9rkr7qTkvXnmKRJcBwRnOX9Bovioafr7 CwIW6Kbd6Uaw9NAqJyshBKVdk0cM6zCvs4+n5Chqs+GCW8efew76NYFteCAhqiBsj4zr ZHvOxDGJILzwKICFmQRIzTOxAVIKsL+wjsvPyxlkKgUTzLnQUa3NvKejxYMVqGTlZznB XPaLNMALWvmaYQdKTFMToWHQ/onFPKtP5SMg2dT9ZbWm1yU968ik8EVHIJZmSghG6OpK b7kqWIH2wfZb8wpWbpY86j8Izypx2/xhIg06/n/deugwlckaXDc64c8UvMg2gVJK0l3x MaxQ== MIME-Version: 1.0 X-Received: by 10.112.47.1 with SMTP id z1mr7454916lbm.11.1364895396044; Tue, 02 Apr 2013 02:36:36 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.4.109 with HTTP; Tue, 2 Apr 2013 02:36:35 -0700 (PDT) In-Reply-To: <515A7FC4.2060602@lerdorf.com> References: <515A473B.7090207@lerdorf.com> <515A7FC4.2060602@lerdorf.com> Date: Tue, 2 Apr 2013 11:36:35 +0200 X-Google-Sender-Auth: ASTmKH9ZQa_ZbakrFUmEtTxVrng Message-ID: To: Rasmus Lerdorf Cc: PHP internals Content-Type: multipart/alternative; boundary=bcaec55556623caf2604d95d793d Subject: Re: [PHP-DEV] Re: Chasing an SSL stream segfault From: mike@php.net (Michael Wallner) --bcaec55556623caf2604d95d793d Content-Type: text/plain; charset=UTF-8 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). -- Regards, Mike --bcaec55556623caf2604d95d793d--