From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Madhu Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Support for Sqlite Archive files Date: Sun, 23 Jun 2024 12:40:18 +0530 (IST) Message-ID: <20240623.124018.1259018923261776979.enometh@meer.net> References: <865xu1gd4s.fsf@gnu.org> <877cegilkh.fsf@> <86a5jcfddl.fsf@gnu.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14855"; mail-complaints-to="usenet@ciao.gmane.io" Cc: bjorn.bidar@thaodan.de, emacs-devel@gnu.org To: eliz@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jun 23 09:11:17 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sLHNb-0003e2-BQ for ged-emacs-devel@m.gmane-mx.org; Sun, 23 Jun 2024 09:11:15 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sLHN7-0006Uh-GZ; Sun, 23 Jun 2024 03:10:45 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sLHMu-0006PD-Qs for emacs-devel@gnu.org; Sun, 23 Jun 2024 03:10:34 -0400 Original-Received: from smtp0.ctinetworks.com ([205.166.61.207]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sLHMs-0006tF-V9; Sun, 23 Jun 2024 03:10:32 -0400 Original-Received: from localhost (unknown [117.254.36.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: enometh@meer.net) by smtp0.ctinetworks.com (Postfix) with ESMTPSA id 506FC306F08B; Sun, 23 Jun 2024 03:10:19 -0400 (EDT) In-Reply-To: <86a5jcfddl.fsf@gnu.org> X-Mailer: Mew version 6.9 on Emacs 30.0.50 X-ctinetworks-Information: Please contact the ISP for more information X-ctinetworks-MailScanner-ID: 506FC306F08B.A1A15 X-ctinetworks-VirusCheck: Found to be clean X-ctinetworks-Watermark: 1719990625.29147@ZAkpsERMXXBmCvV4e//DZw Received-SPF: pass client-ip=205.166.61.207; envelope-from=enometh@meer.net; helo=smtp0.ctinetworks.com X-Spam_score_int: 14 X-Spam_score: 1.4 X-Spam_bar: + X-Spam_report: (1.4 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_SBL_CSS=3.335, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:320500 Archived-At: * Eli Zaretskii <86a5jcfddl.fsf@gnu.org> Wrote on Sun, 23 Jun 2024 08:15:50 +0300 >> > GnuTLS is preferred because the alternative communicates with Emacs >> > via signals, something that is much less portable and also an awful >> > design. (We switched to internal timers long ago for the same >> > reasons.) >> Are you talking about the OpenSSL CLI or the library? > Neither. I'm talking about starttls.el and the gnutls-cli program it > used. Emacs never supported OpenSSL, AFAIR. There is obsolete/tls.el which supported openssl-cli. Unfortunately it had fallen into disuse, but I was still able to patch it and use in a pinch less than 3 years ago on an ubuntu guest box which had openssl installed but no gnutls or its development libraries. --Madhu