diff options
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index d4a18f865b..c75824811d 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,21 @@ 2001-05-14 Jeffrey Stedfast <fejj@ximian.com> + * camel-smime-context.c: Lots of fixes to get this to almost + compile. Still struggling with the fact that CERTCertDBHandle is + an "incomplete type". *sigh*. + + * camel-smime.c (camel_smime_part_verify): Updated to pass in a + hash argument to camel_smime_verify(). + + * camel-pgp-mime.c (camel_pgp_mime_part_verify): Update according + to the changes in the context API. + + * camel-pgp-context.c (pgp_verify): Updated to take a + CamelCipherHash argument. + + * camel-cipher-context.c (camel_cipher_verify): Now takes a hash + argument since the S/MIME code needs this. + * Makefile.am: Add camel-smime-context.[c,h] and camel-smime.[c,h] to the build. |