From 3e6bc310832b5e2fee580301f35111e88625f834 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 28 Nov 2007 19:08:36 +0000 Subject: --- (limited to 'README.ENV') diff --git a/README.ENV b/README.ENV new file mode 100644 index 0000000..828e68e --- /dev/null +++ b/README.ENV @@ -0,0 +1,21 @@ +All the environment variables set by this module are: + +HTTPS: can be "on" or "off" +SSL_VERSION_LIBRARY: The version of the gnutls library +SSL_VERSION_INTERFACE: The version of this module +SSL_PROTOCOL: The SSL or TLS protocol name (such as "TLS 1.0" etc.) +SSL_CIPHER: The SSL or TLS cipher suite name. +SSL_COMPRESS_METHOD: The negotiated compression method (NULL or DEFLATE) +SSL_SRP_USER: The SRP username used for authentication. +SSL_CLIENT_VERIFY: + whether the client's certificate was verified. (NONE if none was sent, or SUCCESS or FAILED) +SSL_CIPHER_USEKEYSIZE and SSL_CIPHER_ALGKEYSIZE: The number if bits used in the used cipher + algorithm. This does not fully reflect the security level since the size of + RSA or DHE key exchange parameters affect the security level too. +SSL_CIPHER_EXPORT: true or false. Whether the cipher suite negotiated is an export one. +SSL_SESSION_ID: The session ID negotiated in this session. Can be the same during + client reloads. +SSL_CLIENT_V_REMAIN: The number of days until the client's certificate is expired. + +SSL_CLIENT_CERT: The PEM-encoded client certificate +SSL_SERVER_CERT: The PEM-encoded server certificate -- cgit v0.9.2