1 2006-04-17 Daiki Ueno <ueno@unixuser.org>
3 * epa.el (epa-verify-file): Display verify result.
5 * epg.el (epg-invalid-recipients-alist): New variable.
6 (epg-status-INV_RECP): New function.
7 (epg-status-NO_RECP): New function.
9 * epa.el (epa-keys-mode-map): Bind epa-decrypt-file,
10 epa-verify-file, epa-sign-file, and epa-encrypt-file.
11 (epa-decrypt-file): New function imported from epa-dired.el.
12 (epa-verify-file): New function imported from epa-dired.el.
13 (epa-sign-file): New function imported from epa-dired.el.
14 (epa-encrypt-file): New function imported from epa-dired.el.
16 2006-04-16 Daiki Ueno <ueno@unixuser.org>
18 * epa.el (epa-select-keys): Renamed from epa-ask-keys; use
20 * epa-dired.el (epa-dired-encrypt-file): Use epa-select-keys.
22 2006-04-16 Daiki Ueno <ueno@unixuser.org>
24 * epa-setup.el: New file.
25 * epa-dired.el: New file.
27 * epg.el (epg-colons-pub-spec): Abolished.
28 (epg-colons-sec-spec): Abolished.
29 (epg-colons-uid-spec): Abolished.
30 (epg-colons-fpr-spec): Abolished.
31 (epg-key-validity-alist): New variable.
32 (epg-key-capablity-alist): New variable.
33 (epg-make-key): New object epg-key.
34 (epg-make-sub-key): New object epg-sub-key.
35 (epg-make-user-id): New object epg-user-id.
36 (epg-list-keys-1): Renamed from epg-list-keys.
37 (epg-list-keys): Rewritten.
39 2006-04-15 Daiki Ueno <ueno@unixuser.org>
41 * epg.el (epg-list-keys): Make the NAME argument optional.
43 2006-04-13 Daiki Ueno <ueno@unixuser.org>
45 * epa.el: Added header.
47 * epg.el (epg-list-keys): Specify --with-fingerprint.
48 (epg-colons-fpr-spec): New variable.
49 (epg-colons-pub-spec): Renamed trust -> validity and ownertrust ->
51 (epg-colons-sec-spec): Ditto.
52 (epg-colons-uid-spec): Renamed trust -> validity.
54 2006-04-13 Daiki Ueno <ueno@unixuser.org>
58 * epg.el (epg-cipher-algorithm-alist): New constant.
59 (epg-pubkey-algorithm-alist): New constant.
60 (epg-digest-algorithm-alist): New constant.
61 (epg-compress-algorithm-alist): New constant.
62 (epg-configuration): New function.
63 (epg-start): Don't specify --yes.
65 2006-04-13 Daiki Ueno <ueno@unixuser.org>
67 * epg.el (epg-make-data-from-file): New function.
68 (epg-make-data-from-string): New function.
69 (epg-data-file): New function.
70 (epg-data-string): New function.
71 (epg-start-decrypt): Get a cipher text from a data object.
72 (epg-delete-output-file): New function.
73 (epg-decrypt-file): Add the 3rd argument PLAIN to specify where
75 (epg-start-verify): Get a signature and signed-text from a data
77 (epg-verify-file): Added the 3rd argument PLAIN to specify where
78 the output goes; return the plain text if PLAIN is nil.
79 (epg-verify-string): Return the plain text.
80 (epg-start-sign): Get a plain text from a data object.
81 (epg-sign-file): Added the 3rd argument SIGNATURE to specify where
83 (epg-start-encrypt): Get a plain text from a data object.
84 (epg-encrypt-file): Added the 4th argument CIPHER to specify where
86 (epg-start-import-keys): Get keys from a data object.
87 (epg-import-keys-1): New function.
88 (epg-import-keys-from-file): Use it.
89 (epg-import-keys-from-string): Use it.
91 2006-04-12 Daiki Ueno <ueno@unixuser.org>
93 * epf.el: Renamed from epg-file.el.
95 2006-04-12 Daiki Ueno <ueno@unixuser.org>
97 * epg.el (epg-status-GET_BOOL): New function.
98 (epg-status-GET_LINE): New function.
99 (epg-prompt-alist): New variable, to be filled.
101 * pgg-epg.el (mml2015-gpg-extract-signature-details): New function.
102 * epg.el (epg-signature-fingerprint): New function.
103 (epg-signature-set-fingerprint): New function.
104 (epg-status-VALIDSIG): New function.
106 * epg.el (epg-reset): Don't reset result.
107 (epg-start-decrypt): Reset result before epg-start.
108 (epg-start-verify): Ditto.
109 (epg-start-sign): Ditto.
110 (epg-start-encrypt): Ditto.
111 (epg-start-export-keys): Ditto.
112 (epg-start-import-keys): Ditto.
114 * Makefile.am (EXTRA_DIST): Added pgg-epg.el.
115 * pgg-epg.el: New file.
117 * epg.el (epg-start-export-keys): New function.
118 (epg-export-keys): New function.
119 (epg-start-import-keys): New function.
120 (epg-import-keys): New function.
121 (epg-verify-file): New function.
123 * epg-file.el (epg-file-write-region): Support public key encryption.
125 * epg.el (epg-passphrase-callback-function): Always display key-id.