From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30052 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Bug in nntp-open-ssl-stream Date: 21 Apr 2000 19:53:28 +0200 Organization: Programmerer Ingebrigtsen Sender: owner-ding@hpc.uh.edu Message-ID: References: <71DE5436FE60D311B8F60050043207B544B05A@leo.in.aventail.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166632 6417 80.91.224.250 (21 Oct 2002 02:17:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:17:12 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 9963FD051E for ; Fri, 21 Apr 2000 13:42:08 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAB28346; Fri, 21 Apr 2000 12:41:36 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 21 Apr 2000 12:40:58 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id MAA03685 for ; Fri, 21 Apr 2000 12:40:46 -0500 (CDT) Original-Received: from quimby.gnus.org (quimby.gnus.org [193.69.4.139]) by mailhost.sclp.com (Postfix) with ESMTP id 04CA9D051E for ; Fri, 21 Apr 2000 13:41:02 -0400 (EDT) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id TAA15672 for ding@gnus.org; Fri, 21 Apr 2000 19:42:55 +0200 (CEST) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 30 Original-NNTP-Posting-Host: quimbies.gnus.org Original-X-Trace: quimby.gnus.org 956338975 18892 193.69.4.148 (21 Apr 2000 17:42:55 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 21 Apr 2000 17:42:55 GMT Mail-Copies-To: never X-Now-Playing: Schneider TM's _Masters_: "Masters (Re-)" User-Agent: Gnus/5.0805 (Gnus v5.8.5) XEmacs/21.2 (Sumida) X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > (defun nntp-open-ssl-stream (buffer) > (let* ((ssl-program-arguments '("-connect" (concat host ":" service))) > (proc (open-ssl-stream "nntpd" buffer nntp-address > nntp-port-number))) > (save-excursion > (set-buffer buffer) > (nntp-wait-for-string "^\r*20[01]") > (beginning-of-line) > (delete-region (point-min) (point)) > proc))) > > This should NOT modify ssl-program-arguments, otherwise the latest version > of ssl.el (that uses OpenSSL by default) will fail to work, because the > 's_client' parameter has been removed. Ok. So the function shouldn't bind ssl-program-arguments at all? > I was thinking of distributing an 'emacs.openssl' script or something like > that as part of ssl.el and making it use it by default. What would be > ideal is if someone outside the united states would volunteer to > re-implement my SSL patches to Emacs from ages ago. Haven't the restrictions on crypty exports from the US largely been lifted, or am I misinformed? -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen