]> git.eshelyaron.com Git - emacs.git/commit
Encrypt some parameters in auth-source plstore backend
authorAndrew G Cohen <cohen@andy.bu.edu>
Tue, 22 Mar 2022 05:04:58 +0000 (13:04 +0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 7 Apr 2022 11:17:47 +0000 (13:17 +0200)
commitd859cdd62157b3489ca893a54a4d7a6400cfae2c
treeaa658490abcde986e8e0ffdf930da2f28575515a
parent77f3bc37e1966c15691421585af4d4b9f8114594
Encrypt some parameters in auth-source plstore backend

The auth-source plstore backend allows a list of extra parameters but
currently stores them all unencrypted.  This allows a plist with
:unencrypted and :encrypted keys to specify which extra parameters to
encrypt in the plstore file.

* lisp/auth-source.el (auth-source-plstore-create): Allow specifying
both unencrypted and encrypted extra parameters.
lisp/auth-source.el