From 0f436d9a223e24184eaea2a2c4be90151fd3260a Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 17 Apr 2001 22:18:25 +0000 Subject: New source files to handle Pkcs7 encryption, decryption, signing, and 2001-04-17 Jeffrey Stedfast * camel-pkcs7-context.[c,h]: New source files to handle Pkcs7 encryption, decryption, signing, and verifying. Not yet complete. I'm sensing this is going to take a while seeing as how NSS is just so well documented. svn path=/trunk/; revision=9435 --- camel/camel-cipher-context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'camel/camel-cipher-context.h') diff --git a/camel/camel-cipher-context.h b/camel/camel-cipher-context.h index a2f0dd885f..acc1a88f90 100644 --- a/camel/camel-cipher-context.h +++ b/camel/camel-cipher-context.h @@ -41,6 +41,7 @@ typedef struct _CamelCipherValidity CamelCipherValidity; typedef enum { CAMEL_CIPHER_HASH_DEFAULT, + CAMEL_CIPHER_HASH_MD2, CAMEL_CIPHER_HASH_MD5, CAMEL_CIPHER_HASH_SHA1 } CamelCipherHash; -- cgit v1.2.3