NeoMutt  2025-09-05-55-g97fc89
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
expando_smime.h File Reference

Ncrypt Smime Expando definitions. More...

#include "expando/lib.h"
+ Include dependency graph for expando_smime.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const struct ExpandoRenderCallback SmimeCommandRenderCallbacks []
 Callbacks for Smime Command Expandos.
 

Detailed Description

Ncrypt Smime Expando definitions.

Authors
  • Richard Russon

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Definition in file expando_smime.h.

Variable Documentation

◆ SmimeCommandRenderCallbacks

const struct ExpandoRenderCallback SmimeCommandRenderCallbacks[]
extern

Callbacks for Smime Command Expandos.

See also
SmimeCommandFormatDef, ExpandoDataGlobal, ExpandoDataSmimeCmd

Definition at line 162 of file expando_smime.c.

162 {
163 // clang-format off
172 { -1, -1, NULL, NULL },
173 // clang-format on
174};
@ ED_SMIME_CMD
Smime Command ED_SMI_ ExpandoDataSmimeCmd.
Definition domain.h:55
static void smime_command_message_file(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf)
Smime Command: Filename of message - Implements get_string_t -.
static void smime_command_signature_file(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf)
Smime Command: Filename of signature - Implements get_string_t -.
static void smime_command_certificate_ids(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf)
Smime Command: certificate IDs - Implements get_string_t -.
static void smime_command_key(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf)
Smime Command: Key-pair - Implements get_string_t -.
static void smime_command_intermediate_ids(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf)
Smime Command: Intermediate certificates - Implements get_string_t -.
static void smime_command_digest_algorithm(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf)
Smime Command: Message digest algorithm - Implements get_string_t -.
static void smime_command_certificate_path(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf)
Smime Command: CA location - Implements get_string_t -.
static void smime_command_algorithm(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf)
Smime Command: algorithm - Implements get_string_t -.
@ ED_SMI_MESSAGE_FILE
SmimeCommandContext.fname.
Definition smime.h:81
@ ED_SMI_ALGORITHM
SmimeCommandContext.cryptalg.
Definition smime.h:75
@ ED_SMI_SIGNATURE_FILE
SmimeCommandContext.sig_fname.
Definition smime.h:82
@ ED_SMI_DIGEST_ALGORITHM
SmimeCommandContext.digestalg.
Definition smime.h:78
@ ED_SMI_CERTIFICATE_IDS
SmimeCommandContext.certificates.
Definition smime.h:76
@ ED_SMI_KEY
SmimeCommandContext.key.
Definition smime.h:80
@ ED_SMI_INTERMEDIATE_IDS
SmimeCommandContext.intermediates.
Definition smime.h:79
@ ED_SMI_CERTIFICATE_PATH
Path of Smime certificates.
Definition smime.h:77