From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56244 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Crypto problems again Date: Mon, 02 Feb 2004 19:54:16 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1075748094 27186 80.91.224.253 (2 Feb 2004 18:54:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Feb 2004 18:54:54 +0000 (UTC) Original-X-From: ding-owner+M4784@lists.math.uh.edu Mon Feb 02 19:54:46 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AnjDa-0007Le-00 for ; Mon, 02 Feb 2004 19:54:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AnjDF-0006Qq-00; Mon, 02 Feb 2004 12:54:25 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AnjDB-0006Ql-00 for ding@lists.math.uh.edu; Mon, 02 Feb 2004 12:54:21 -0600 Original-Received: from yxa.extundo.com (178.230.13.217.in-addr.dgcsystems.net [217.13.230.178]) by justine.libertine.org (Postfix) with ESMTP id CA8823A0035 for ; Mon, 2 Feb 2004 12:54:19 -0600 (CST) Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.10/8.12.10) with ESMTP id i12IsGMe016648 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 2 Feb 2004 19:54:17 +0100 Original-To: ding@gnus.org Mail-Copies-To: nobody X-Hashcash: 0:040202:ding@gnus.org:e2f0d978837698cf In-Reply-To: (Lars Magne Ingebrigtsen's message of "Mon, 02 Feb 2004 19:02:54 +0100") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56244 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56244 Lars Magne Ingebrigtsen writes: > I've just had a mail from Stallman about crypto-related code in > Gnus. He wants the crypto code out of Emacs (due to the > still-lingering crypto export restrictions in the US). (I thought > those problems were gone by now, but apparently not.) > > So we need to compile a list of crypto-related files and functions in > Gnus, so that Stallman can remove those from the Emacs distribution... > > Most of the crypto code was added post Gnus 5.9, so there might not > be all that much to remove, but I'm not intimately familiar with the > crypto code. What's the definition of crypto code? For example, does an elisp wrapper around GnuTLS count? A wrapper around GnuPG? Emacs contains a MD5 implementation in C, is it "crypto"? Or MD4, SHA-1? Are authentication mechanisms based on hashing, like CRAM-MD5, "crypto"? In any case, files that may be relevant to look at include (not all might have been part of Gnus 5.9): ntlm.el pgg*.el sasl*.el md4.el hmac-*.el imap.el sieve-manage.el tls.el starttls.el sha1-el.el pop3.el mml-sec.el mml-smime.el mml1991.el mml2015.el canlock.el netrc.el