* epg.el (epg-no-data-reason-alist): New constant.
[elisp/epg.git] / ChangeLog
1 2006-05-02  Daiki Ueno  <ueno@unixuser.org>
2
3         * epg.el (epg-make-key-signature): New object epg-key-signature.
4         (epg-list-keys): Collect key signatures.
5         (epg-make-sub-key): Renamed secret -> secret-p.
6         (epg-list-keys-postprocess-one-key): Abolished.
7         (epg-list-keys): Reverse all keys, sub-keys, user-ids, and key
8         signatures by itself.
9         (epg-no-data-reason-alist): New constant.
10         (epg-unexpected-reason-alist): New constant.
11
12 2006-05-01  Daiki Ueno  <ueno@unixuser.org>
13
14         * epg.el (epg-invalid-recipients-reason-alist): Renamed.
15         (epg-delete-problem-reason-alist): Renamed.
16         (epg-import-ok-reason-alist): New constant.
17         (epg-import-problem-reason-alist): New constant.
18         (epg-status-IMPORTED): New function.
19         (epg-status-IMPORT_OK): New function.
20         (epg-status-IMPORT_PROBLEM): New function.
21         (epg-start-import-keys): Don't use a temporary output file.
22         (epg-start-receive-keys): New function.
23         (epg-import-keys-from-server): New function.
24         (epg-receive-keys): Alias to epg-import-keys-from-server.
25
26 2006-05-01  Daiki Ueno  <ueno@unixuser.org>
27
28         * epg.el (epg-start): Signal an error if the process of CONTEXT is
29         already running for other operations.
30         (epg-flush): Abolished.
31         (epg-start-generate-key): New function.
32         (epg-generate-key-from-file): New function.
33         (epg-generate-key-from-string): New function.
34         (epg-status-KEY_CREATED): New function.
35         (epg-status-KEY_NOT_CREATED): New function.
36         (epg-new-signature-type-alist): New variable.
37         (epg-make-new-signature): New object epg-new-signature.
38         (epg-status-SIG_CREATED): Set epg-new-signature object.
39         (epg-new-signature-to-string): New function.
40         (epg-make-signature): Added slots for signature class and version.
41         (epg-start-sign): Fixed rule of the MODE argument.
42
43 2006-04-30  Daiki Ueno  <ueno@unixuser.org>
44
45         * epa.el (epa-delete-keys): Support deletion of secret keys.
46
47         * pgg-epg.el (pgg-epg-decrypt-region): Convert line endings of the
48         decrypted text.
49
50         * epg.el (epg-read-output): Don't convert line endings of the
51         output file.
52         (epg-cancel): Set 'error result.
53
54 2006-04-29  Daiki Ueno  <ueno@unixuser.org>
55
56         * epg.el (epg-make-signature): Removed user-id; added
57         creation-time, expiration-time, pubkey-algorithm,
58         digest-algorithm.
59         (epg-process-sentinel): Abolished.
60         (epg-signature-to-string): Decode DN.
61         (epg-list-keys): Cache user-id in epg-user-id-alist.
62         (epg-make-user-id): Renamed name -> string.
63
64 2006-04-29  Daiki Ueno  <ueno@unixuser.org>
65
66         * epg.el (epg-status-ERRSIG): New function.
67         (epg-verify-file): Signal an error if we encounter ERRSIG status.
68         (epg-verify-string): Ditto.
69
70 2006-04-28  Daiki Ueno  <ueno@unixuser.org>
71
72         * epg.el: Added typecheck to accessors to objects.
73
74 2006-04-26  Daiki Ueno  <ueno@unixuser.org>
75
76         * epg.el (epg-status-GET_HIDDEN): Pass epg-context as the first
77         argument of passphrase-callback.
78         (epg-status-PROGRESS): Ditto.
79
80 2006-04-26  Daiki Ueno  <ueno@unixuser.org>
81
82         * epa.el (epa-select-keys): Don't set inhibit-quit when
83         recursive-edit is called.
84         (epg-cancel): New function.
85
86 2006-04-25  Daiki Ueno  <ueno@unixuser.org>
87
88         * epg.el (epg-process-sentinel): New function; set 'error if gpg
89         process exited abnormally, but we have not received an error
90         response from it.
91         (epg-sign-file): Signal an error only when a signature is not
92         created.
93         (epg-sign-string): Ditto.
94         (epg-encrypt-file): Signal an error if SIGN is specified and
95         signature is not created.
96         (epg-encrypt-string): Ditto.
97
98 2006-04-22  Daiki Ueno  <ueno@unixuser.org>
99
100         * epa.el (epa-key-widget-value-create): Decode DN.
101         (epa-list-keys): Add the PROTOCOL argument.
102         (epa-select-keys): Require CONTEXT as the first argument.
103
104         * epg.el (epg-gpgsm-program): New user option.
105         (epg-dn-type-alist): New variable.
106         (epg-start): Don't specify --command-fd if protocol is CMS.
107         (epg-list-keys): Require CONTEXT as the first argument.
108         (epg-dn-from-string): New function.
109         (epg-decode-dn): New function.
110
111 2006-04-21  Daiki Ueno  <ueno@unixuser.org>
112
113         * epa.el (epa-sign-keys): New command.
114
115         * epg.el (epg-start-sign-keys): New function.
116         (epg-sign-keys): New function.
117         (epg-status-GET_HIDDEN): Enable local quit.
118         (epg-status-GET_BOOL): Ditto.
119         (epg-status-GET_LINE): Ditto.
120
121 2006-04-20  Daiki Ueno  <ueno@unixuser.org>
122
123         * epa.el (epa-list-keys-1): Add 'epa-list-keys property to keylist
124         region.
125
126 2006-04-20  Daiki Ueno  <ueno@unixuser.org>
127
128         * pgg-epg.el (pgg-epg-secret-key-id-list): New variable.
129         (pgg-epg-passphrase-callback): New function.
130
131         * epa.el (epa-select-keys): Added "Cancel" button.
132
133 2006-04-20  Daiki Ueno  <ueno@unixuser.org>
134
135         * epg.el (epg-signature-to-string): New function.
136
137 2006-04-20  Daiki Ueno  <ueno@unixuser.org>
138
139         * epa-file.el (epa-file-write-region): RECIPIENTS is now a list of
140         key objects.
141         * epa-dired.el (epa-dired-do-encrypt): RECIPIENTS is now a list of
142         key objects.
143
144         * epa.el (epa-select-keys): Added MODE argument.
145         (epa-encrypt-file): RECIPIENTS is now a list of key objects.
146
147         * epg.el (epg-status-SIG_CREATED): New function.
148         (epg-start-sign): epg-context-signers is now a list of key objects.
149         (epg-start-encrypt): RECIPIENTS is now a list of key objects.
150
151 2006-04-19  Daiki Ueno  <ueno@unixuser.org>
152
153         * epa.el (epa-verify-file): Show results in minibuffer.
154         * epg.el (epg-debug-buffer): New variable.
155         (epg-flush): New function.
156
157 2006-04-18  Daiki Ueno  <ueno@unixuser.org>
158
159         * epa.el (epa-export-keys): New command.
160         * epg.el (epg-start-export-keys): Accept a list of epg-key object
161         instead of a regexp.
162
163 2006-04-18  Daiki Ueno  <ueno@unixuser.org>
164
165         * epa.el (epa-keys-mode-map): Bind epa-list-keys; epa-import-key.
166         (epa-import-key): New command.
167
168         * epg.el (epg-delete-problem-alist): New constant.
169         (epg-status-DELETE_PROBLEM): New function.
170         (epg-start-delete-key): New function.
171         (epg-delete-key): New function.
172         (epg-wait-for-completion): Add the NO-EOF argument.
173
174 2006-04-18  Daiki Ueno  <ueno@unixuser.org>
175
176         * epg.el (epg-start): Insert the command-line arguments to the
177         debug buffer.
178         (epg-start-encrypt): Wait for BEGIN_ENCRYPTION.
179         (epg-start-delete-key): New function.
180         (epg-delete-key): New function.
181
182         * epa.el (epa-key): New widget.
183         (epa-key-widget-action): New function.
184         (epa-key-widget-value-create): New function.
185         (epa-key-widget-button-face-get): New function.
186         (epa-key-widget-help-echo): New function.
187
188 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
189
190         * epa-file.el (epa-file-write-region): Check if START is a string.
191
192 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
193
194         * epa-file.el: Rewritten with file-name-handler.
195         (epa-file-handler): New variable.
196         (epa-file-enable): New command.
197         (epa-file-disable): New command.
198
199         * epa-setup.el: Call epa-file-enable.
200
201 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
202
203         * epa-file.el (epa-passphrase): New variable.
204         (epa-file-passphrase-callback-function): New function.
205         (epa-find-file): Reset buffer-undo-list; set
206         buffer-file-coding-system to last-coding-system-used after
207         decoding.
208
209 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
210
211         * epa-file.el (epa-write-file): Try to write region to "/" to get
212         last-coding-system-used to be set.
213
214 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
215
216         * epa-file.el: New implementation of epf.el.
217
218         * epf.el: Abolished.
219
220 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
221
222         * epa.el (epa-verify-file): Display verify result.
223
224         * epg.el (epg-invalid-recipients-alist): New variable.
225         (epg-status-INV_RECP): New function.
226         (epg-status-NO_RECP): New function.
227
228         * epa.el (epa-keys-mode-map): Bind epa-decrypt-file,
229         epa-verify-file, epa-sign-file, and epa-encrypt-file.
230         (epa-decrypt-file): New function imported from epa-dired.el.
231         (epa-verify-file): New function imported from epa-dired.el.
232         (epa-sign-file): New function imported from epa-dired.el.
233         (epa-encrypt-file): New function imported from epa-dired.el.
234
235 2006-04-16  Daiki Ueno  <ueno@unixuser.org>
236
237         * epa.el (epa-select-keys): Renamed from epa-ask-keys; use
238         recursive-edit.
239         * epa-dired.el (epa-dired-encrypt-file): Use epa-select-keys.
240
241 2006-04-16  Daiki Ueno  <ueno@unixuser.org>
242
243         * epa-setup.el: New file.
244         * epa-dired.el: New file.
245
246         * epg.el (epg-colons-pub-spec): Abolished.
247         (epg-colons-sec-spec): Abolished.
248         (epg-colons-uid-spec): Abolished.
249         (epg-colons-fpr-spec): Abolished.
250         (epg-key-validity-alist): New variable.
251         (epg-key-capablity-alist): New variable.
252         (epg-make-key): New object epg-key.
253         (epg-make-sub-key): New object epg-sub-key.
254         (epg-make-user-id): New object epg-user-id.
255         (epg-list-keys-1): Renamed from epg-list-keys.
256         (epg-list-keys): Rewritten.
257
258 2006-04-15  Daiki Ueno  <ueno@unixuser.org>
259
260         * epg.el (epg-list-keys): Make the NAME argument optional.
261
262 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
263
264         * epa.el: Added header.
265
266         * epg.el (epg-list-keys): Specify --with-fingerprint.
267         (epg-colons-fpr-spec): New variable.
268         (epg-colons-pub-spec): Renamed trust -> validity and ownertrust ->
269         owner-trust.
270         (epg-colons-sec-spec): Ditto.
271         (epg-colons-uid-spec): Renamed trust -> validity.
272
273 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
274
275         * epa.el: New file.
276
277         * epg.el (epg-cipher-algorithm-alist): New constant.
278         (epg-pubkey-algorithm-alist): New constant.
279         (epg-digest-algorithm-alist): New constant.
280         (epg-compress-algorithm-alist): New constant.
281         (epg-configuration): New function.
282         (epg-start): Don't specify --yes.
283
284 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
285
286         * epg.el (epg-make-data-from-file): New function.
287         (epg-make-data-from-string): New function.
288         (epg-data-file): New function.
289         (epg-data-string): New function.
290         (epg-start-decrypt): Get a cipher text from a data object.
291         (epg-delete-output-file): New function.
292         (epg-decrypt-file): Add the 3rd argument PLAIN to specify where
293         the output goes.
294         (epg-start-verify): Get a signature and signed-text from a data
295         object.
296         (epg-verify-file): Added the 3rd argument PLAIN to specify where
297         the output goes; return the plain text if PLAIN is nil.
298         (epg-verify-string): Return the plain text.
299         (epg-start-sign): Get a plain text from a data object.
300         (epg-sign-file): Added the 3rd argument SIGNATURE to specify where
301         the output goes.
302         (epg-start-encrypt): Get a plain text from a data object.
303         (epg-encrypt-file): Added the 4th argument CIPHER to specify where
304         the output goes.
305         (epg-start-import-keys): Get keys from a data object.
306         (epg-import-keys-1): New function.
307         (epg-import-keys-from-file): Use it.
308         (epg-import-keys-from-string): Use it.
309
310 2006-04-12  Daiki Ueno  <ueno@unixuser.org>
311
312         * epf.el: Renamed from epg-file.el.
313
314 2006-04-12  Daiki Ueno  <ueno@unixuser.org>
315
316         * epg.el (epg-status-GET_BOOL): New function.
317         (epg-status-GET_LINE): New function.
318         (epg-prompt-alist): New variable, to be filled.
319
320         * pgg-epg.el (mml2015-gpg-extract-signature-details): New function.
321         * epg.el (epg-signature-fingerprint): New function.
322         (epg-signature-set-fingerprint): New function.
323         (epg-status-VALIDSIG): New function.
324
325         * epg.el (epg-reset): Don't reset result.
326         (epg-start-decrypt): Reset result before epg-start.
327         (epg-start-verify): Ditto.
328         (epg-start-sign): Ditto.
329         (epg-start-encrypt): Ditto.
330         (epg-start-export-keys): Ditto.
331         (epg-start-import-keys): Ditto.
332
333         * Makefile.am (EXTRA_DIST): Added pgg-epg.el.
334         * pgg-epg.el: New file.
335
336         * epg.el (epg-start-export-keys): New function.
337         (epg-export-keys): New function.
338         (epg-start-import-keys): New function.
339         (epg-import-keys): New function.
340         (epg-verify-file): New function.
341
342         * epg-file.el (epg-file-write-region): Support public key encryption.
343
344         * epg.el (epg-passphrase-callback-function): Always display key-id.
345