X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:references :in-reply-to:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=ElmONP4tE4GbYdaP AbkHn8wSnSiSNrUShF4RISsTFr315x21N8xdBeeZfxpiANQSdPvQMey8gQCL7Yw/ bVKgm3M+9G1wzjjvzHfJ6Jt0xS5qwJZR0ZH7PhbkpBzOLRqtrNeE6wl4t38XTsZW Xzuwrr7VICr7nL80c3nQWqdmCKA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:references :in-reply-to:mime-version:content-type :content-transfer-encoding; s=default; bh=3lBurx/TcLj4QUoQFtPeDd xK6oo=; b=M1LdjT0TDpuJ6/AVgvl8W9dnysmAdGQc3vgB81pvHdePXg1AMxDGSm Y2XRezfSau0V4srq8ZrAkXrSX8CYxO7yc/4F1R0/8bQ8xPkvFTlDvIW4SegQKkgw FiV3ri5Lpr7u3RSZSRhLLd2cWHmJcM/3BHHLAcjbWQyDgvtuRqXOs= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: <cygwin.cygwin.com> List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sourceware.org/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=2.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPAM_BODY1,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.1 spammy=drawn, pleased, precious, decrypt X-HELO: EUR01-DB5-obe.outbound.protection.outlook.com From: pigreco erre <grosrouvre AT hotmail DOT it> To: "cygwin AT cygwin DOT com" <cygwin AT cygwin DOT com> Subject: Re: Pinentry-curses on cygwin environment Date: Mon, 13 May 2019 20:33:41 +0000 Message-ID: <VE1PR01MB5903B3817F6E0E4A6114EEBAB33A0@VE1PR01MB5903.eurprd01.prod.exchangelabs.com> References: <VE1PR01MB59033974C9E379F035D2B98BB33C0 AT VE1PR01MB5903 DOT eurprd01 DOT prod DOT exchangelabs DOT com>,<9f73e609-e848-9f10-66ff-59bea39eae7e AT towo DOT net> In-Reply-To: <9f73e609-e848-9f10-66ff-59bea39eae7e@towo.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x4DKXtUk021397 Hi Thomas, below my detailed items: What package? Reference, download link? How did you compile? I downloaded the package directly from gpg site into download page version. The version of pinentry package 1.1.0 (2017-12-03). I compile with read me process indicated which is included into the package. I run ~/.configure and after ./make. I obtained pinentry-courses.exe What's the command you run? I execute this command on mintty-bash prompt: $ gpg-agent --daemon --disable-scdaemon --no-detach --ttyname /dev/pty0 --ttytype xterm --pinentry-program /bin/pinentry-curses.exe $ gpg --decrypt myencryptedfilename.gpg. From this moment the behaviour is : A dialogue box is drawn on the terminal with all keys information correctly. When I enter my passphrase anything I type on the terminal window is just echoed at the bottom of the I must type CTRL-C to return on shell and the I can noted also that this test is OK: $ echo -e "OPTION ttyname=/dev/pty0 \nSETDESC MESSAGE TO PRINT IN CURSES WINDOW\nGETPIN" | pinentry-curses The output is correct so I obtained on prompt : OK Pleased to meet you OK OK D characters interted into right window curses space OK Is the pinentry-curses and pinentry-tty not compatible with cygwin-mintty-bash environment? Thanks for your precious support Alessandro -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple