Changeset 25dad18 in mod_gnutls for README.ENV


Ignore:
Timestamp:
Dec 10, 2007, 5:49:20 PM (15 years ago)
Author:
Nokis Mavrogiannopoulos <nmav@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
Children:
619953c
Parents:
c0a2ae1
git-author:
Nikos Mavrogiannopoulos <nmav@…> (12/10/07 17:49:20)
git-committer:
Nokis Mavrogiannopoulos <nmav@…> (12/10/07 17:49:20)
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.ENV

    rc0a2ae1 r25dad18  
    2020SSL_CLIENT_S_DN: The distinguished name of client's certificate in RFC2253 format.
    2121SSL_CLIENT_I_DN: The distinguished name of client's issuer certificate in RFC2253 format.
    22 SSL_CLIENT_S_SAN%: These will contain the alternative names of the client certificate
     22SSL_CLIENT_S_AN%: These will contain the alternative names of the client certificate
    2323  (% is a number starting from zero). The values will be prepended by "DNSNAME:",
    2424  "RFC822NAME:" or "URI:" depending on the type. If it is not supported the value
     
    3131SSL_CLIENT_VERIFY:
    3232  whether the client's certificate was verified. (NONE if none was sent, or SUCCESS or FAILED)
    33 SSL_CLIENT_S_TYPE: The certificate type can be X.509 or OPENPGP.
     33SSL_CLIENT_CERT_TYPE: The certificate type can be X.509 or OPENPGP.
    3434
    3535SSL_SERVER_V_START: The activation time of server's certificate.
     
    3737SSL_SERVER_S_DN: The distinguished name of the server's certificate in RFC2253 format.
    3838SSL_SERVER_I_DN: The distinguished name of the server's issuer certificate in RFC2253 format.
    39 SSL_SERVER_S_SAN%: These will contain the alternative names of the server certificate
     39SSL_SERVER_S_AN%: These will contain the alternative names of the server certificate
    4040  (% is a number starting from zero). The values will be prepended by "DNSNAME:",
    4141  "RFC822NAME:" or "URI:" depending on the type. If it is not supported the value
     
    4646SSL_SERVER_A_KEY: The public key algorithm in server's certificate.
    4747SSL_SERVER_CERT: The PEM-encoded server certificate
    48 SSL_SERVER_S_TYPE: The certificate type can be X.509 or OPENPGP.
     48SSL_SERVER_CERT_TYPE: The certificate type can be X.509 or OPENPGP.
    4949
Note: See TracChangeset for help on using the changeset viewer.