Changeset 36736d4 in mod_gnutls for README.ENV
- Timestamp:
- Dec 2, 2007, 4:42:34 AM (15 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.ENV
r5cac844 r36736d4 20 20 SSL_CLIENT_S_DN: The distinguished name of client's certificate in RFC2253 format. 21 21 SSL_CLIENT_I_DN: The distinguished name of client's issuer certificate in RFC2253 format. 22 SSL_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. 22 26 SSL_CLIENT_M_SERIAL: The serial number of the client's certificate. 23 27 SSL_CLIENT_M_VERSION: The version of the client's certificate. … … 27 31 SSL_CLIENT_VERIFY: 28 32 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. 29 34 30 35 SSL_SERVER_V_START: The activation time of server's certificate. … … 32 37 SSL_SERVER_S_DN: The distinguished name of the server's certificate in RFC2253 format. 33 38 SSL_SERVER_I_DN: The distinguished name of the server's issuer certificate in RFC2253 format. 39 SSL_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. 34 43 SSL_SERVER_M_SERIAL: The serial number of the server's certificate. 35 44 SSL_SERVER_M_VERSION: The version of the server's certificate. 36 45 SSL_SERVER_A_SIG: The algorithm used for the signature in server's certificate. 37 46 SSL_SERVER_A_KEY: The public key algorithm in server's certificate. 47 SSL_SERVER_CERT: The PEM-encoded server certificate 48 SSL_SERVER_S_TYPE: The certificate type can be X.509 or OPENPGP. 38 49 39 SSL_SERVER_CERT: The PEM-encoded server certificate
Note: See TracChangeset
for help on using the changeset viewer.