[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
You can download SSLeay from ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL/
The following variables control how the external program is invoked.
ssl-program-name
(setq ssl-program-name "s_client") |
ssl-program-arguments
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.
(setq ssl-program-arguments '("-host" host "-port" service "-verify" "4" "-CApath /usr/local/ssl/certs")) |
ssl-certificate-directory
is the directory in which CA
certificates are stored. It is
w3-configuration-directory/cert
by default.
ssl-rehash-program-name
is the program that is run after adding a
certificate to the ssl-certificate-directory
directory. It is
run with the directory name as an argument and defaults to c_rehash
.
ssl-view-certificate-program-name
names the program that can
produce a human-readable view of a certificate. It is x509
by
default and is called with the arguments listed in
ssl-view-certificate-program-arguments
which is ("text"
"-inform" "DER")
by default.
ssl-certificate-directory-style
specifies the type of certificate
database to use. It's default (and at the moment, only possible value)
is ssleay
which specifies a directory or pem encoded certificates
with hash symlinks.
You can decide how high up the chain of certificates should
be verified by setting ssl-certificate-verification-policy
. Possible
values are
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated by XEmacs shared group account on December, 19 2009
using texi2html 1.65.