From: Joey Hess Date: Fri, 12 Jan 2024 17:51:59 +0000 (-0400) Subject: update X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~29^2~46 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dda4cb372c96b1b7ceb19f4d7a498bf8f082bbd7;p=git-annex.git update --- diff --git a/doc/todo/whishlist__58___GPG_alternatives_like_AGE/comment_9_18861f94b677a40c2d1c0014338231c6._comment b/doc/todo/whishlist__58___GPG_alternatives_like_AGE/comment_9_18861f94b677a40c2d1c0014338231c6._comment index 6b1d6f77ef..7635074db3 100644 --- a/doc/todo/whishlist__58___GPG_alternatives_like_AGE/comment_9_18861f94b677a40c2d1c0014338231c6._comment +++ b/doc/todo/whishlist__58___GPG_alternatives_like_AGE/comment_9_18861f94b677a40c2d1c0014338231c6._comment @@ -3,5 +3,20 @@ subject="""comment 9""" date="2024-01-09T20:33:08Z" content=""" -See also: [[support_using_Stateless_OpenPGP_instead_of_gpg]] +git-annex now supports using any program that implements the +Stateless OpenPGP standard for remotes using encryption=shared + +Eg, to use Sequoia's sqpop: + + git config annex.shared-sop-command sqop + +That fully interoperates with gpg, though it's probably a good idea +to specify an enryption profile that is backwards compatable if interop +is a concern. Eg: + + git config annex.shared-sop-profile rfc4880 + +For other encryption= schemes, Stateless OpenPGP is not yet supported, +mostly because it's not clear how to manage the encryption keys. +See this todo [[support_using_Stateless_OpenPGP_instead_of_gpg]] """]]