diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-12-12 07:07:01 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-12-12 07:07:01 +0800 |
commit | 6f20275b96e58ece5cf300bd382ba47d04398bd0 (patch) | |
tree | e5b8a648f32ea1e62f55d99b1d4c45a74707db4d /mail/ChangeLog | |
parent | 26eee7328031f78b063ab71265ef4fddc8619c72 (diff) | |
download | gsoc2013-evolution-6f20275b96e58ece5cf300bd382ba47d04398bd0.tar gsoc2013-evolution-6f20275b96e58ece5cf300bd382ba47d04398bd0.tar.gz gsoc2013-evolution-6f20275b96e58ece5cf300bd382ba47d04398bd0.tar.bz2 gsoc2013-evolution-6f20275b96e58ece5cf300bd382ba47d04398bd0.tar.lz gsoc2013-evolution-6f20275b96e58ece5cf300bd382ba47d04398bd0.tar.xz gsoc2013-evolution-6f20275b96e58ece5cf300bd382ba47d04398bd0.tar.zst gsoc2013-evolution-6f20275b96e58ece5cf300bd382ba47d04398bd0.zip |
Updated to reflect arguments to the openpgp functions - now also takes an
2000-12-11 Jeffrey Stedfast <fejj@helixcode.com>
* mail-format.c (decode_pgp): Updated to reflect arguments to the
openpgp functions - now also takes an outlen argument.
(try_inline_pgp): Updated.
(handle_multipart_encrypted): Updated here too.
* mail-crypto.c (crypto_exec_with_passwd): Updated to handle
binary streams and such.
(mail_crypto_openpgp_encrypt): Always initialize the passwd_fds
even if we don't plan on signing. Added an 'inlen' to specify the
length of the input data (as it could be binary). Also added a
'userid' argument for cases when we want to sign as well as
encrypt.
(mail_crypto_openpgp_decrypt): Updated to take an outlen argument
in case the ciphertext is encrypted binary data.
(mail_crypto_openpgp_clearsign): Added a 'hash' and 'detach'
arguments. 'hash' allows the program to specify the preferred hash
function (which will come in handy when generating
PGP/MIME). 'detach' allows the program to specify whether it wants
a detached signature or the entire signed text.
svn path=/trunk/; revision=6921
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 617e4c24f8..a769558880 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,25 @@ +2000-12-11 Jeffrey Stedfast <fejj@helixcode.com> + + * mail-format.c (decode_pgp): Updated to reflect arguments to the + openpgp functions - now also takes an outlen argument. + (try_inline_pgp): Updated. + (handle_multipart_encrypted): Updated here too. + + * mail-crypto.c (crypto_exec_with_passwd): Updated to handle + binary streams and such. + (mail_crypto_openpgp_encrypt): Always initialize the passwd_fds + even if we don't plan on signing. Added an 'inlen' to specify the + length of the input data (as it could be binary). Also added a + 'userid' argument for cases when we want to sign as well as + encrypt. + (mail_crypto_openpgp_decrypt): Updated to take an outlen argument + in case the ciphertext is encrypted binary data. + (mail_crypto_openpgp_clearsign): Added a 'hash' and 'detach' + arguments. 'hash' allows the program to specify the preferred hash + function (which will come in handy when generating + PGP/MIME). 'detach' allows the program to specify whether it wants + a detached signature or the entire signed text. + 2000-12-11 Dan Winship <danw@helixcode.com> * message-list.c: Remove the never-once-used BonoboObject stuff |