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