1 2006-04-13 Daiki Ueno <ueno@unixuser.org>
3 * epa.el: Added header.
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 ->
9 (epg-colons-sec-spec): Ditto.
10 (epg-colons-uid-spec): Renamed trust -> validity.
12 2006-04-13 Daiki Ueno <ueno@unixuser.org>
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.
23 2006-04-13 Daiki Ueno <ueno@unixuser.org>
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
33 (epg-start-verify): Get a signature and signed-text from a data
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
41 (epg-start-encrypt): Get a plain text from a data object.
42 (epg-encrypt-file): Added the 4th argument CIPHER to specify where
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.
49 2006-04-12 Daiki Ueno <ueno@unixuser.org>
51 * epf.el: Renamed from epg-file.el.
53 2006-04-12 Daiki Ueno <ueno@unixuser.org>
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.
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.
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.
72 * Makefile.am (EXTRA_DIST): Added pgg-epg.el.
73 * pgg-epg.el: New file.
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.
81 * epg-file.el (epg-file-write-region): Support public key encryption.
83 * epg.el (epg-passphrase-callback-function): Always display key-id.