From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Support for Sqlite Archive files Date: Sun, 23 Jun 2024 08:15:50 +0300 Message-ID: <86a5jcfddl.fsf@gnu.org> References: <86ed8qlepr.fsf@gnu.org> <865xu1gd4s.fsf@gnu.org> <877cegilkh.fsf@> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18578"; mail-complaints-to="usenet@ciao.gmane.io" Cc: enometh@meer.net, emacs-devel@gnu.org To: =?iso-8859-1?Q?Bj=F6rn?= Bidar Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jun 23 07:16:33 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 1sLFab-0004gt-3a for ged-emacs-devel@m.gmane-mx.org; Sun, 23 Jun 2024 07:16:33 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sLFZx-0001Wt-UN; Sun, 23 Jun 2024 01:15:53 -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 1sLFZw-0001Uy-4T for emacs-devel@gnu.org; Sun, 23 Jun 2024 01:15:52 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sLFZv-0004Nx-Ol; Sun, 23 Jun 2024 01:15:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=xaagMbifsbOJJ+x5lLtytMxPme5E1ypb6OOjDQUbOhA=; b=cXAnr5LmFrC3Zo/PE+CS 3Iapac9AyxN2rl85L/QbsIo0IK3fcWQq6IepUh1/exuaETyiJtcdWN7cG0hxYK2Yxbn5nAsv/tCIb acyJ2bE8EI5vlra/3ffQ87zBlLZohXxYGeYxQSi0vWperURhPbXeDyqrmp0roOTWzAfNXmRuxrr5i 6T7dTLrj5rGUMxYyrABAtlgzTyHIRRmhSprYyyeKdG6xCEqGriiuplGWsdJm+mHHa2r+oL3UJKlAx WPxfKszs//u1agqVzFpuFDuhSBw3YPTQJ9a5unjzYrfkoj1J+GU3FO9sdanEqs6xGnSpV2jkNjrxZ gNZV1BvI1gDD6w==; In-Reply-To: <877cegilkh.fsf@> (message from =?iso-8859-1?Q?Bj=F6rn?= Bidar on Sun, 23 Jun 2024 02:50:38 +0300) 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:320496 Archived-At: > From: Björn Bidar > Cc: Madhu , emacs-devel@gnu.org > Date: Sun, 23 Jun 2024 02:50:38 +0300 > > >> since openssl (gnutls) json, > >> treesitter, etc., all encouraging linking with 3rd party libraries, and > >> removing the option of having the functionalitu in emacs, without emacs > >> depending on those libraries. > > > > 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.