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