From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: Better HTTPS support in (web client) Date: Fri, 10 Jan 2020 17:43:02 +0100 Message-ID: <87muavjm95.fsf@igalia.com> References: <87lfqfxt6a.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="127570"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cc: Guile Devel To: Ludovic =?utf-8?Q?Court=C3=A8s?= Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Fri Jan 10 17:46:43 2020 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1ipxNo-000EVV-On for guile-devel@m.gmane-mx.org; Fri, 10 Jan 2020 17:43:37 +0100 Original-Received: from localhost ([::1]:48922 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ipxNn-0001fZ-Hh for guile-devel@m.gmane-mx.org; Fri, 10 Jan 2020 11:43:35 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60720) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ipxNX-0001ee-4l for guile-devel@gnu.org; Fri, 10 Jan 2020 11:43:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ipxNV-00009d-Up for guile-devel@gnu.org; Fri, 10 Jan 2020 11:43:18 -0500 Original-Received: from fanzine.igalia.com ([178.60.130.6]:48983) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ipxNV-0008UL-Al; Fri, 10 Jan 2020 11:43:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:References:Subject:Cc:To:From; bh=Wxb5Qjzk5DhiBsfz1mbWdCjL5jA0kB6cpGwX/ntWWFE=; b=IrnQKQV9mnlGW32l+KtcVu3mvTMJmCwjSorLi4U/3eauLrLzqL3oOboauXGLNiJ1iGbowxh5WFoAxwjLeTbLi2u/2d6Rr/+vc0lfq9By9qrBV2wfUbUqZ1Ed4NFc2EIOibOBu+NkNBU9Rl0djDpU3gaWGQo4gplsDfuACB0mPbDmpwn679f7XtAwx0sXoIksV06gRb4KH/YF0uQs9F9QfMVu8Tj9KyZfBHLZmKutk6AQNmxlpP1Vu7PtybDVWj79R+MIJBAsmTiD7qpypnZ8LbDqyI1abgvmPbEinSzIac4mDmAl7ntWVJ3HfEblGJCqGyjcheC2yH7D78Y/FS26WA==; Original-Received: from lfbn-ann-1-376-195.w86-200.abo.wanadoo.fr ([86.200.91.195] helo=milano) by fanzine.igalia.com with esmtpsa (Cipher TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim) id 1ipxNS-0001m9-Ry; Fri, 10 Jan 2020 17:43:15 +0100 In-Reply-To: <87lfqfxt6a.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 10 Jan 2020 15:49:49 +0100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] [fuzzy] X-Received-From: 178.60.130.6 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:20248 Archived-At: On Fri 10 Jan 2020 15:49, Ludovic Court=C3=A8s writes: > Hello Guilers! > > I=E2=80=99ve pushed a =E2=80=98wip-https-client=E2=80=99 branch that cont= ains improvements for > HTTPS support in (web client) that I=E2=80=99d like to be part of Guile 3: > > https://git.savannah.gnu.org/cgit/guile.git/log/?h=3Dwip-https-client Looks nice, sounds like a great thing to merge in! Andy