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