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