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