* epg.el (epg-start): Don't specify --yes.
[elisp/epg.git] / ChangeLog
1 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
2
3         * epg.el (epg-cipher-algorithm-alist): New constant.
4         (epg-pubkey-algorithm-alist): New constant.
5         (epg-digest-algorithm-alist): New constant.
6         (epg-compress-algorithm-alist): New constant.
7         (epg-configuration): New function.
8         (epg-start): Don't specify --yes.
9
10 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
11
12         * epg.el (epg-make-data-from-file): New function.
13         (epg-make-data-from-string): New function.
14         (epg-data-file): New function.
15         (epg-data-string): New function.
16         (epg-start-decrypt): Get a cipher text from a data object.
17         (epg-delete-output-file): New function.
18         (epg-decrypt-file): Add the 3rd argument PLAIN to specify where
19         the output goes.
20         (epg-start-verify): Get a signature and signed-text from a data
21         object.
22         (epg-verify-file): Added the 3rd argument PLAIN to specify where
23         the output goes; return the plain text if PLAIN is nil.
24         (epg-verify-string): Return the plain text.
25         (epg-start-sign): Get a plain text from a data object.
26         (epg-sign-file): Added the 3rd argument SIGNATURE to specify where
27         the output goes.
28         (epg-start-encrypt): Get a plain text from a data object.
29         (epg-encrypt-file): Added the 4th argument CIPHER to specify where
30         the output goes.
31         (epg-start-import-keys): Get keys from a data object.
32         (epg-import-keys-1): New function.
33         (epg-import-keys-from-file): Use it.
34         (epg-import-keys-from-string): Use it.
35
36 2006-04-12  Daiki Ueno  <ueno@unixuser.org>
37
38         * epf.el: Renamed from epg-file.el.
39
40 2006-04-12  Daiki Ueno  <ueno@unixuser.org>
41
42         * epg.el (epg-status-GET_BOOL): New function.
43         (epg-status-GET_LINE): New function.
44         (epg-prompt-alist): New variable, to be filled.
45
46         * pgg-epg.el (mml2015-gpg-extract-signature-details): New function.
47         * epg.el (epg-signature-fingerprint): New function.
48         (epg-signature-set-fingerprint): New function.
49         (epg-status-VALIDSIG): New function.
50
51         * epg.el (epg-reset): Don't reset result.
52         (epg-start-decrypt): Reset result before epg-start.
53         (epg-start-verify): Ditto.
54         (epg-start-sign): Ditto.
55         (epg-start-encrypt): Ditto.
56         (epg-start-export-keys): Ditto.
57         (epg-start-import-keys): Ditto.
58
59         * Makefile.am (EXTRA_DIST): Added pgg-epg.el.
60         * pgg-epg.el: New file.
61
62         * epg.el (epg-start-export-keys): New function.
63         (epg-export-keys): New function.
64         (epg-start-import-keys): New function.
65         (epg-import-keys): New function.
66         (epg-verify-file): New function.
67
68         * epg-file.el (epg-file-write-region): Support public key encryption.
69
70         * epg.el (epg-passphrase-callback-function): Always display key-id.
71