From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Specify the message digest for the OpenSSL commands for org-mobile. Date: Tue, 25 Jul 2017 09:10:29 +0200 Message-ID: <87lgnd800q.fsf@nicolasgoaziou.fr> References: <87k234nqgg.fsf@gmail.com> <87h8y3mlei.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dZtzJ-0000o6-MP for emacs-orgmode@gnu.org; Tue, 25 Jul 2017 03:10:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dZtzE-0007G7-JR for emacs-orgmode@gnu.org; Tue, 25 Jul 2017 03:10:37 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:33111) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dZtzE-0007EX-Bt for emacs-orgmode@gnu.org; Tue, 25 Jul 2017 03:10:32 -0400 In-Reply-To: (Jeff Larson's message of "Mon, 24 Jul 2017 18:29:05 -0700") 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" To: Jeff Larson Cc: emacs-orgmode@gnu.org Hello, Jeff Larson writes: > org-mobile.el: fix the message digest as MD5 for compatibility across > OpenSSL versions. > > OpenSSL switched to using SHA256 by default for symmetric encryption > in version 1.1. Unfortunately that means that newer versions of the > openssl command line tool can not decrypt encrypted org-mobile files > without the '-md md5' option. This commit changes the shell commands > in org-mobile-encrypt-file and org-mobile-decrypt-file to explicitly > specify MD5 as the hash digest. > > TINYCHANGE Applied. Thank you. Regards, -- Nicolas Goaziou