Changeset 25dad18 in mod_gnutls for README.ENV
- Timestamp:
- Dec 10, 2007, 5:49:20 PM (15 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.ENV
rc0a2ae1 r25dad18 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_S_ SAN%: These will contain the alternative names of the client certificate22 SSL_CLIENT_S_AN%: These will contain the alternative names of the client certificate 23 23 (% is a number starting from zero). The values will be prepended by "DNSNAME:", 24 24 "RFC822NAME:" or "URI:" depending on the type. If it is not supported the value … … 31 31 SSL_CLIENT_VERIFY: 32 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.33 SSL_CLIENT_CERT_TYPE: The certificate type can be X.509 or OPENPGP. 34 34 35 35 SSL_SERVER_V_START: The activation time of server's certificate. … … 37 37 SSL_SERVER_S_DN: The distinguished name of the server's certificate in RFC2253 format. 38 38 SSL_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 certificate39 SSL_SERVER_S_AN%: These will contain the alternative names of the server certificate 40 40 (% is a number starting from zero). The values will be prepended by "DNSNAME:", 41 41 "RFC822NAME:" or "URI:" depending on the type. If it is not supported the value … … 46 46 SSL_SERVER_A_KEY: The public key algorithm in server's certificate. 47 47 SSL_SERVER_CERT: The PEM-encoded server certificate 48 SSL_SERVER_ S_TYPE: The certificate type can be X.509 or OPENPGP.48 SSL_SERVER_CERT_TYPE: The certificate type can be X.509 or OPENPGP. 49 49
Note: See TracChangeset
for help on using the changeset viewer.