* epg.el (epg-sign-file): Signal an error only when a signature is not
[elisp/epg.git] / ChangeLog
1 2006-04-25  Daiki Ueno  <ueno@unixuser.org>
2
3         * epg.el (epg-process-sentinel): New function; set 'error if gpg
4         process exited abnormally, but we have not received an error
5         response from it.
6         (epg-sign-file): Signal an error only when a signature is not
7         created.
8         (epg-sign-string): Ditto.
9         (epg-encrypt-file): Signal an error if SIGN is specified and
10         signature is not created.
11         (epg-encrypt-string): Ditto.
12
13 2006-04-22  Daiki Ueno  <ueno@unixuser.org>
14
15         * epa.el (epa-key-widget-value-create): Decode DN.
16         (epa-list-keys): Add the PROTOCOL argument.
17         (epa-select-keys): Require CONTEXT as the first argument.
18
19         * epg.el (epg-gpgsm-program): New user option.
20         (epg-dn-type-alist): New variable.
21         (epg-start): Don't specify --command-fd if protocol is CMS.
22         (epg-list-keys): Require CONTEXT as the first argument.
23         (epg-dn-from-string): New function.
24         (epg-decode-dn): New function.
25
26 2006-04-21  Daiki Ueno  <ueno@unixuser.org>
27
28         * epa.el (epa-sign-keys): New command.
29
30         * epg.el (epg-start-sign-keys): New function.
31         (epg-sign-keys): New function.
32         (epg-status-GET_HIDDEN): Enable local quit.
33         (epg-status-GET_BOOL): Ditto.
34         (epg-status-GET_LINE): Ditto.
35
36 2006-04-20  Daiki Ueno  <ueno@unixuser.org>
37
38         * epa.el (epa-list-keys-1): Add 'epa-list-keys property to keylist
39         region.
40
41 2006-04-20  Daiki Ueno  <ueno@unixuser.org>
42
43         * pgg-epg.el (pgg-epg-secret-key-id-list): New variable.
44         (pgg-epg-passphrase-callback): New function.
45
46         * epa.el (epa-select-keys): Added "Cancel" button.
47
48 2006-04-20  Daiki Ueno  <ueno@unixuser.org>
49
50         * epg.el (epg-signature-to-string): New function.
51
52 2006-04-20  Daiki Ueno  <ueno@unixuser.org>
53
54         * epa-file.el (epa-file-write-region): RECIPIENTS is now a list of
55         key objects.
56         * epa-dired.el (epa-dired-do-encrypt): RECIPIENTS is now a list of
57         key objects.
58
59         * epa.el (epa-select-keys): Added MODE argument.
60         (epa-encrypt-file): RECIPIENTS is now a list of key objects.
61
62         * epg.el (epg-status-SIG_CREATED): New function.
63         (epg-start-sign): epg-context-signers is now a list of key objects.
64         (epg-start-encrypt): RECIPIENTS is now a list of key objects.
65
66 2006-04-19  Daiki Ueno  <ueno@unixuser.org>
67
68         * epa.el (epa-verify-file): Show results in minibuffer.
69         * epg.el (epg-debug-buffer): New variable.
70         (epg-flush): New function.
71
72 2006-04-18  Daiki Ueno  <ueno@unixuser.org>
73
74         * epa.el (epa-export-keys): New command.
75         * epg.el (epg-start-export-keys): Accept a list of epg-key object
76         instead of a regexp.
77
78 2006-04-18  Daiki Ueno  <ueno@unixuser.org>
79
80         * epa.el (epa-keys-mode-map): Bind epa-list-keys; epa-import-key.
81         (epa-import-key): New command.
82
83         * epg.el (epg-delete-problem-alist): New constant.
84         (epg-status-DELETE_PROBLEM): New function.
85         (epg-start-delete-key): New function.
86         (epg-delete-key): New function.
87         (epg-wait-for-completion): Add the NO-EOF argument.
88
89 2006-04-18  Daiki Ueno  <ueno@unixuser.org>
90
91         * epg.el (epg-start): Insert the command-line arguments to the
92         debug buffer.
93         (epg-start-encrypt): Wait for BEGIN_ENCRYPTION.
94         (epg-start-delete-key): New function.
95         (epg-delete-key): New function.
96
97         * epa.el (epa-key): New widget.
98         (epa-key-widget-action): New function.
99         (epa-key-widget-value-create): New function.
100         (epa-key-widget-button-face-get): New function.
101         (epa-key-widget-help-echo): New function.
102
103 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
104
105         * epa-file.el (epa-file-write-region): Check if START is a string.
106
107 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
108
109         * epa-file.el: Rewritten with file-name-handler.
110         (epa-file-handler): New variable.
111         (epa-file-enable): New command.
112         (epa-file-disable): New command.
113
114         * epa-setup.el: Call epa-file-enable.
115
116 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
117
118         * epa-file.el (epa-passphrase): New variable.
119         (epa-file-passphrase-callback-function): New function.
120         (epa-find-file): Reset buffer-undo-list; set
121         buffer-file-coding-system to last-coding-system-used after
122         decoding.
123
124 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
125
126         * epa-file.el (epa-write-file): Try to write region to "/" to get
127         last-coding-system-used to be set.
128
129 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
130
131         * epa-file.el: New implementation of epf.el.
132
133         * epf.el: Abolished.
134
135 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
136
137         * epa.el (epa-verify-file): Display verify result.
138
139         * epg.el (epg-invalid-recipients-alist): New variable.
140         (epg-status-INV_RECP): New function.
141         (epg-status-NO_RECP): New function.
142
143         * epa.el (epa-keys-mode-map): Bind epa-decrypt-file,
144         epa-verify-file, epa-sign-file, and epa-encrypt-file.
145         (epa-decrypt-file): New function imported from epa-dired.el.
146         (epa-verify-file): New function imported from epa-dired.el.
147         (epa-sign-file): New function imported from epa-dired.el.
148         (epa-encrypt-file): New function imported from epa-dired.el.
149
150 2006-04-16  Daiki Ueno  <ueno@unixuser.org>
151
152         * epa.el (epa-select-keys): Renamed from epa-ask-keys; use
153         recursive-edit.
154         * epa-dired.el (epa-dired-encrypt-file): Use epa-select-keys.
155
156 2006-04-16  Daiki Ueno  <ueno@unixuser.org>
157
158         * epa-setup.el: New file.
159         * epa-dired.el: New file.
160
161         * epg.el (epg-colons-pub-spec): Abolished.
162         (epg-colons-sec-spec): Abolished.
163         (epg-colons-uid-spec): Abolished.
164         (epg-colons-fpr-spec): Abolished.
165         (epg-key-validity-alist): New variable.
166         (epg-key-capablity-alist): New variable.
167         (epg-make-key): New object epg-key.
168         (epg-make-sub-key): New object epg-sub-key.
169         (epg-make-user-id): New object epg-user-id.
170         (epg-list-keys-1): Renamed from epg-list-keys.
171         (epg-list-keys): Rewritten.
172
173 2006-04-15  Daiki Ueno  <ueno@unixuser.org>
174
175         * epg.el (epg-list-keys): Make the NAME argument optional.
176
177 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
178
179         * epa.el: Added header.
180
181         * epg.el (epg-list-keys): Specify --with-fingerprint.
182         (epg-colons-fpr-spec): New variable.
183         (epg-colons-pub-spec): Renamed trust -> validity and ownertrust ->
184         owner-trust.
185         (epg-colons-sec-spec): Ditto.
186         (epg-colons-uid-spec): Renamed trust -> validity.
187
188 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
189
190         * epa.el: New file.
191
192         * epg.el (epg-cipher-algorithm-alist): New constant.
193         (epg-pubkey-algorithm-alist): New constant.
194         (epg-digest-algorithm-alist): New constant.
195         (epg-compress-algorithm-alist): New constant.
196         (epg-configuration): New function.
197         (epg-start): Don't specify --yes.
198
199 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
200
201         * epg.el (epg-make-data-from-file): New function.
202         (epg-make-data-from-string): New function.
203         (epg-data-file): New function.
204         (epg-data-string): New function.
205         (epg-start-decrypt): Get a cipher text from a data object.
206         (epg-delete-output-file): New function.
207         (epg-decrypt-file): Add the 3rd argument PLAIN to specify where
208         the output goes.
209         (epg-start-verify): Get a signature and signed-text from a data
210         object.
211         (epg-verify-file): Added the 3rd argument PLAIN to specify where
212         the output goes; return the plain text if PLAIN is nil.
213         (epg-verify-string): Return the plain text.
214         (epg-start-sign): Get a plain text from a data object.
215         (epg-sign-file): Added the 3rd argument SIGNATURE to specify where
216         the output goes.
217         (epg-start-encrypt): Get a plain text from a data object.
218         (epg-encrypt-file): Added the 4th argument CIPHER to specify where
219         the output goes.
220         (epg-start-import-keys): Get keys from a data object.
221         (epg-import-keys-1): New function.
222         (epg-import-keys-from-file): Use it.
223         (epg-import-keys-from-string): Use it.
224
225 2006-04-12  Daiki Ueno  <ueno@unixuser.org>
226
227         * epf.el: Renamed from epg-file.el.
228
229 2006-04-12  Daiki Ueno  <ueno@unixuser.org>
230
231         * epg.el (epg-status-GET_BOOL): New function.
232         (epg-status-GET_LINE): New function.
233         (epg-prompt-alist): New variable, to be filled.
234
235         * pgg-epg.el (mml2015-gpg-extract-signature-details): New function.
236         * epg.el (epg-signature-fingerprint): New function.
237         (epg-signature-set-fingerprint): New function.
238         (epg-status-VALIDSIG): New function.
239
240         * epg.el (epg-reset): Don't reset result.
241         (epg-start-decrypt): Reset result before epg-start.
242         (epg-start-verify): Ditto.
243         (epg-start-sign): Ditto.
244         (epg-start-encrypt): Ditto.
245         (epg-start-export-keys): Ditto.
246         (epg-start-import-keys): Ditto.
247
248         * Makefile.am (EXTRA_DIST): Added pgg-epg.el.
249         * pgg-epg.el: New file.
250
251         * epg.el (epg-start-export-keys): New function.
252         (epg-export-keys): New function.
253         (epg-start-import-keys): New function.
254         (epg-import-keys): New function.
255         (epg-verify-file): New function.
256
257         * epg-file.el (epg-file-write-region): Support public key encryption.
258
259         * epg.el (epg-passphrase-callback-function): Always display key-id.
260