/[hydra]/hydra/README.SSL
ViewVC logotype

Diff of /hydra/README.SSL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by nmav, Fri Oct 4 19:09:12 2002 UTC revision 1.5 by nmav, Sat Oct 5 16:42:52 2002 UTC
# Line 1  Line 1 
1  Variables exported to CGIs:  All the SSL oriented variables exported to CGIs are listed below.
2    These are compatible with the variables in mod_ssl.
3    
4  SSL_PROTOCOL  HTTPS                   # on if HTTPS is used in this connection.
5  SSL_VERSION_LIBRARY  SSL_PROTOCOL            # one of "TLS 1.0" and "SSL 3.0"
6  SSL_CIPHER  SSL_VERSION_LIBRARY     # the version of GnuTLS
7  SSL_CIPHER_ALGKEYSIZE  SSL_CIPHER              # the TLS ciphersuite used
8  SSL_CIPHER_EXPORT  SSL_CIPHER_ALGKEYSIZE   # The cipher's algorithm key size in bits
9  SSL_SESSION_ID  SSL_CIPHER_EXPORT       # "true" if this connection is of export grade
10  SSL_SERVER_I_DN  SSL_SESSION_ID          # The TLS session ID of this connection
11  SSL_SERVER_S_DN  SSL_SERVER_I_DN         # The server's issuer DistinguishedName
12    SSL_SERVER_S_DN         # The server's DN in form "/C=GR/O=GnuTLS/E=nmav@gnutls.org"
13    SSL_SERVER_V_START      # The validity start of server's certificate
14    SSL_SERVER_V_END        # expiration time of server's certificate
15    SSL_SERVER_M_SERIAL     # The serial number in server's certificate.
16    
17    SSL_CLIENT_VERIFY       # This should be "success", "failed" or "none"
18    SSL_CLIENT_S_DN         # The client's DN
19    SSL_CLIENT_I_DN         # The client's issuer DN
20    SSL_CLIENT_M_SERIAL     # The serial number in client's certificate.
21    SSL_CLIENT_V_START      # The validity start of client's certificate
22    SSL_CLIENT_V_END        # expiration time of client's certificate

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.5

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26