* epa.el (epa-select-keys): Renamed from epa-ask-keys; use
[elisp/epg.git] / ChangeLog
1 2006-04-16  Daiki Ueno  <ueno@unixuser.org>
2
3         * epa.el (epa-select-keys): Renamed from epa-ask-keys; use
4         recursive-edit.
5         * epa-dired.el (epa-dired-encrypt-file): Use epa-select-keys.
6
7 2006-04-16  Daiki Ueno  <ueno@unixuser.org>
8
9         * epa-setup.el: New file.
10         * epa-dired.el: New file.
11
12         * epg.el (epg-colons-pub-spec): Abolished.
13         (epg-colons-sec-spec): Abolished.
14         (epg-colons-uid-spec): Abolished.
15         (epg-colons-fpr-spec): Abolished.
16         (epg-key-validity-alist): New variable.
17         (epg-key-capablity-alist): New variable.
18         (epg-make-key): New object epg-key.
19         (epg-make-sub-key): New object epg-sub-key.
20         (epg-make-user-id): New object epg-user-id.
21         (epg-list-keys-1): Renamed from epg-list-keys.
22         (epg-list-keys): Rewritten.
23
24 2006-04-15  Daiki Ueno  <ueno@unixuser.org>
25
26         * epg.el (epg-list-keys): Make the NAME argument optional.
27
28 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
29
30         * epa.el: Added header.
31
32         * epg.el (epg-list-keys): Specify --with-fingerprint.
33         (epg-colons-fpr-spec): New variable.
34         (epg-colons-pub-spec): Renamed trust -> validity and ownertrust ->
35         owner-trust.
36         (epg-colons-sec-spec): Ditto.
37         (epg-colons-uid-spec): Renamed trust -> validity.
38
39 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
40
41         * epa.el: New file.
42
43         * epg.el (epg-cipher-algorithm-alist): New constant.
44         (epg-pubkey-algorithm-alist): New constant.
45         (epg-digest-algorithm-alist): New constant.
46         (epg-compress-algorithm-alist): New constant.
47         (epg-configuration): New function.
48         (epg-start): Don't specify --yes.
49
50 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
51
52         * epg.el (epg-make-data-from-file): New function.
53         (epg-make-data-from-string): New function.
54         (epg-data-file): New function.
55         (epg-data-string): New function.
56         (epg-start-decrypt): Get a cipher text from a data object.
57         (epg-delete-output-file): New function.
58         (epg-decrypt-file): Add the 3rd argument PLAIN to specify where
59         the output goes.
60         (epg-start-verify): Get a signature and signed-text from a data
61         object.
62         (epg-verify-file): Added the 3rd argument PLAIN to specify where
63         the output goes; return the plain text if PLAIN is nil.
64         (epg-verify-string): Return the plain text.
65         (epg-start-sign): Get a plain text from a data object.
66         (epg-sign-file): Added the 3rd argument SIGNATURE to specify where
67         the output goes.
68         (epg-start-encrypt): Get a plain text from a data object.
69         (epg-encrypt-file): Added the 4th argument CIPHER to specify where
70         the output goes.
71         (epg-start-import-keys): Get keys from a data object.
72         (epg-import-keys-1): New function.
73         (epg-import-keys-from-file): Use it.
74         (epg-import-keys-from-string): Use it.
75
76 2006-04-12  Daiki Ueno  <ueno@unixuser.org>
77
78         * epf.el: Renamed from epg-file.el.
79
80 2006-04-12  Daiki Ueno  <ueno@unixuser.org>
81
82         * epg.el (epg-status-GET_BOOL): New function.
83         (epg-status-GET_LINE): New function.
84         (epg-prompt-alist): New variable, to be filled.
85
86         * pgg-epg.el (mml2015-gpg-extract-signature-details): New function.
87         * epg.el (epg-signature-fingerprint): New function.
88         (epg-signature-set-fingerprint): New function.
89         (epg-status-VALIDSIG): New function.
90
91         * epg.el (epg-reset): Don't reset result.
92         (epg-start-decrypt): Reset result before epg-start.
93         (epg-start-verify): Ditto.
94         (epg-start-sign): Ditto.
95         (epg-start-encrypt): Ditto.
96         (epg-start-export-keys): Ditto.
97         (epg-start-import-keys): Ditto.
98
99         * Makefile.am (EXTRA_DIST): Added pgg-epg.el.
100         * pgg-epg.el: New file.
101
102         * epg.el (epg-start-export-keys): New function.
103         (epg-export-keys): New function.
104         (epg-start-import-keys): New function.
105         (epg-import-keys): New function.
106         (epg-verify-file): New function.
107
108         * epg-file.el (epg-file-write-region): Support public key encryption.
109
110         * epg.el (epg-passphrase-callback-function): Always display key-id.
111