From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by sourceware.org (Postfix) with ESMTPS id 74F773844019 for ; Tue, 29 Sep 2020 14:09:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 74F773844019 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=lassi.io Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=lassi@lassi.io X-Originating-IP: 82.181.134.218 Received: from sunshower.local (82-181-134-218.bb.dnainternet.fi [82.181.134.218]) (Authenticated sender: lassi@lassi.io) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 79B9DC000D; Tue, 29 Sep 2020 14:09:33 +0000 (UTC) Subject: Re: Kawa and SSL/TLS To: Arvydas Silanskas Cc: kawa mailing list References: <3f057cc9-831c-04a7-d390-32015178176e@lassi.io> From: Lassi Kortela Message-ID: <67e89ce7-b53f-8e63-1de7-b6682997dfee@lassi.io> Date: Tue, 29 Sep 2020 17:09:32 +0300 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: kawa@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Kawa mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Sep 2020 14:09:37 -0000 > I made an example of an ssl server socket, which prints to the console > what it receives https://github.com/arvyy/kawa-ssl-socket-example > (instructions included in repo) Thank you very much! I tested the server and it works fine on my computer. Do you know off the cuff how to make a matching Kawa TLS client?