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