X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypt.h;h=e6db9b71fa2d311418cdc6f8dced8d922a2e50a7;hp=12acc61f83c6d134f0bd52036a0c44966ef2e29e;hb=7d9dec2f12342892c972bed1ece496b03180cd81;hpb=576172ff50f9dd94dd2f5cc91d247c1e50dbe7fc diff --git a/crypt.h b/crypt.h index 12acc61..e6db9b7 100644 --- a/crypt.h +++ b/crypt.h @@ -59,19 +59,10 @@ #define KEYFLAG_ABILITIES (KEYFLAG_CANSIGN|KEYFLAG_CANENCRYPT|KEYFLAG_PREFER_ENCRYPTION|KEYFLAG_PREFER_SIGNING) -/*-- new API --*/ - -void crypt_invoke_import(FILE *stream, int smime); int crypt_send_menu(HEADER *msg, int *redraw, int smime); -int crypt_verify_one(BODY *, STATE *s, FILE *fp, int smime); - - -/*-- crypt.c --*/ - int mutt_protect (HEADER *, char *); int mutt_signed_handler (BODY *, STATE *); int mutt_parse_crypt_hdr (char *, int); -void convert_to_7bit (BODY *); /* Check out the type of encryption used and set the cached status values if there are any. */ @@ -107,13 +98,6 @@ int crypt_pgp_check_traditional (FILE * fp, BODY * b, int tagged_only); /* Generate a PGP public key attachment. */ BODY *crypt_pgp_make_key_attachment (char *tempf); -/* Create a new body with a PGP signed message from A. */ -BODY *crypt_pgp_sign_message (BODY * a); - -/* Warning: A is no longer freed in this routine, you need to free it - later. This is necessary for $fcc_attach. */ -BODY *crypt_pgp_encrypt_message (BODY * a, char *keylist, int sign); - /* fixme: needs documentation */ void crypt_pgp_extract_keys_from_attachment_list (FILE * fp, int tag, BODY * top); @@ -131,10 +115,4 @@ void crypt_smime_getkeys (ENVELOPE * env); /* Check that the sender matches. */ int crypt_smime_verify_sender (HEADER * h); -/* fixme: Needs documentation. */ -BODY *crypt_smime_sign_message (BODY * a); - -/* fixme: needs documentation. */ -BODY *crypt_smime_build_smime_entity (BODY * a, char *certlist); - #endif /*MUTT_CRYPT_H */