c49221ea0800a99ba95b35a2639d59c65cb09843
[elisp/epg.git] / ChangeLog
1 2006-11-12  Daiki Ueno  <ueno@unixuser.org>
2
3         * epa.el (epa-display-info): Generalized; renamed from
4         epa-display-verify-result.
5         (epa-decrypt-file): Use it.
6         (epa-verify-file): Use it.
7         (epa-decrypt-region): Use it.
8         (epa-verify-region): Use it.
9         (epa-import-keys): Show import result.
10         (epa-display-verify-result): Make it obsolete.
11
12         * epg.el (epg-start-sign-keys): Make it obsolete; signing a key is
13         out of scope.
14         (epg-sign-keys): Make it obsolete.
15         (epg-make-import-status): New object epg-import-status.
16         (epg-make-import-result): New object epg-import-result.
17         (epg--status-IMPORT_RES): New function.
18         (epg-import-result-to-string): New function.
19
20         * epa.el (epa-keys-mode-map): Don't bind epa-sign-keys.
21         (epa-sign-keys): Make it obsolete.
22
23 2006-11-11  Daiki Ueno  <ueno@unixuser.org>
24
25         * epg.el (epg-start-sign): Don't set --armor nor --textmode if
26         mode is set for a cleartext signature.
27         (epg-make-context): New slot "sig-notations".
28         (epg--args-from-sig-notations): New function.
29         (epg-start-sign): Specify --sig-notation or --sig-policy-url if
30         desired.
31         (epg-start-encrypt): Ditto.
32         (epg-make-signature): New slot "notations".
33         (epg--status-NOTATION_NAME): New function.
34         (epg--status-NOTATION_DATA): New function.
35         (epg--status-POLICY_URL): New function.
36
37 2006-10-29  Daiki Ueno  <ueno@unixuser.org>
38
39         * EasyPG: Version 0.0.7 released.
40         * epg-config.el (epg-version-number): Bump up.
41         * configure.ac: Bump up version.
42
43 2006-10-29  Daiki Ueno  <ueno@unixuser.org>
44
45         * epa-file.el
46         (epa-file-cache-passphrase-for-symmetric-encryption): New user
47         option.
48
49 2006-10-12  Daiki Ueno  <ueno@unixuser.org>
50
51         * epg.el (epg-start-verify): Fixed a clearsign verification bug.
52         Reported by Hirohisa Yamaguchi <umq@ueo.co.jp>.
53
54 2006-09-29  Daiki Ueno  <ueno@unixuser.org>
55
56         * EasyPG: Version 0.0.6 released.
57         * epg.el (epg-version-number): Bump up.
58         * configure.ac: Bump up version.
59
60 2006-09-29  Daiki Ueno  <ueno@unixuser.org>
61
62         * epa.el (epa-verify-cleartext-in-region): Renamed from
63         epa-verify-armor-in-region.
64
65         * epg.el (epg-passphrase-callback-function): Suggest to use
66         epa-passphrase-callback-function instead.
67         (epg-start-verify): Don't specify --verify if SIGNATURE is a
68         normal or a clear text signature.
69         (epg-verify-file): Mention that the plaintext will be stored into
70         the file PLAIN after successful verification.
71         (epg-verify-string): Mention that the plaintext will be returned
72         after successful verification.
73
74 2006-09-27  Daiki Ueno  <ueno@unixuser.org>
75
76         * epa-file.el (epa-file-insert-file-contents): Set progress callback.
77         (epa-file-write-region): Ditto.
78
79         * epa.el (epa-decrypt-file): Set callbacks.
80         (epa-sign-file): Ditto.
81         (epa-encrypt-file): Ditto.
82         (epa-decrypt-region): Ditto.
83         (epa-sign-region): Ditto.
84         (epa-encrypt-region): Ditto.
85         (epa-sign-keys): Ditto.
86
87         * epg.el (epg-progress-callback-function): Removed.
88
89 2006-09-24  Daiki Ueno  <ueno@unixuser.org>
90
91         * epa.el (epa-passphrase-callback-function): Moved from epg.el.
92         (epa-progress-callback-function): Ditto.
93         * epg.el (epg-passphrase-callback-function): Made it obsolete.
94         (epg-progress-callback-function): Ditto.
95
96 2006-09-23  Daiki Ueno  <ueno@unixuser.org>
97
98         * epg.el (epg-start-decrypt): Append "--" to the end of options.
99         (epg-start-verify): Ditto.
100         (epg-start-sign): Ditto.
101         (epg-start-encrypt): Ditto.
102         (epg-start-import-keys): Ditto.
103         (epg-start-generate-key): Ditto.
104
105 2006-09-23  Daiki Ueno  <ueno@unixuser.org>
106
107         * epg.el (epg-make-context): Don't set progress-callback by
108         default.
109         (epg--start): Don't specify --enable-progress-filter if
110         progress-callback is not set.
111         (epg--status-GET_HIDDEN): Signal an error if passphrase-callback
112         is not set.
113
114 2006-09-15  Daiki Ueno  <ueno@unixuser.org>
115
116         * epg.el (epg-progress-callback-function): Show the percentage.
117
118 2006-09-15  Juliusz Chroboczek <Juliusz.Chroboczek@pps.jussieu.fr>
119
120         * pgg-epg.el (mml2015-gpg-extract-signature-details): Fixed a typo.
121
122 2006-09-13  Daiki Ueno  <ueno@unixuser.org>
123
124         * epg-config.el (epg-passphrase-coding-system): Renamed from
125         epg-locale-coding-system.
126
127 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
128
129         * epa-file.el (epa-file-decode-and-insert): New function which
130         utilizes decode-coding-inserted-region if available.
131         (epa-file-insert-file-contents): Use it.
132
133         * epg.el (epg--start): Specify --enable-progress-filter in
134         imitation of GPGME.
135         (epg-progress-callback-function): Remove a couple of %%'s.
136
137 2006-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
138
139         * epg-config.el (epg-configuration): Fixed the last change;
140         collect configuration other than group and algorithm.
141
142 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
143
144         * epg-config.el (epg-debug): Moved from epg.el.
145         (epg-configuration): Parse group configuration.
146         (epg-expand-group): New function.
147
148 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
149
150         * EasyPG: Version 0.0.5 released.
151         * epg.el (epg-version-number): Bump up.
152         * configure.ac: Bump up version.
153
154 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
155
156         * epg-config.el (epg-locale-coding-system): New user option.
157
158         * epg.el (epg--list-keys-1): Respect epg-gpg-home-directory.
159         (epg--clear-string): New function.
160         (epg--status-GET_HIDDEN): Encode passphrase with
161         terminal-coding-system.
162
163         * epg-config.el (epg-gpg-minimum-version): New constant.
164         (epg-config--parse-version): New function.
165         (epg-config--compare-version): New function.
166         (epg-configuration): Respect epg-gpg-home-directory.
167
168 2006-09-03  Daiki Ueno  <ueno@unixuser.org>
169
170         * epg-config.el: New file; moved GnuPG configuration check from
171         epg.el.
172
173 2006-09-02  Daiki Ueno  <ueno@unixuser.org>
174
175         * epg.el (epg-check-configuration): New function.
176         (epg-gpg-home-directory): New user option.
177
178         * pgg-epg.el (pgg-epg-lookup-key): New function.
179
180 2006-07-29  Daiki Ueno  <ueno@unixuser.org>
181
182         * EasyPG: Version 0.0.4 released.
183         * epg.el (epg-version-number): Bump up.
184         * configure.ac: Bump up version.
185
186 2006-07-29  Daiki Ueno  <ueno@unixuser.org>
187
188         * acinclude.m4 (AC_CHECK_GPG): Run $3 if there is no gpg executable.
189
190 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
191
192         * epg.el (epg-start-encrypt): Extract primary key ID from
193         epg-context-signers.
194         Thanks to Steve Youngs <steve@sxemacs.org>
195
196         * pgg-epg.el (pgg-epg-encrypt-region): Fixed a bug; it didn't
197         give CONTEXT to epg-list-keys.
198         Thanks to Steve Youngs <steve@sxemacs.org>
199
200 2006-07-18  Daiki Ueno  <ueno@unixuser.org>
201
202         * epg-pgp50i.el (epg-pgp50i--process-filter): Use
203         epg-process-filter-running instead of epg-pgp50i-status; Don't
204         save-excursion during handler execution.
205         (epg-pgp50i--read-line): Renamed from epg-pgp50i--wait-for-line;
206         don't allow process input.
207         (epg-pgp50i--parse-time): New function.
208         (epg-pgp50i--status-BAD_SIGNATURE): New function.
209
210         * epg.el (epg--process-filter): Don't save-excursion during
211         handler execution.
212
213 2006-07-18  Daiki Ueno  <ueno@unixuser.org>
214
215         * acinclude.m4 (AC_CHECK_GPG): Renamed from AC_PATH_GPG.
216
217         * epg.el (epg-process-filter-running): New variable.
218         (epg--start): Setup epg-process-filter-running.
219         (epg--process-filter): Allow only one status handler to run at a
220         time; update epg-read-point everytime the point changes.
221
222 2006-07-14  Daiki Ueno  <ueno@unixuser.org>
223
224         * epg-pgp50i.el: New file.
225
226 2006-07-13  Daiki Ueno  <ueno@unixuser.org>
227
228         * acinclude.m4 (AC_PATH_GPG): New macro.
229         * configure.ac: Check gpg version.
230         Suggested by Max Froumentin <max@lapin-bleu.net>
231
232 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
233
234         * epg.el (epg--status-ERRSIG): Don't remove the last verify-result.
235         (epg-signature-to-string): Remove a trailing whitespace.
236
237         * epa.el (epa-keys-mode-map): Bind return to epa-toggle-mark.
238         (epa-toggle-mark): New command.
239
240 2006-07-04  Daiki Ueno  <ueno@unixuser.org>
241
242         * pgg-epg.el (pgg-epg-sign-region): Select the signing key matched
243         with pgg-default-user-id.
244         Reported by Elias Oltmanns <oltmanns@uni-bonn.de>
245
246 2006-07-01  Daiki Ueno  <ueno@unixuser.org>
247
248         * epa.el (epa-select-keys): If SECRET is specified, select a
249         primary secret key by default.
250
251 2006-06-29  Daiki Ueno  <ueno@unixuser.org>
252
253         * EasyPG: Version 0.0.3 released.
254         * epg.el (epg-version-number): Bump up.
255         * configure.ac: Bump up version.
256
257 2006-06-12  Daiki Ueno  <ueno@unixuser.org>
258
259         * epa-file.el (epa-file-insert-file-contents): Don't move the
260         point to the end of the inserted region.
261         Reported by doug <douglas.bagley@gmail.com>
262
263 2006-06-01  Daiki Ueno  <ueno@unixuser.org>
264
265         * epa-file.el (epa-file-insert-file-contents): Support partial read.
266
267 2006-05-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
268
269         * epa-file.el (epa-file-write-region): Encode the plain text with
270         coding-system-for-write.
271
272 2006-05-30  Daiki Ueno  <ueno@unixuser.org>
273
274         * epa-file.el (epa-file-insert-file-contents):
275         Decode the decrypted text with coding-system-for-read.
276
277 2006-05-29  Daiki Ueno  <ueno@unixuser.org>
278
279         * EasyPG: Version 0.0.2 released.
280         * epg.el (epg-version-number): Bump up.
281         * configure.ac: Bump up version.
282
283 2006-05-29  Daiki Ueno  <ueno@unixuser.org>
284
285         * epg.el (epg--time-from-seconds): New function.
286         (epg--status-ERRSIG): Convert seconds from epoch to encoded-time.
287         (epg--status-VALIDSIG): Ditto.
288         (epg--status-KEYEXPIRED): Ditto.
289
290 2006-05-28  Daiki Ueno  <ueno@unixuser.org>
291
292         * epg.el (epg-start-import-keys): Don't specify filename if keys
293         is a string data.
294
295 2006-05-27  Daiki Ueno  <ueno@unixuser.org>
296
297         * epg.el (epg--process-filter): Pass epg-context instead of
298         process to status handlers.
299         (epg--status-NO_PUBKEY): Check if the previous signature's key-id
300         matches with the given key-id.
301
302 2006-05-26  Daiki Ueno  <ueno@unixuser.org>
303
304         * epg.el (epg--status-NO_PUBKEY): Replace the previous signature's
305         status from 'error to 'no-pubkey.
306         (epg--status-ERRSIG): Just add 'error signature to the verify result.
307
308         * epa.el (epa-insert-keys): Renamed from epa-list-keys-1; don't
309         disable inhibit-quit here; make text-properties nonsticky.
310         (epa-popup-info-window): New user option.
311         (epa-info-window-height): New user option.
312         (epa-display-verify-result): New function.
313         (epa-decrypt-file): Use it.
314         (epa-verify-file): Use it.
315         (epa-decrypt-region): Use it.
316         (epa-verify-region): Use it.
317
318         * epg.el (epg-make-context): New slot "operation".
319         (epg-passphrase-callback-function): Confirm passphrase when
320         performing symmetric encryption.
321
322 2006-05-25  Daiki Ueno  <ueno@unixuser.org>
323
324         * epa.el (epa-decrypt-file): Display verify result if the message
325         is signed.
326         (epa-decrypt-region): New command.
327         (epa-verify-region): New command.
328         (epa-decrypt-armor-in-region): New command.
329         (epa-verify-armor-in-region): New command.
330         (epa-sign-region): New command.
331         (epa-encrypt-region): New command.
332
333 2006-05-11  Daiki Ueno  <ueno@unixuser.org>
334
335         * epa.el (epa-armor): New user option.
336         (epa-textmode): New user option.
337
338 2006-05-02  Daiki Ueno  <ueno@unixuser.org>
339
340         * epg.el (epg-make-key-signature): New object epg-key-signature.
341         (epg-list-keys): Collect key signatures.
342         (epg-make-sub-key): Renamed secret -> secret-p.
343         (epg-list-keys-postprocess-one-key): Abolished.
344         (epg-list-keys): Reverse all keys, sub-keys, user-ids, and key
345         signatures by itself.
346         (epg-no-data-reason-alist): New constant.
347         (epg-unexpected-reason-alist): New constant.
348
349 2006-05-01  Daiki Ueno  <ueno@unixuser.org>
350
351         * epg.el (epg-invalid-recipients-reason-alist): Renamed.
352         (epg-delete-problem-reason-alist): Renamed.
353         (epg-import-ok-reason-alist): New constant.
354         (epg-import-problem-reason-alist): New constant.
355         (epg-status-IMPORTED): New function.
356         (epg-status-IMPORT_OK): New function.
357         (epg-status-IMPORT_PROBLEM): New function.
358         (epg-start-import-keys): Don't use a temporary output file.
359         (epg-start-receive-keys): New function.
360         (epg-import-keys-from-server): New function.
361         (epg-receive-keys): Alias to epg-import-keys-from-server.
362
363 2006-05-01  Daiki Ueno  <ueno@unixuser.org>
364
365         * epg.el (epg-start): Signal an error if the process of CONTEXT is
366         already running for other operations.
367         (epg-flush): Abolished.
368         (epg-start-generate-key): New function.
369         (epg-generate-key-from-file): New function.
370         (epg-generate-key-from-string): New function.
371         (epg-status-KEY_CREATED): New function.
372         (epg-status-KEY_NOT_CREATED): New function.
373         (epg-new-signature-type-alist): New variable.
374         (epg-make-new-signature): New object epg-new-signature.
375         (epg-status-SIG_CREATED): Set epg-new-signature object.
376         (epg-new-signature-to-string): New function.
377         (epg-make-signature): Added slots for signature class and version.
378         (epg-start-sign): Fixed rule of the MODE argument.
379
380 2006-04-30  Daiki Ueno  <ueno@unixuser.org>
381
382         * epa.el (epa-delete-keys): Support deletion of secret keys.
383
384         * pgg-epg.el (pgg-epg-decrypt-region): Convert line endings of the
385         decrypted text.
386
387         * epg.el (epg-read-output): Don't convert line endings of the
388         output file.
389         (epg-cancel): Set 'error result.
390
391 2006-04-29  Daiki Ueno  <ueno@unixuser.org>
392
393         * epg.el (epg-make-signature): Removed user-id; added
394         creation-time, expiration-time, pubkey-algorithm,
395         digest-algorithm.
396         (epg-process-sentinel): Abolished.
397         (epg-signature-to-string): Decode DN.
398         (epg-list-keys): Cache user-id in epg-user-id-alist.
399         (epg-make-user-id): Renamed name -> string.
400
401 2006-04-29  Daiki Ueno  <ueno@unixuser.org>
402
403         * epg.el (epg-status-ERRSIG): New function.
404         (epg-verify-file): Signal an error if we encounter ERRSIG status.
405         (epg-verify-string): Ditto.
406
407 2006-04-28  Daiki Ueno  <ueno@unixuser.org>
408
409         * epg.el: Added typecheck to accessors to objects.
410
411 2006-04-26  Daiki Ueno  <ueno@unixuser.org>
412
413         * epg.el (epg-status-GET_HIDDEN): Pass epg-context as the first
414         argument of passphrase-callback.
415         (epg-status-PROGRESS): Ditto.
416
417 2006-04-26  Daiki Ueno  <ueno@unixuser.org>
418
419         * epa.el (epa-select-keys): Don't set inhibit-quit when
420         recursive-edit is called.
421         (epg-cancel): New function.
422
423 2006-04-25  Daiki Ueno  <ueno@unixuser.org>
424
425         * epg.el (epg-process-sentinel): New function; set 'error if gpg
426         process exited abnormally, but we have not received an error
427         response from it.
428         (epg-sign-file): Signal an error only when a signature is not
429         created.
430         (epg-sign-string): Ditto.
431         (epg-encrypt-file): Signal an error if SIGN is specified and
432         signature is not created.
433         (epg-encrypt-string): Ditto.
434
435 2006-04-22  Daiki Ueno  <ueno@unixuser.org>
436
437         * epa.el (epa-key-widget-value-create): Decode DN.
438         (epa-list-keys): Add the PROTOCOL argument.
439         (epa-select-keys): Require CONTEXT as the first argument.
440
441         * epg.el (epg-gpgsm-program): New user option.
442         (epg-dn-type-alist): New variable.
443         (epg-start): Don't specify --command-fd if protocol is CMS.
444         (epg-list-keys): Require CONTEXT as the first argument.
445         (epg-dn-from-string): New function.
446         (epg-decode-dn): New function.
447
448 2006-04-21  Daiki Ueno  <ueno@unixuser.org>
449
450         * epa.el (epa-sign-keys): New command.
451
452         * epg.el (epg-start-sign-keys): New function.
453         (epg-sign-keys): New function.
454         (epg-status-GET_HIDDEN): Enable local quit.
455         (epg-status-GET_BOOL): Ditto.
456         (epg-status-GET_LINE): Ditto.
457
458 2006-04-20  Daiki Ueno  <ueno@unixuser.org>
459
460         * epa.el (epa-list-keys-1): Add 'epa-list-keys property to keylist
461         region.
462
463 2006-04-20  Daiki Ueno  <ueno@unixuser.org>
464
465         * pgg-epg.el (pgg-epg-secret-key-id-list): New variable.
466         (pgg-epg-passphrase-callback): New function.
467
468         * epa.el (epa-select-keys): Added "Cancel" button.
469
470 2006-04-20  Daiki Ueno  <ueno@unixuser.org>
471
472         * epg.el (epg-signature-to-string): New function.
473
474 2006-04-20  Daiki Ueno  <ueno@unixuser.org>
475
476         * epa-file.el (epa-file-write-region): RECIPIENTS is now a list of
477         key objects.
478         * epa-dired.el (epa-dired-do-encrypt): RECIPIENTS is now a list of
479         key objects.
480
481         * epa.el (epa-select-keys): Added MODE argument.
482         (epa-encrypt-file): RECIPIENTS is now a list of key objects.
483
484         * epg.el (epg-status-SIG_CREATED): New function.
485         (epg-start-sign): epg-context-signers is now a list of key objects.
486         (epg-start-encrypt): RECIPIENTS is now a list of key objects.
487
488 2006-04-19  Daiki Ueno  <ueno@unixuser.org>
489
490         * epa.el (epa-verify-file): Show results in minibuffer.
491         * epg.el (epg-debug-buffer): New variable.
492         (epg-flush): New function.
493
494 2006-04-18  Daiki Ueno  <ueno@unixuser.org>
495
496         * epa.el (epa-export-keys): New command.
497         * epg.el (epg-start-export-keys): Accept a list of epg-key object
498         instead of a regexp.
499
500 2006-04-18  Daiki Ueno  <ueno@unixuser.org>
501
502         * epa.el (epa-keys-mode-map): Bind epa-list-keys; epa-import-key.
503         (epa-import-key): New command.
504
505         * epg.el (epg-delete-problem-alist): New constant.
506         (epg-status-DELETE_PROBLEM): New function.
507         (epg-start-delete-key): New function.
508         (epg-delete-key): New function.
509         (epg-wait-for-completion): Add the NO-EOF argument.
510
511 2006-04-18  Daiki Ueno  <ueno@unixuser.org>
512
513         * epg.el (epg-start): Insert the command-line arguments to the
514         debug buffer.
515         (epg-start-encrypt): Wait for BEGIN_ENCRYPTION.
516         (epg-start-delete-key): New function.
517         (epg-delete-key): New function.
518
519         * epa.el (epa-key): New widget.
520         (epa-key-widget-action): New function.
521         (epa-key-widget-value-create): New function.
522         (epa-key-widget-button-face-get): New function.
523         (epa-key-widget-help-echo): New function.
524
525 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
526
527         * epa-file.el (epa-file-write-region): Check if START is a string.
528
529 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
530
531         * epa-file.el: Rewritten with file-name-handler.
532         (epa-file-handler): New variable.
533         (epa-file-enable): New command.
534         (epa-file-disable): New command.
535
536         * epa-setup.el: Call epa-file-enable.
537
538 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
539
540         * epa-file.el (epa-passphrase): New variable.
541         (epa-file-passphrase-callback-function): New function.
542         (epa-find-file): Reset buffer-undo-list; set
543         buffer-file-coding-system to last-coding-system-used after
544         decoding.
545
546 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
547
548         * epa-file.el (epa-write-file): Try to write region to "/" to get
549         last-coding-system-used to be set.
550
551 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
552
553         * epa-file.el: New implementation of epf.el.
554
555         * epf.el: Abolished.
556
557 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
558
559         * epa.el (epa-verify-file): Display verify result.
560
561         * epg.el (epg-invalid-recipients-alist): New variable.
562         (epg-status-INV_RECP): New function.
563         (epg-status-NO_RECP): New function.
564
565         * epa.el (epa-keys-mode-map): Bind epa-decrypt-file,
566         epa-verify-file, epa-sign-file, and epa-encrypt-file.
567         (epa-decrypt-file): New function imported from epa-dired.el.
568         (epa-verify-file): New function imported from epa-dired.el.
569         (epa-sign-file): New function imported from epa-dired.el.
570         (epa-encrypt-file): New function imported from epa-dired.el.
571
572 2006-04-16  Daiki Ueno  <ueno@unixuser.org>
573
574         * epa.el (epa-select-keys): Renamed from epa-ask-keys; use
575         recursive-edit.
576         * epa-dired.el (epa-dired-encrypt-file): Use epa-select-keys.
577
578 2006-04-16  Daiki Ueno  <ueno@unixuser.org>
579
580         * epa-setup.el: New file.
581         * epa-dired.el: New file.
582
583         * epg.el (epg-colons-pub-spec): Abolished.
584         (epg-colons-sec-spec): Abolished.
585         (epg-colons-uid-spec): Abolished.
586         (epg-colons-fpr-spec): Abolished.
587         (epg-key-validity-alist): New variable.
588         (epg-key-capablity-alist): New variable.
589         (epg-make-key): New object epg-key.
590         (epg-make-sub-key): New object epg-sub-key.
591         (epg-make-user-id): New object epg-user-id.
592         (epg-list-keys-1): Renamed from epg-list-keys.
593         (epg-list-keys): Rewritten.
594
595 2006-04-15  Daiki Ueno  <ueno@unixuser.org>
596
597         * epg.el (epg-list-keys): Make the NAME argument optional.
598
599 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
600
601         * epa.el: Added header.
602
603         * epg.el (epg-list-keys): Specify --with-fingerprint.
604         (epg-colons-fpr-spec): New variable.
605         (epg-colons-pub-spec): Renamed trust -> validity and ownertrust ->
606         owner-trust.
607         (epg-colons-sec-spec): Ditto.
608         (epg-colons-uid-spec): Renamed trust -> validity.
609
610 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
611
612         * epa.el: New file.
613
614         * epg.el (epg-cipher-algorithm-alist): New constant.
615         (epg-pubkey-algorithm-alist): New constant.
616         (epg-digest-algorithm-alist): New constant.
617         (epg-compress-algorithm-alist): New constant.
618         (epg-configuration): New function.
619         (epg-start): Don't specify --yes.
620
621 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
622
623         * epg.el (epg-make-data-from-file): New function.
624         (epg-make-data-from-string): New function.
625         (epg-data-file): New function.
626         (epg-data-string): New function.
627         (epg-start-decrypt): Get a cipher text from a data object.
628         (epg-delete-output-file): New function.
629         (epg-decrypt-file): Add the 3rd argument PLAIN to specify where
630         the output goes.
631         (epg-start-verify): Get a signature and signed-text from a data
632         object.
633         (epg-verify-file): Added the 3rd argument PLAIN to specify where
634         the output goes; return the plain text if PLAIN is nil.
635         (epg-verify-string): Return the plain text.
636         (epg-start-sign): Get a plain text from a data object.
637         (epg-sign-file): Added the 3rd argument SIGNATURE to specify where
638         the output goes.
639         (epg-start-encrypt): Get a plain text from a data object.
640         (epg-encrypt-file): Added the 4th argument CIPHER to specify where
641         the output goes.
642         (epg-start-import-keys): Get keys from a data object.
643         (epg-import-keys-1): New function.
644         (epg-import-keys-from-file): Use it.
645         (epg-import-keys-from-string): Use it.
646
647 2006-04-12  Daiki Ueno  <ueno@unixuser.org>
648
649         * epf.el: Renamed from epg-file.el.
650
651 2006-04-12  Daiki Ueno  <ueno@unixuser.org>
652
653         * epg.el (epg-status-GET_BOOL): New function.
654         (epg-status-GET_LINE): New function.
655         (epg-prompt-alist): New variable, to be filled.
656
657         * pgg-epg.el (mml2015-gpg-extract-signature-details): New function.
658         * epg.el (epg-signature-fingerprint): New function.
659         (epg-signature-set-fingerprint): New function.
660         (epg-status-VALIDSIG): New function.
661
662         * epg.el (epg-reset): Don't reset result.
663         (epg-start-decrypt): Reset result before epg-start.
664         (epg-start-verify): Ditto.
665         (epg-start-sign): Ditto.
666         (epg-start-encrypt): Ditto.
667         (epg-start-export-keys): Ditto.
668         (epg-start-import-keys): Ditto.
669
670         * Makefile.am (EXTRA_DIST): Added pgg-epg.el.
671         * pgg-epg.el: New file.
672
673         * epg.el (epg-start-export-keys): New function.
674         (epg-export-keys): New function.
675         (epg-start-import-keys): New function.
676         (epg-import-keys): New function.
677         (epg-verify-file): New function.
678
679         * epg-file.el (epg-file-write-region): Support public key encryption.
680
681         * epg.el (epg-passphrase-callback-function): Always display key-id.
682