|
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64 User : jackjohn ( 502) PHP Version : 5.3.17 Disable Function : NONE Directory : /usr/share/emacs/site-lisp/ |
Upload File : |
;ELC
;;; Compiled by mockbuild@c6b10.bsys.dev.centos.org on Wed Jul 17 09:53:57 2013
;;; from file /builddir/build/BUILD/emacs-23.1/site-lisp/ssl.el
;;; in Emacs version 23.1.1
;;; with all optimizations.
;;; This file uses dynamic docstrings, first added in Emacs 19.29.
(if (and (boundp 'emacs-version)
(< (aref emacs-version (1- (length emacs-version))) ?A)
(or (and (boundp 'epoch::version) epoch::version)
(string-lessp emacs-version "19.29")))
(error "`ssl.el' was compiled for Emacs 19.29 or later"))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(byte-code "\300\301!\210\300\302!\210\303\304\305\217\210\306\307!\203 \310\311!\204! \312\313M\210\314\315M\210\316\317\303\320\321\322%\207" [require cl base64 nil (byte-code "\300\301!\207" [require custom] 2) ((error)) featurep custom fboundp custom-declare-variable defgroup (macro . #[(&rest args) "\300\207" [nil] 1]) defcustom (macro . #[(var value doc &rest args) "\303 \nF\207" [var value doc defvar] 4]) custom-declare-group ssl "Support for `Secure Sockets Layer' encryption." :group comm] 6)
#@40 *Directory to store CA certificates in
(custom-declare-variable 'ssl-certificate-directory '"~/.w3/certs/" '(#$ . -1111) :group 'ssl :type 'directory)
#@97 *Program to run after adding a cert to a directory .
Run with one argument, the directory name.
(custom-declare-variable 'ssl-rehash-program-name '"c_rehash" '(#$ . -1268) :group 'ssl :type 'string)
#@72 *The program to run to provide a human-readable view of a certificate.
(custom-declare-variable 'ssl-view-certificate-program-name '"x509" '(#$ . -1473) :group 'ssl :type 'string)
#@154 *Arguments that should be passed to the certificate viewing program.
The certificate is piped to it.
Maybe a way of passing a file should be implemented
(custom-declare-variable 'ssl-view-certificate-program-arguments ''("-text" "-inform" "DER") '(#$ . -1660) :group 'ssl :type 'list)
#@148 *Style of cert database to use, the only valid value right now is `ssleay'.
This means a directory of pem encoded certificates with hash symlinks.
(custom-declare-variable 'ssl-certificate-directory-style ''ssleay '(#$ . -1952) :group 'ssl :type '(choice (const :tag "SSLeay" :value ssleay) (const :tag "OpenSSL" :value openssl)))
#@53 *How far up the certificate chain we should verify.
(custom-declare-variable 'ssl-certificate-verification-policy '0 '(#$ . -2289) :group 'ssl :type '(choice (const :tag "No verification" :value 0) (const :tag "Verification required" :value 1) (const :tag "Reject connection if verification fails" :value 3) (const :tag "SSL_VERIFY_CLIENT_ONCE" :value 5)))
#@64 *The program to run in a subprocess to open an SSL connection.
(custom-declare-variable 'ssl-program-name '"openssl" '(#$ . -2652) :group 'ssl :type 'string)
#@353 *Arguments that should be passed to the program `ssl-program-name'.
This should be used if your SSL program needs command line switches to
specify any behaviour (certificate file locations, etc).
The special symbols 'host and 'port may be used in the list of arguments
and will be replaced with the hostname and service/port that will be connected
to.
(custom-declare-variable 'ssl-program-arguments ''("s_client" "-quiet" "-host" host "-port" service "-verify" (int-to-string ssl-certificate-verification-policy) "-CApath" ssl-certificate-directory) '(#$ . -2817) :group 'ssl :type 'list)
#@72 Return an assoc list of information about a certificate in DER format.
(defalias 'ssl-certificate-information #[(der) "\304\305!\306Q\307\212\310\311!q\210\312 \210\nc\210\313\314\315\217\211\307U\205<