Changeset 36736d4 in mod_gnutls for README.ENV


Ignore:
Timestamp:
Dec 2, 2007, 4:42:34 AM (15 years ago)
Author:
Nokis Mavrogiannopoulos <nmav@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
Children:
af4998e
Parents:
5cac844
git-author:
Nikos Mavrogiannopoulos <nmav@…> (12/02/07 04:42:34)
git-committer:
Nokis Mavrogiannopoulos <nmav@…> (12/02/07 04:42:34)
Message:

added SSL_SERVER/CLIENT_S_TYPE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.ENV

    r5cac844 r36736d4  
    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.
     22SSL_CLIENT_SAN%: These will contain the alternative names of the client certificate
     23  (% is a number starting from zero). The values will be prepended by "DNSNAME:",
     24  "RFC822NAME:" or "URI:" depending on the type. If it is not supported the value
     25  "UNSUPPORTED" will be set.
    2226SSL_CLIENT_M_SERIAL: The serial number of the client's certificate.
    2327SSL_CLIENT_M_VERSION: The version of the client's certificate.
     
    2731SSL_CLIENT_VERIFY:
    2832  whether the client's certificate was verified. (NONE if none was sent, or SUCCESS or FAILED)
     33SSL_CLIENT_S_TYPE: The certificate type can be X.509 or OPENPGP.
    2934
    3035SSL_SERVER_V_START: The activation time of server's certificate.
     
    3237SSL_SERVER_S_DN: The distinguished name of the server's certificate in RFC2253 format.
    3338SSL_SERVER_I_DN: The distinguished name of the server's issuer certificate in RFC2253 format.
     39SSL_SERVER_SAN%: These will contain the alternative names of the server certificate
     40  (% is a number starting from zero). The values will be prepended by "DNSNAME:",
     41  "RFC822NAME:" or "URI:" depending on the type. If it is not supported the value
     42  "UNSUPPORTED" will be set.
    3443SSL_SERVER_M_SERIAL: The serial number of the server's certificate.
    3544SSL_SERVER_M_VERSION: The version of the server's certificate.
    3645SSL_SERVER_A_SIG: The algorithm used for the signature in server's certificate.
    3746SSL_SERVER_A_KEY: The public key algorithm in server's certificate.
     47SSL_SERVER_CERT: The PEM-encoded server certificate
     48SSL_SERVER_S_TYPE: The certificate type can be X.509 or OPENPGP.
    3849
    39 SSL_SERVER_CERT: The PEM-encoded server certificate
Note: See TracChangeset for help on using the changeset viewer.