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