--- hydra/README.SSL 2002/10/05 08:32:52 1.3 +++ hydra/README.SSL 2002/10/05 09:39:36 1.4 @@ -1,14 +1,21 @@ Variables exported to CGIs: -HTTPS -SSL_PROTOCOL -SSL_VERSION_LIBRARY -SSL_CIPHER -SSL_CIPHER_ALGKEYSIZE -SSL_CIPHER_EXPORT -SSL_SESSION_ID -SSL_SERVER_I_DN -SSL_SERVER_S_DN -SSL_CLIENT_I_DN -SSL_CLIENT_S_DN -SSL_CLIENT_M_SERIAL +HTTPS # on if HTTPS is used in this connection. +SSL_PROTOCOL # one of "TLS 1.0" and "SSL 3.0" +SSL_VERSION_LIBRARY # the version of GnuTLS +SSL_CIPHER # the TLS ciphersuite used +SSL_CIPHER_ALGKEYSIZE # The cipher's algorithm key size in bits +SSL_CIPHER_EXPORT # "true" if this connection is of export grade +SSL_SESSION_ID # The TLS session ID of this connection +SSL_SERVER_I_DN # The server's issuer DistinguishedName +SSL_SERVER_S_DN # The server's DN in form "/C=GR/O=GnuTLS/E=nmav@gnutls.org" +SSL_SERVER_V_START # The validity start of server's certificate +SSL_SERVER_V_END # expiration time of server's certificate +SSL_SERVER_M_SERIAL # The serial number in server's certificate. + +SSL_CLIENT_VERIFY # This should be "success", "failed" or "none" +SSL_CLIENT_S_DN # The client's DN +SSL_CLIENT_I_DN # The client's issuer DN +SSL_CLIENT_M_SERIAL # The serial number in client's certificate. +SSL_CLIENT_V_START # The validity start of client's certificate +SSL_CLIENT_V_END # expiration time of client's certificate