Server IP : 111.118.215.189 / Your IP : 18.117.158.174 Web Server : Apache System : Linux md-in-83.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : a1673wkz ( 2475) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/emacs/24.3/lisp/gnus/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
;ELC ;;; Compiled by mockbuild@buildfarm06-new.corp.cloudlinux.com on Fri Oct 11 10:10:16 2024 ;;; from file /builddir/build/BUILD/emacs-24.3/lisp/gnus/mml-sec.el ;;; in Emacs version 24.3.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301\302\"\210\300\303\302\"\210\300\304\305\"\210\300\306\305\"\210\300\307\310\"\210\300\311\312\"\210\300\313\314\"\210\300\315\314\"\210\300\316\314\"\210\300\317\314\"\210\300\320\314\"\210\300\321\314\"\207" [autoload mml2015-sign "mml2015" mml2015-encrypt mml1991-sign "mml1991" mml1991-encrypt message-goto-body "message" mml-insert-tag "mml" mml-smime-sign "mml-smime" mml-smime-encrypt mml-smime-sign-query mml-smime-encrypt-query mml-smime-verify mml-smime-verify-test] 3) #@33 Alist of MIME signer functions. (defvar mml-sign-alist '(("smime" mml-smime-sign-buffer mml-smime-sign-query) ("pgp" mml-pgp-sign-buffer list) ("pgpauto" mml-pgpauto-sign-buffer list) ("pgpmime" mml-pgpmime-sign-buffer list)) (#$ . 1055)) #@73 Default sign method. The string must have an entry in `mml-sign-alist'. (custom-declare-variable 'mml-default-sign-method "pgpmime" '(#$ . 1300) :version "22.1" :type '(choice (const "smime") (const "pgp") (const "pgpauto") (const "pgpmime") string) :group 'message) #@37 Alist of MIME encryption functions. (defvar mml-encrypt-alist '(("smime" mml-smime-encrypt-buffer mml-smime-encrypt-query) ("pgp" mml-pgp-encrypt-buffer list) ("pgpauto" mml-pgpauto-sign-buffer list) ("pgpmime" mml-pgpmime-encrypt-buffer list)) (#$ . 1573)) (byte-code "\300\301\302\303\304\305\306\307\310\311& \210\300\312\313\314\304\305\310\311\306\315& \210\300\316\317\320\310\311\306\321&\210\300\322\323\324\310\311\306\321&\210\300\325\326\327\310\311\306\330&\207" [custom-declare-variable mml-default-encrypt-method "pgpmime" "Default encryption method.\nThe string must have an entry in `mml-encrypt-alist'." :version "22.1" :type (choice (const "smime") (const "pgp") (const "pgpauto") (const "pgpmime") string) :group message mml-signencrypt-style-alist '(("smime" separate) ("pgp" combined) ("pgpauto" combined) ("pgpmime" combined)) "Alist specifying if `signencrypt' results in two separate operations or not.\nThe first entry indicates the MML security type, valid entries include\nthe strings \"smime\", \"pgp\", and \"pgpmime\". The second entry is\na symbol `separate' or `combined' where `separate' means that MML signs\nand encrypt messages in a two step process, and `combined' means that MML\nsigns and encrypt the message in one step.\n\nNote that the output generated by using a `combined' mode is NOT\nunderstood by all PGP implementations, in particular PGP version\n2 does not support it! See Info node `(message)Security' for\ndetails." (repeat (list (choice (const :tag "S/MIME" "smime") (const :tag "PGP" "pgp") (const :tag "PGP/MIME" "pgpmime") (string :tag "User defined")) (choice (const :tag "Separate" separate) (const :tag "Combined" combined)))) mml-secure-verbose nil "If non-nil, ask the user about the current operation more verbosely." boolean mml-secure-cache-passphrase (if (boundp 'password-cache) password-cache t) "If t, cache passphrase." mml-secure-passphrase-cache-expiry (if (boundp 'password-cache-expiry) password-cache-expiry 16) "How many seconds the passphrase is cached.\nWhether the passphrase is cached at all is controlled by\n`mml-secure-cache-passphrase'." integer] 10) #@463 Function for setting/getting the signencrypt-style used. Takes two arguments, the method (e.g. "pgp") and optionally the mode (e.g. combined). If the mode is omitted, the current value is returned. For example, if you prefer to use combined sign & encrypt with smime, putting the following in your Gnus startup file will enable that behavior: (mml-set-signencrypt-style "smime" combined) You can also customize or set `mml-signencrypt-style-alist' instead. (defalias 'mml-signencrypt-style #[(method &optional style) "\306 \"\211\203( \307=\204 \310=\203 \n\211A\240)\202+ \n\211A@)\202+ \311\312!)\207" [method mml-signencrypt-style-alist style-item style #1=#:v x assoc separate combined message "Warning, attempt to set invalid signencrypt style"] 4 (#$ . 3719)]) (defalias 'mml-smime-sign-buffer #[(cont) "\301!\206 \302\303!\207" [cont mml-smime-sign error "Signing failed... inspect message logs for errors"] 2]) (defalias 'mml-smime-encrypt-buffer #[(cont &optional sign) "\203\f \302\303!\210\304\305!\210\306 !\206 \307\310!\207" [sign cont message "Combined sign and encrypt S/MIME not support yet" sit-for 1 mml-smime-encrypt error "Encryption failed... inspect message logs for errors"] 2]) (defalias 'mml-pgp-sign-buffer #[(cont) "\301!\206 \302\303!\207" [cont mml1991-sign error "Signing failed... inspect message logs for errors"] 2]) (defalias 'mml-pgp-encrypt-buffer #[(cont &optional sign) "\302 \"\206\n \303\304!\207" [cont sign mml1991-encrypt error "Encryption failed... inspect message logs for errors"] 3]) (defalias 'mml-pgpmime-sign-buffer #[(cont) "\301!\206 \302\303!\207" [cont mml2015-sign error "Signing failed... inspect message logs for errors"] 2]) (defalias 'mml-pgpmime-encrypt-buffer #[(cont &optional sign) "\302 \"\206\n \303\304!\207" [cont sign mml2015-encrypt error "Encryption failed... inspect message logs for errors"] 3]) (defalias 'mml-pgpauto-sign-buffer #[(cont) "\301 \210\302\303\304\305#\203 \306!\202 \307!\206 \310\311!\207" [cont message-goto-body re-search-backward "Content-Type: *multipart/.*" nil t mml2015-sign mml1991-sign error "Encryption failed... inspect message logs for errors"] 4]) (defalias 'mml-pgpauto-encrypt-buffer #[(cont &optional sign) "\302 \210\303\304\305\306#\203 \307 \"\202 \310 \"\206 \311\312!\207" [cont sign message-goto-body re-search-backward "Content-Type: *multipart/.*" nil t mml2015-encrypt mml1991-encrypt error "Encryption failed... inspect message logs for errors"] 4]) (defalias 'mml-secure-part #[(method &optional sign) "\212\306\307 \203\f \n\202 \"8 \310\311\312\313#\203V \314\225b\210 \203% \315\202&