Changeset dc1e7e6 in mod_gnutls for README.ENV
- Timestamp:
- Jan 11, 2013, 12:56:17 AM (8 years ago)
- Branches:
- debian/master, debian/stretch-backports, jessie-backports, upstream
- Children:
- 0ab45ea, 8df5b25
- Parents:
- 2a2272d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.ENV
r2a2272d rdc1e7e6 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.