all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* gnus-cloud native GnuTLS AEAD support
@ 2017-12-14  5:15 Ted Zlatanov
  2017-12-22 14:05 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Ted Zlatanov @ 2017-12-14  5:15 UTC (permalink / raw)
  To: emacs-devel

I've pushed scratch/tzz/gnus-cloud-aead with a proposed implementation
to use the native GnuTLS AEAD symmetric ciphers for gnus-cloud storage.
While this specifically is for IMAP articles, the implementation can
encrypt/decrypt any unibyte text data using AEAD ciphers.

Reasons to implement it this way:

* no dependency on external tools
* low risk: optional storage method for non-critical data

TODO:

* move the new code out to a library, either in core or in the GNU ELPA
* document, factor some things out
* add a checker function to read-passwd for min/max etc. requirements

It worked well in my testing. Comments and suggestions welcome.

Ted




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-22 14:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-14  5:15 gnus-cloud native GnuTLS AEAD support Ted Zlatanov
2017-12-22 14:05 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.