File: mml-sec.el.html

Defined variables (19)

mml-default-encrypt-methodDefault encryption method.
mml-default-sign-methodDefault sign method.
mml-encrypt-alistAlist of MIME encryption functions.
mml-secure-cache-passphraseIf t, cache OpenPGP or S/MIME passphrases inside Emacs.
mml-secure-fail-when-key-problemIf t, raise an error if some key is missing or several keys exist.
mml-secure-key-preferencesProtocol- and usage-specific fingerprints of preferred keys.
mml-secure-methodCurrent security method. Internal variable.
mml-secure-openpgp-always-trustIf t, skip key validation of GnuPG on encryption.
mml-secure-openpgp-encrypt-to-selfList of own key ID(s) or t; determines additional recipients with OpenPGP.
mml-secure-openpgp-sign-with-senderIf t, use message sender to find an OpenPGP key to sign with.
mml-secure-openpgp-signersA list of your own key ID(s) which will be used to sign OpenPGP messages.
mml-secure-passphrase-cache-expiryHow many seconds the passphrase is cached.
mml-secure-safe-bcc-listList of e-mail addresses that are safe to use in Bcc headers.
mml-secure-smime-encrypt-to-selfList of own key ID(s) or t; determines additional recipients with S/MIME.
mml-secure-smime-sign-with-senderIf t, use message sender to find an S/MIME key to sign with.
mml-secure-smime-signersA list of your own key ID(s) which will be used to sign S/MIME messages.
mml-secure-verboseIf non-nil, ask the user about the current operation more verbosely.
mml-sign-alistAlist of MIME signer functions.
mml-signencrypt-style-alistAlist specifying if ‘signencrypt’ results in two separate operations or not.

Defined functions (60)

mml-pgp-encrypt-buffer(CONT &optional SIGN)
mml-pgp-sign-buffer(CONT)
mml-pgpauto-encrypt-buffer(CONT &optional SIGN)
mml-pgpauto-sign-buffer(CONT)
mml-pgpmime-encrypt-buffer(CONT &optional SIGN)
mml-pgpmime-sign-buffer(CONT)
mml-secure-add-secret-key-id(KEY-ID)
mml-secure-bcc-is-safe()
mml-secure-cache-expiry-interval(PROTOCOL)
mml-secure-cache-passphrase-p(PROTOCOL)
mml-secure-check-sub-key(CONTEXT KEY USAGE &optional FINGERPRINT)
mml-secure-check-user-id(KEY RECIPIENT)
mml-secure-clear-secret-key-id-list()
mml-secure-cust-fpr-lookup(CONTEXT USAGE NAME)
mml-secure-cust-record-keys(CONTEXT USAGE NAME KEYS &optional SAVE)
mml-secure-cust-remove-keys(CONTEXT USAGE NAME)
mml-secure-cust-usage-lookup(CONTEXT USAGE)
mml-secure-encrypt(&optional METHOD)
mml-secure-encrypt-pgp()
mml-secure-encrypt-pgpmime()
mml-secure-encrypt-smime()
mml-secure-epg-encrypt(PROTOCOL CONT &optional SIGN)
mml-secure-epg-sign(PROTOCOL MODE)
mml-secure-filter-keys(KEYS FPRS)
mml-secure-find-usable-keys(CONTEXT NAME USAGE &optional JUSTONE)
mml-secure-fingerprint(KEY)
mml-secure-is-encrypted-p(&optional TAG-PRESENT)
mml-secure-message(METHOD &optional MODESYM)
mml-secure-message-encrypt(&optional METHOD)
mml-secure-message-encrypt-pgp(&optional DONTSIGN)
mml-secure-message-encrypt-pgpauto(&optional DONTSIGN)
mml-secure-message-encrypt-pgpmime(&optional DONTSIGN)
mml-secure-message-encrypt-smime(&optional DONTSIGN)
mml-secure-message-sign(&optional METHOD)
mml-secure-message-sign-encrypt(&optional METHOD)
mml-secure-message-sign-pgp()
mml-secure-message-sign-pgpauto()
mml-secure-message-sign-pgpmime()
mml-secure-message-sign-smime()
mml-secure-normalize-cust-name(NAME)
mml-secure-part(METHOD &optional SIGN)
mml-secure-passphrase-callback(CONTEXT KEY-ID STANDARD)
mml-secure-recipients(PROTOCOL CONTEXT CONFIG SENDER)
mml-secure-secret-key-exists-p(CONTEXT SUBKEY)
mml-secure-select-keys(CONTEXT NAME KEYS USAGE)
mml-secure-select-keys-1(CONTEXT NAME KEYS USAGE MESSAGE)
mml-secure-select-preferred-keys(CONTEXT NAMES USAGE)
mml-secure-self-recipients(PROTOCOL SENDER)
mml-secure-sender-sign-query(PROTOCOL SENDER)
mml-secure-sign(&optional METHOD)
mml-secure-sign-pgp()
mml-secure-sign-pgpauto()
mml-secure-sign-pgpmime()
mml-secure-sign-smime()
mml-secure-signer-names(PROTOCOL SENDER)
mml-secure-signers(CONTEXT SIGNER-NAMES)
mml-signencrypt-style(METHOD &optional STYLE)
mml-smime-encrypt-buffer(CONT &optional SIGN)
mml-smime-sign-buffer(CONT)
mml-unsecure-message()

Defined faces (0)