2 * Copyright (C) 2001,2002 Oliver Ehli <elmy@acm.org>
3 * Copyright (C) 2004 g10 Code GmbH
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21 #ifdef CRYPT_BACKEND_CLASSIC_SMIME
23 #include "mutt_crypt.h"
29 void smime_void_passphrase (void);
30 int smime_valid_passphrase (void);
32 int smime_decrypt_mime (FILE *, FILE **, BODY *, BODY **);
34 int smime_application_smime_handler (BODY *, STATE *);
37 BODY* smime_sign_message (BODY *);
39 BODY* smime_build_smime_entity (BODY *, char *);
41 int smime_verify_one(BODY *, STATE *, const char *);
44 int smime_verify_sender(HEADER *);
47 char* smime_get_field_from_db (char *, char *, short, short);
49 void smime_getkeys (ENVELOPE *);
51 char* smime_ask_for_key (char *, char *, short);
53 char *smime_findKeys (ADDRESS *to, ADDRESS *cc, ADDRESS *bcc);
55 void smime_invoke_import (char *, char *);
57 int smime_send_menu (HEADER *msg, int *redraw);