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