From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Krenn Subject: encrypting file uses revoked key Date: Sun, 23 Mar 2014 11:16:42 +0100 Message-ID: <532EB48A.70307@aon.at> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39476) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRfSY-0000Ji-Jx for emacs-orgmode@gnu.org; Sun, 23 Mar 2014 06:17:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WRfSR-0008VI-MH for emacs-orgmode@gnu.org; Sun, 23 Mar 2014 06:16:54 -0400 Received: from mrelay.tu-graz.ac.at ([129.27.2.203]:2017 helo=mrelay.tugraz.at) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRfSR-0008Uf-D3 for emacs-orgmode@gnu.org; Sun, 23 Mar 2014 06:16:47 -0400 Received: from mail.math.tu-graz.ac.at (mail.math.tu-graz.ac.at [129.27.148.83]) (authenticated bits=0) by mailrelay6.tugraz.at (8.14.7/8.14.7) with ESMTP id s2NAGhfa024460 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Sun, 23 Mar 2014 11:16:43 +0100 Received: from 1360030340.d-dsl.at ([81.16.106.132]:45570 helo=[10.0.0.33]) by mail.math.tu-graz.ac.at with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1WRfSN-0000lW-0L for emacs-orgmode@gnu.org; Sun, 23 Mar 2014 11:16:43 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I create a new file test.gpg and write # -*- mode:org; epa-file-encrypt-to: ("bla@blub.com") -*- (bla@blub.com replaced by my mail address) as the first line. Then I save this file and I'm asked Select recipents for encryption. If no one is selected, symmetric encryption will be performed. - `m' to mark a key on the line - `u' to unmark a key on the line [Cancel][OK] from which I select my current key. The file is saved and I can open it again (inserting my passphrase for my key). Now, when I change something in the file and then want to save it, I get the following error: byte-code: Opening output file: Encrypt failed: ((exit) (invalid- recipient (reason . 0) (requested-recipient . "2A10BC79E59DAB19"))) The key 2A10BC79E59DAB19 is my old key, which has been revoked. So what goes wrong here? FYI: Before creating my current gpg key, everything was fine. Daniel