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